summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-17 09:47:28 +0000
committerSam James <sam@gentoo.org>2023-02-17 09:48:22 +0000
commit881ff8ad591964bb1b990a23d766969b7977a366 (patch)
treea2263f1dbfaf80fc3ed27d09b7cd5988ab29e5ad /dev-python/python-stdnum
parentnet-analyzer/2ping: enable py3.11, use PEP517, install bash completions (diff)
downloadgentoo-881ff8ad591964bb1b990a23d766969b7977a366.tar.gz
gentoo-881ff8ad591964bb1b990a23d766969b7977a366.tar.bz2
gentoo-881ff8ad591964bb1b990a23d766969b7977a366.zip
dev-python/python-stdnum: enable py3.11, use pypi.eclass
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/python-stdnum')
-rw-r--r--dev-python/python-stdnum/python-stdnum-1.18.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/python-stdnum/python-stdnum-1.18.ebuild b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
index 8a77ad404db3..135909441931 100644
--- a/dev-python/python-stdnum/python-stdnum-1.18.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-1.18.ebuild
@@ -4,9 +4,9 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
+PYTHON_COMPAT=( python3_{9..11} )
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
DESCRIPTION="A module to handle standardized numbers and codes"
HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/arthurdejong/python-stdnum/
https://pypi.org/project/python-stdnum/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"