diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/openpyxl | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/openpyxl')
| -rw-r--r-- | dev-python/openpyxl/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/openpyxl/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/openpyxl/openpyxl-3.1.5.ebuild | 46 |
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest deleted file mode 100644 index 6cbd8ce4c67d..000000000000 --- a/dev-python/openpyxl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST openpyxl-3.1.5.tar.bz2 2739068 BLAKE2B 7a70de814c39945ce4ed8c1e8105da9db4347b4a5f90e6620f6a22f85ba55e2330a305a9d6f78ab27f2055b589b6f3beba6943d8c15cbb9a24e94d663bffcf1d SHA512 556d3f1660ae5d045b0801b99740b2cd1eea1fc69c07c87c4bdd7e78999b5094e84db6fcb107b2a80f4648004810d18eea22779e2d3c231a996bbe2a12d33288 diff --git a/dev-python/openpyxl/metadata.xml b/dev-python/openpyxl/metadata.xml deleted file mode 100644 index 88cf8f771119..000000000000 --- a/dev-python/openpyxl/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">openpyxl</remote-id> - <remote-id type="heptapod">openpyxl/openpyxl</remote-id> - <bugs-to>https://foss.heptapod.net/openpyxl/openpyxl/-/issues</bugs-to> - <changelog>https://openpyxl.readthedocs.io/en/stable/changes.html</changelog> - <doc>https://openpyxl.readthedocs.io/</doc> - </upstream> -</pkgmetadata> diff --git a/dev-python/openpyxl/openpyxl-3.1.5.ebuild b/dev-python/openpyxl/openpyxl-3.1.5.ebuild deleted file mode 100644 index 7d2f590af43a..000000000000 --- a/dev-python/openpyxl/openpyxl-3.1.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Pure python reader and writer of Excel OpenXML files" -HOMEPAGE=" - https://openpyxl.readthedocs.io/en/stable/ - https://foss.heptapod.net/openpyxl/openpyxl/ -" -SRC_URI=" - https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2 -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" - -RDEPEND=" - dev-python/et-xmlfile[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/lxml-5.0.3[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg] - ) -" - -distutils_enable_sphinx doc \ - dev-python/sphinx-rtd-theme -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=( - # GC assumptions (pypy) - openpyxl/tests/test_iter.py::test_file_descriptor_leak - ) - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} |
