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/xlrd | |
| 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/xlrd')
| -rw-r--r-- | dev-python/xlrd/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/xlrd/metadata.xml | 15 | ||||
| -rw-r--r-- | dev-python/xlrd/xlrd-2.0.2.ebuild | 26 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/xlrd/Manifest b/dev-python/xlrd/Manifest deleted file mode 100644 index 03690aaca770..000000000000 --- a/dev-python/xlrd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xlrd-2.0.2.gh.tar.gz 381303 BLAKE2B a8d89ef309c0cd05d1d364149515838233e3d4bf7e58d5a42a39535e533830bb39c618ae889108b393505052674f2ffd7a0623b1d74b87ad21f66851e46c774e SHA512 5452a31754039954f53d5e0ccf5ea8b2e610ea5adf678deadac47f072120f87d1f2471b0df18f86ab4dc71b2e576d590059d741e34746fef2976cf5167f3a98f diff --git a/dev-python/xlrd/metadata.xml b/dev-python/xlrd/metadata.xml deleted file mode 100644 index aeeb26d21aa5..000000000000 --- a/dev-python/xlrd/metadata.xml +++ /dev/null @@ -1,15 +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> - <longdescription lang="en">Extract data from new and old Excel spreadsheets on any platform. Pure - Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware.</longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">xlrd</remote-id> - <remote-id type="github">python-excel/xlrd</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/xlrd/xlrd-2.0.2.ebuild b/dev-python/xlrd/xlrd-2.0.2.ebuild deleted file mode 100644 index c81545779610..000000000000 --- a/dev-python/xlrd/xlrd-2.0.2.ebuild +++ /dev/null @@ -1,26 +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="Library to extract data from Microsoft Excel spreadsheets" -HOMEPAGE=" - https://www.python-excel.org/ - https://github.com/python-excel/xlrd/ - https://pypi.org/project/xlrd/ -" -SRC_URI=" - https://github.com/python-excel/xlrd/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos" - -distutils_enable_tests pytest |
