diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-17 12:44:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-12-17 12:44:40 +0000 |
| commit | b29f824cf49fa65c8bad6b88298916cd9ce2600b (patch) | |
| tree | 1b0e4cb1ed01eb166f06a4f09f9f8513a1a3b203 /dev-python/python-stdnum | |
| parent | 8323f1d09905aa0a84ea8413d9f5b5fc8f28abd8 (diff) | |
| download | baldeagleos-repo-b29f824cf49fa65c8bad6b88298916cd9ce2600b.tar.gz baldeagleos-repo-b29f824cf49fa65c8bad6b88298916cd9ce2600b.tar.xz baldeagleos-repo-b29f824cf49fa65c8bad6b88298916cd9ce2600b.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.17.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/python-stdnum/python-stdnum-1.18.ebuild | 2 |
3 files changed, 1 insertions, 33 deletions
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 8283f7ca70ed..7ed21d6899d9 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1,2 +1 @@ -DIST python-stdnum-1.17.tar.gz 1068804 BLAKE2B eaef8d0016f7e836226a6d83d4b54d507477d333af8572f59f24eba44f3a24bedc4d0b7d3492e7a5a64d9ceff77e296bda2876f976aab46cdb27989d0dd80df3 SHA512 9ddec525ea153e3066f205ee70602a59821e793f9ffde66a4b01511daf9a559a3a42082a99bddf69c1159a27b2d9e64d91f8a65ee283a2d7da473d766ce0e711 DIST python-stdnum-1.18.tar.gz 1138676 BLAKE2B 724afd5d015090023582bc078f278d4107a12d4f126a61eb026b69040654d0890dc0eb0aa197565e844c34f0426f7f0072dac2b8191ba3a15bc87ae7c0b73536 SHA512 ca211fa3f7a0c0a913c5b0c6e32cb477025e203eb4c0a648e47bf95cb361d800d620dc4ebcb3007eefbb5595098486963ffee71ea2c37f84d86443d01131db7c diff --git a/dev-python/python-stdnum/python-stdnum-1.17.ebuild b/dev-python/python-stdnum/python-stdnum-1.17.ebuild deleted file mode 100644 index e3e3ef9ea279..000000000000 --- a/dev-python/python-stdnum/python-stdnum-1.17.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="A module to handle standardized numbers and codes" -HOMEPAGE="https://arthurdejong.org/python-stdnum/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="vies" - -RDEPEND=" - vies? ( - || ( - dev-python/zeep[${PYTHON_USEDEP}] - dev-python/suds-community[${PYTHON_USEDEP}] - ) - )" - -src_prepare() { - sed -i -e '/with-coverage/d' setup.cfg || die - distutils-r1_src_prepare -} - -distutils_enable_tests nose diff --git a/dev-python/python-stdnum/python-stdnum-1.18.ebuild b/dev-python/python-stdnum/python-stdnum-1.18.ebuild index d8f739ec3247..73183e664f1a 100644 --- a/dev-python/python-stdnum/python-stdnum-1.18.ebuild +++ b/dev-python/python-stdnum/python-stdnum-1.18.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="vies" RDEPEND=" |
