summaryrefslogtreecommitdiff
path: root/dev-python/python-stdnum
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-17 14:07:47 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-17 14:07:47 +0000
commit7c9730bcb62df7cbf8248c5db9a478aac52c60ea (patch)
tree3521ee333c83fb6c7ff14d0a0a2d742464e88767 /dev-python/python-stdnum
parent29394d0921808a94a409f01eff49f681651de5d5 (diff)
gentoo auto-resync : 17:02:2023 - 14:07:46
Diffstat (limited to 'dev-python/python-stdnum')
-rw-r--r--dev-python/python-stdnum/Manifest2
-rw-r--r--dev-python/python-stdnum/python-stdnum-1.18.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
index 29f43993b9b6..2c0144fc70f2 100644
--- a/dev-python/python-stdnum/Manifest
+++ b/dev-python/python-stdnum/Manifest
@@ -1,3 +1,3 @@
DIST python-stdnum-1.18.tar.gz 1138676 BLAKE2B 724afd5d015090023582bc078f278d4107a12d4f126a61eb026b69040654d0890dc0eb0aa197565e844c34f0426f7f0072dac2b8191ba3a15bc87ae7c0b73536 SHA512 ca211fa3f7a0c0a913c5b0c6e32cb477025e203eb4c0a648e47bf95cb361d800d620dc4ebcb3007eefbb5595098486963ffee71ea2c37f84d86443d01131db7c
-EBUILD python-stdnum-1.18.ebuild 761 BLAKE2B 64913f7bf04cf56c63c9f6cc171802415a72742fc9d466eada25fe9f9bf5d17713d616759e2affb1d50d8d47539476f51bcf9784906c3036511c31d1648ecdd4 SHA512 32f2aadacd5610e7e349fe9a0c3d2cc930f903b1bf4be1d8d1fe9094cf028b8bf3f437da000ea1846ea3497a295ab4aaee2743e9b888b96279067067e9464b3a
+EBUILD python-stdnum-1.18.ebuild 733 BLAKE2B ea90d3f6eff04e0b129458b4563140263de4679e4844cd582e01d7f5033de166b8de84a8576d2f9245d10cef8082768e705e625b607febc012b533795f96d776 SHA512 8e5cc8a326ff4bd1a3f23489fba833dae9abeceaf382d5202223ddf6dfdc6ee427fd84a09b49e728c845bd2f43c93ba1e2abf4e2ef487b87b231789b0f89dab3
MISC metadata.xml 461 BLAKE2B ca459eeb4a49d155ee0e1f53a3830f500607e7b412c9546c05e54c99fb2d74982e4bb3815fb5373b627d09c580f3f6807737b33022542f0fb13ed45c085e57e1 SHA512 66ebd3c6792e7bc35df1b77171179191a98c476c38827fb11cfff1e0c003317a2eb296ae12cea484bdcfbfd364dfafb0abc60cf0886c993b66860f7d9efe6013
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"