diff options
Diffstat (limited to 'dev-python/python-stdnum')
-rw-r--r-- | dev-python/python-stdnum/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-stdnum/python-stdnum-1.19.ebuild | 38 | ||||
-rw-r--r-- | dev-python/python-stdnum/python-stdnum-1.20.ebuild | 2 |
3 files changed, 2 insertions, 42 deletions
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 343bb90732d8..14a7bb5a805c 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1,5 +1,3 @@ -DIST python-stdnum-1.19.tar.gz 1134517 BLAKE2B a6e35abcd00302dff0c6df82c13691c4528de069b7702f905aabffd840b7d95902f2c74525d824606bc4b28579d38153367997a73910ab93afb4eb4272b76c40 SHA512 02c56aea710a9a02e14160840fbd45751cd00f1a49b1d046124945ba92e2dd3377006f44a146030522d09b92f809ceb4d1e3589ef3d9c9302f7674a79602ef07 DIST python-stdnum-1.20.tar.gz 1191978 BLAKE2B 8395106d155c1f4642a74691d219230b42e81b521db41c57d5e978eb8e1769ca51598a1ad061356a1997fac5a60ca21796d1e8f79fa7d737e70fbbfe78dbfcc6 SHA512 92ec9fcb3bf71405569e93668ab1d089225da74a33095e63ee8f0116c868a4b937d093ba98e29085889d1745cc55eab13936d6ed9ceb24beecbc193c722a515e -EBUILD python-stdnum-1.19.ebuild 741 BLAKE2B 7df875ef753dd80cbd2055dd6fa6d57b93022f2f988b4ad60397cd3336110d14774faa8f2bff4112c8225236b114a967595e4b1ddfd07e3ca405271bdefac31a SHA512 fb025c24dca224c47a726e1e061163435e4bc76139600e8266a6cfd15d61072e221a143d08a196be2f1cbb99b8529fcad850693241eaff144836d609007d3de4 -EBUILD python-stdnum-1.20.ebuild 744 BLAKE2B da29658dcf1e0a8c86a84f40a8e0281f1edf90e6cb656510354066e3610d0bb970a7d02b91c9db1cafd83e903e07a0fdec8f5de1a883922236fdf82321d70bce SHA512 5477d36c37b6d4e3560f0fda9aaf914edf9e29408599c7bb6433c5ac1d77b8b1b53d0a613629e87b06a9e69b6df3d640bf43f8bb99af97ff89f820c6586ddc96 +EBUILD python-stdnum-1.20.ebuild 741 BLAKE2B d1f31c0e949e9777a4108329fbfe52466cd9830aa831397c949268a2c444e7797dfae49497a27c95064085f487959fcb54ec7b7f0990c02321e61d00c5939dce SHA512 8fc8418574509d97af968015c34bfc82eaaebcf0e16f59fba7464808c1f7a73b432e94a0b6a71f0d03f215c3c9ce439e02dbd9eaf05c013bf3a3634437a76d6f MISC metadata.xml 461 BLAKE2B ca459eeb4a49d155ee0e1f53a3830f500607e7b412c9546c05e54c99fb2d74982e4bb3815fb5373b627d09c580f3f6807737b33022542f0fb13ed45c085e57e1 SHA512 66ebd3c6792e7bc35df1b77171179191a98c476c38827fb11cfff1e0c003317a2eb296ae12cea484bdcfbfd364dfafb0abc60cf0886c993b66860f7d9efe6013 diff --git a/dev-python/python-stdnum/python-stdnum-1.19.ebuild b/dev-python/python-stdnum/python-stdnum-1.19.ebuild deleted file mode 100644 index 848cbf574444..000000000000 --- a/dev-python/python-stdnum/python-stdnum-1.19.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A module to handle standardized numbers and codes" -HOMEPAGE=" - https://arthurdejong.org/python-stdnum/ - https://github.com/arthurdejong/python-stdnum/ - https://pypi.org/project/python-stdnum/ -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm64 x86" -IUSE="vies" - -RDEPEND=" - vies? ( - || ( - dev-python/zeep[${PYTHON_USEDEP}] - dev-python/suds-community[${PYTHON_USEDEP}] - ) - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i -e 's:--cov.*::' setup.cfg || die - distutils-r1_src_prepare -} diff --git a/dev-python/python-stdnum/python-stdnum-1.20.ebuild b/dev-python/python-stdnum/python-stdnum-1.20.ebuild index 9ca2716b7fa7..d0533fafb7e5 100644 --- a/dev-python/python-stdnum/python-stdnum-1.20.ebuild +++ b/dev-python/python-stdnum/python-stdnum-1.20.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" IUSE="vies" RDEPEND=" |