commit:     b650d49600a4023750e3458ede017a307507f8e2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:20:51 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=b650d496

dev-python/xlwt: Enable py3.11

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

 dev-python/xlwt/xlwt-1.3.0-r2.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/xlwt/xlwt-1.3.0-r2.ebuild 
b/dev-python/xlwt/xlwt-1.3.0-r2.ebuild
index b44e9116c0b8..22ebd92f8225 100644
--- a/dev-python/xlwt/xlwt-1.3.0-r2.ebuild
+++ b/dev-python/xlwt/xlwt-1.3.0-r2.ebuild
@@ -4,12 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python library to create spreadsheet files compatible with Excel"
-HOMEPAGE="https://pypi.org/project/xlwt/";
+HOMEPAGE="
+       https://www.python-excel.org/
+       https://github.com/python-excel/xlwt/
+       https://pypi.org/project/xlwt/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
@@ -19,7 +23,7 @@ IUSE="examples"
 
 distutils_enable_sphinx docs \
        dev-python/pkginfo
-distutils_enable_tests nose
+distutils_enable_tests pytest
 
 python_install_all() {
        if use examples; then

Reply via email to