diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-10 11:53:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-10 13:00:23 +0200 |
commit | 32755f0727d7062fddd7f2643e15c631227bbe37 (patch) | |
tree | d9fa216e6a20befd4235f749a871cfb632cc7ce8 /dev-python/python-stdnum | |
parent | sys-boot/plymouth: arm stable wrt bug #736416 (diff) | |
download | gentoo-32755f0727d7062fddd7f2643e15c631227bbe37.tar.gz gentoo-32755f0727d7062fddd7f2643e15c631227bbe37.tar.bz2 gentoo-32755f0727d7062fddd7f2643e15c631227bbe37.zip |
dev-python/python-stdnum: Bump to 1.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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.14.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 257d9988cc66..ce2986d99cb9 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1 +1,2 @@ DIST python-stdnum-1.13.tar.gz 893897 BLAKE2B e901a0b56d8ca4bcc25eade617af80bffce8f4b49a94dadefa7cf252edf567d01267256d3eaee77f01e41a99c0ffb26c80de1092f6437efdea2f115a9e997c80 SHA512 91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf +DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e diff --git a/dev-python/python-stdnum/python-stdnum-1.14.ebuild b/dev-python/python-stdnum/python-stdnum-1.14.ebuild new file mode 100644 index 000000000000..8e0346dc058d --- /dev/null +++ b/dev-python/python-stdnum/python-stdnum-1.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} ) + +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 dev-python/suds ) )" + +DOCS=( ChangeLog NEWS README ) + +distutils_enable_tests nose |