commit: 535ca61d7021f7b868bfb9996cab4feadbe25be6
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 03:44:45 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 03:44:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=535ca61d
dev-python/num2words: enable py3.11, HOMEPAGE and upstream fixed
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/num2words/metadata.xml | 3 ++-
dev-python/num2words/num2words-0.5.10.ebuild | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/num2words/metadata.xml
b/dev-python/num2words/metadata.xml
index aaa27d18e..f3e4e8fcd 100644
--- a/dev-python/num2words/metadata.xml
+++ b/dev-python/num2words/metadata.xml
@@ -16,6 +16,7 @@
(although this last feature is a bit buggy for some languages
at the moment).
</longdescription>
<upstream>
- <remote-id type="github">savoirefairelinux/num2words</remote-id>
+ <remote-id type="github">savoirfairelinux/num2words</remote-id>
+ <remote-id type="pypi">num2words</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/num2words/num2words-0.5.10.ebuild
b/dev-python/num2words/num2words-0.5.10.ebuild
index 858258d04..78a73cb5e 100644
--- a/dev-python/num2words/num2words-0.5.10.ebuild
+++ b/dev-python/num2words/num2words-0.5.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1