From 77398e424e45d9e98c1cef3c43bdadb9d56e81ef Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Nov 2019 13:21:36 +0000 Subject: gentoo resync : 10.11.2019 --- dev-python/python-stdnum/Manifest | 4 ++-- dev-python/python-stdnum/python-stdnum-1.11.ebuild | 27 --------------------- dev-python/python-stdnum/python-stdnum-1.12.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 dev-python/python-stdnum/python-stdnum-1.11.ebuild create mode 100644 dev-python/python-stdnum/python-stdnum-1.12.ebuild (limited to 'dev-python/python-stdnum') diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index 107935faadf4..693aa7ca48d4 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1,3 +1,3 @@ -DIST python-stdnum-1.11.tar.gz 835905 BLAKE2B e6a65d9bc96879a7c39fc1c9c0d4442f475cd01b21a325274d98e237f4edf0bf8d5b27ef91696a5465492cee006e87d4d7969c5b8c531c6e8a6c7d839c302b10 SHA512 1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1 -EBUILD python-stdnum-1.11.ebuild 614 BLAKE2B 11aa8d822063c41ad78b537f6827db283bea94898a9d178e60f50fa31fc2c74ba4773c5823060b5662807ace5eb2dc299c0e2b406de7966adf78b0360d2da22e SHA512 7b749c043d71417da282eda9a1c55cd8fcf09020f97977899018abc68d91674f1c508a706fd995bc25aec23788071e06ebc962d78050a476f59983dc4291e8b9 +DIST python-stdnum-1.12.tar.gz 882778 BLAKE2B 49b0b83b8a76cf8963b35729b8acb1bb7f6cc8071cfee5490ba8f60fb2b74df28e11e65d9dafe6c717d297382628fe924ab5e193d8a39597cc214b98f12fa5dd SHA512 7eefc997494f538cddda8a6ca60d60c52e35f53023edd69b540c3f1aded00d795741ef429f84be6637e737e031b0ca771d4c1a060c94c90d7aa4144cdb0a536f +EBUILD python-stdnum-1.12.ebuild 641 BLAKE2B dd6b4835068745a5b9b829fb59f74b3e8e7740be151f594e591d048a2b298e51db21502a4828f1f29ecd55df6b38938c06d29c67afba94b976182ad332998d91 SHA512 e915a3d92b4c90f2d88be84500f42ee167238fff29dafd46b40b901b05e7631193f3ed187fa2380dcd48067a5d5f54a1c77871704a1afeff28790a99a035e3cb MISC metadata.xml 475 BLAKE2B 4a2fe0a8f727cfaeb086d33e384b52ada0555f7c57028470c1ab2524bf4e12cb4b501736a9e9b0d14cfc66880e2878d93cea188f035fa52b8c959dd99d034797 SHA512 4aae016f69e817168682ce7a08e9cd61da5397d83706b628b4a743491251c80ee0947f5a00f3f3657c2f80f276661f0287a5359041451b997c214ba94cd2430e diff --git a/dev-python/python-stdnum/python-stdnum-1.11.ebuild b/dev-python/python-stdnum/python-stdnum-1.11.ebuild deleted file mode 100644 index 18bda3addee0..000000000000 --- a/dev-python/python-stdnum/python-stdnum-1.11.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,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 -} diff --git a/dev-python/python-stdnum/python-stdnum-1.12.ebuild b/dev-python/python-stdnum/python-stdnum-1.12.ebuild new file mode 100644 index 000000000000..afa8a22186a7 --- /dev/null +++ b/dev-python/python-stdnum/python-stdnum-1.12.ebuild @@ -0,0 +1,28 @@ +# 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" +RESTRICT="!test? ( 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