From e8f81810baa21f490d6910e8e2d424546b72a333 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Sep 2019 09:01:56 +0100 Subject: gentoo resync : 15.09.2019 --- dev-python/python-stdnum/Manifest | 4 ++-- dev-python/python-stdnum/python-stdnum-1.10.ebuild | 27 ---------------------- dev-python/python-stdnum/python-stdnum-1.11.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 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 463e5f42032b..107935faadf4 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1,3 +1,3 @@ -DIST python-stdnum-1.10.tar.gz 477929 BLAKE2B 40eb5a7814a4bfd5457aa95b39509ace603ee3ee568fa0bf9f5c499702f358fb6915b84f25952f93448d7aca46bea4cd3ed8df0c04b89f4e97f9250110979f27 SHA512 e4226a0cf145744d9af4e31de1dca8b7c64eb9229053899882b198456302c92e9abe31801a7d43b29d2dbac22d263733e8bb011337ff1f17496f6d72fad56a1b -EBUILD python-stdnum-1.10.ebuild 610 BLAKE2B bb4b7aebf40f38339244049becb6c78ff2d0cc78be7d4214887ddb22a17cd949b9563446d523113debb66a030f380e53f723e35225a602f0fbaef11103b2e28f SHA512 b8ab0737a30fb62c5f5334a6af18a514d6868936173e2b10a5d06e37da4355959da91e51c7b9f6ece79a3d8677ea027465d02182e3c66a8c05c8c8712fd17024 +DIST python-stdnum-1.11.tar.gz 835905 BLAKE2B e6a65d9bc96879a7c39fc1c9c0d4442f475cd01b21a325274d98e237f4edf0bf8d5b27ef91696a5465492cee006e87d4d7969c5b8c531c6e8a6c7d839c302b10 SHA512 1369c38c93575aefdf727f831f68f7858390d9d29d5f1c1caba0de12afd994a5c6e9b89f76cff30a694ae056b19816c813e9c42f8a7a882f5b9257c374dcbad1 +EBUILD python-stdnum-1.11.ebuild 614 BLAKE2B 11aa8d822063c41ad78b537f6827db283bea94898a9d178e60f50fa31fc2c74ba4773c5823060b5662807ace5eb2dc299c0e2b406de7966adf78b0360d2da22e SHA512 7b749c043d71417da282eda9a1c55cd8fcf09020f97977899018abc68d91674f1c508a706fd995bc25aec23788071e06ebc962d78050a476f59983dc4291e8b9 MISC metadata.xml 475 BLAKE2B 4a2fe0a8f727cfaeb086d33e384b52ada0555f7c57028470c1ab2524bf4e12cb4b501736a9e9b0d14cfc66880e2878d93cea188f035fa52b8c959dd99d034797 SHA512 4aae016f69e817168682ce7a08e9cd61da5397d83706b628b4a743491251c80ee0947f5a00f3f3657c2f80f276661f0287a5359041451b997c214ba94cd2430e 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 224d45275f69..000000000000 --- 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 000000000000..18bda3addee0 --- /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