diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:19:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-19 09:23:56 +0200 |
commit | 53103802c7c44cfe1a7df4d211dd3eb06578cc9a (patch) | |
tree | c1060ae8984360357a6d5159daedb808fbca8601 /dev-python/xlrd | |
parent | dev-python/xlsxwriter: Enable py3.11 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/xlrd/xlrd-2.0.1-r1.ebuild | 3 |
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 |