diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-06 20:35:32 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-06 20:35:32 +0000 |
| commit | 60a7653bb032b94d6b076fbcc3cb2962bee9afb5 (patch) | |
| tree | a34b82d19ba02310af08424553ae10846f053d93 /dev-python/python-stdnum | |
| parent | 8c1cfe88ab075fbb9f10fd188578ea8d71bbdf9a (diff) | |
| download | baldeagleos-repo-60a7653bb032b94d6b076fbcc3cb2962bee9afb5.tar.gz baldeagleos-repo-60a7653bb032b94d6b076fbcc3cb2962bee9afb5.tar.xz baldeagleos-repo-60a7653bb032b94d6b076fbcc3cb2962bee9afb5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-stdnum')
| -rw-r--r-- | dev-python/python-stdnum/Manifest | 1 | ||||
| -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, 1 insertions, 40 deletions
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 52c224bb968c..88b7fb3e802f 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1,2 +1 @@ -DIST python-stdnum-1.19.tar.gz 1134517 BLAKE2B a6e35abcd00302dff0c6df82c13691c4528de069b7702f905aabffd840b7d95902f2c74525d824606bc4b28579d38153367997a73910ab93afb4eb4272b76c40 SHA512 02c56aea710a9a02e14160840fbd45751cd00f1a49b1d046124945ba92e2dd3377006f44a146030522d09b92f809ceb4d1e3589ef3d9c9302f7674a79602ef07 DIST python-stdnum-1.20.tar.gz 1191978 BLAKE2B 8395106d155c1f4642a74691d219230b42e81b521db41c57d5e978eb8e1769ca51598a1ad061356a1997fac5a60ca21796d1e8f79fa7d737e70fbbfe78dbfcc6 SHA512 92ec9fcb3bf71405569e93668ab1d089225da74a33095e63ee8f0116c868a4b937d093ba98e29085889d1745cc55eab13936d6ed9ceb24beecbc193c722a515e 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 125eef81e0bd..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_{8,9,10,11,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 5dfa20666f2e..9dbacbadd3ac 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=" |
