Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-stdnum/
Date: Sun, 07 Feb 2021 09:00:39
Message-Id: 1612688431.b8d5abbec53d2580f65b343c9708838267e75063.mgorny@gentoo
1 commit: b8d5abbec53d2580f65b343c9708838267e75063
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 7 08:56:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 09:00:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d5abbe
7
8 dev-python/python-stdnum: Bump to 1.16
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-stdnum/Manifest | 1 +
13 dev-python/python-stdnum/python-stdnum-1.16.ebuild | 28 ++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest
17 index 253bf45853f..81fdafea534 100644
18 --- a/dev-python/python-stdnum/Manifest
19 +++ b/dev-python/python-stdnum/Manifest
20 @@ -1,2 +1,3 @@
21 DIST python-stdnum-1.14.tar.gz 953637 BLAKE2B 5772fd2284dc9c255b544c6f0d1f4d1ebbaa48547cf1ba9aafb082a4d649ce90574444b298a333c9fbac5e232d2ea144f2e5bbd817fb6e7b78ea66081ed871b2 SHA512 d17643a2e4d8efc5f554c9c114399802e6dae0ff60b6ab0e32ebf6ece7c87a96287dd1c2e68e4fcd97f8ab475a267de5dad41d726470690255a2a0aeddedbb8e
22 DIST python-stdnum-1.15.tar.gz 1037630 BLAKE2B 7d4bc086a5c0e272b7c55ed5bead9561375b6410b286c6d1d78e49dfc1473a9021646fbd363cfa532bc3eb1a54284b253f46ab28f60d2d411efa0992772a02a0 SHA512 e6f1d921e8ce64a11f9c5572e7eabc27bd7c71c34017fb795c45fa585701fcc78ff81c15b1a9bd48b8d9975e1fbc354b3923942c6f81e8fe4dfb8f611e3ab9cc
23 +DIST python-stdnum-1.16.tar.gz 1039599 BLAKE2B 98197fca412371757b7e7ec242d30d5fc43352b9eba7677aeb3a475dbe7a379c4f88797192b8e5de97493186562d1d21347703643be7798316e22f28c6a144bf SHA512 29ad92a8d1d3267c56e3d128700611cbfe3bc7a27a1420bfe62851f110f3f23b1d8927771588ef043aba366913bf7a5b0eb72896ee50343f3adf72cdb071415b
24
25 diff --git a/dev-python/python-stdnum/python-stdnum-1.16.ebuild b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
26 new file mode 100644
27 index 00000000000..7ee9a4124ff
28 --- /dev/null
29 +++ b/dev-python/python-stdnum/python-stdnum-1.16.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A module to handle standardized numbers and codes"
40 +HOMEPAGE="https://arthurdejong.org/python-stdnum/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="LGPL-2.1"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE="vies"
47 +
48 +RDEPEND="
49 + vies? (
50 + || (
51 + dev-python/zeep[${PYTHON_USEDEP}]
52 + dev-python/suds[${PYTHON_USEDEP}]
53 + )
54 + )"
55 +
56 +DOCS=( ChangeLog NEWS README )
57 +
58 +distutils_enable_tests nose