commit:     53103802c7c44cfe1a7df4d211dd3eb06578cc9a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:19:47 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 07:23:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53103802

dev-python/xlrd: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xlrd/xlrd-2.0.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to