summaryrefslogtreecommitdiff
path: root/dev-python/xlrd
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/xlrd
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r--dev-python/xlrd/Manifest1
-rw-r--r--dev-python/xlrd/metadata.xml15
-rw-r--r--dev-python/xlrd/xlrd-2.0.2.ebuild26
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