From c7ba256bea0a604e4ff39774bbe63fc730695d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Sat, 14 Sep 2019 15:04:21 +0200 Subject: dev-python/python-stdnum: Version bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Cédric Krier --- dev-python/python-stdnum/Manifest | 2 +- dev-python/python-stdnum/python-stdnum-1.10.ebuild | 27 ---------------------- dev-python/python-stdnum/python-stdnum-1.11.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 dev-python/python-stdnum/python-stdnum-1.10.ebuild create mode 100644 dev-python/python-stdnum/python-stdnum-1.11.ebuild (limited to 'dev-python/python-stdnum') diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index ccebc6f26389f..b309ec2ca2494 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1 +1 @@ -DIST python-stdnum-1.10.tar.gz 477929 BLAKE2B 40eb5a7814a4bfd5457aa95b39509ace603ee3ee568fa0bf9f5c499702f358fb6915b84f25952f93448d7aca46bea4cd3ed8df0c04b89f4e97f9250110979f27 SHA512 e4226a0cf145744d9af4e31de1dca8b7c64eb9229053899882b198456302c92e9abe31801a7d43b29d2dbac22d263733e8bb011337ff1f17496f6d72fad56a1b +DIST python-stdnum-1.11.tar.gz 835905 BLAKE2B e6a65d9bc96879a7c39fc1c9c0d4442f475cd01b21a325274d98e237f4edf0bf8d5b27ef91696a5465492cee006e87d4d7969c5b8c531c6e8a6c7d839c302b10 SHA512 1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1 diff --git a/dev-python/python-stdnum/python-stdnum-1.10.ebuild b/dev-python/python-stdnum/python-stdnum-1.10.ebuild deleted file mode 100644 index 224d45275f69d..0000000000000 --- a/dev-python/python-stdnum/python-stdnum-1.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) - -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 test" - -RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )" -DEPEND="${DEPEND} - dev-python/setuptools - test? ( dev-python/nose )" - -DOCS=( ChangeLog NEWS README ) - -python_test() { - nosetests -v || die -} diff --git a/dev-python/python-stdnum/python-stdnum-1.11.ebuild b/dev-python/python-stdnum/python-stdnum-1.11.ebuild new file mode 100644 index 0000000000000..18bda3addee00 --- /dev/null +++ b/dev-python/python-stdnum/python-stdnum-1.11.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + +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 test" + +RDEPEND="vies? ( || ( dev-python/zeep dev-python/suds ) )" +DEPEND="${DEPEND} + dev-python/setuptools + test? ( dev-python/nose )" + +DOCS=( ChangeLog NEWS README ) + +python_test() { + nosetests -v || die +} -- cgit v1.2.3