summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 09:19:47 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 09:23:56 +0200
commit53103802c7c44cfe1a7df4d211dd3eb06578cc9a (patch)
treec1060ae8984360357a6d5159daedb808fbca8601 /dev-python/xlrd/xlrd-2.0.1-r1.ebuild
parentdev-python/xlsxwriter: Enable py3.11 (diff)
downloadgentoo-53103802c7c44cfe1a7df4d211dd3eb06578cc9a.tar.gz
gentoo-53103802c7c44cfe1a7df4d211dd3eb06578cc9a.tar.bz2
gentoo-53103802c7c44cfe1a7df4d211dd3eb06578cc9a.zip
dev-python/xlrd: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xlrd/xlrd-2.0.1-r1.ebuild')
-rw-r--r--dev-python/xlrd/xlrd-2.0.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
index 4ac0074b5408..a00ed2b3d082 100644
--- a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
+++ b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -12,6 +12,7 @@ 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