From a3399549bf2b05554fa4edb6b1c1dfe045e17a58 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [feature/flatten]" Date: Fri, 18 Sep 2020 22:22:34 +0000 Subject: Updating liguros repo --- dev-python/python-stdnum/Manifest | 1 - dev-python/python-stdnum/python-stdnum-1.13.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 dev-python/python-stdnum/python-stdnum-1.13.ebuild (limited to 'dev-python/python-stdnum') diff --git a/dev-python/python-stdnum/Manifest b/dev-python/python-stdnum/Manifest index ce2986d99cb9..6fd6bbf0eda9 100644 --- a/dev-python/python-stdnum/Manifest +++ b/dev-python/python-stdnum/Manifest @@ -1,2 +1 @@ -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.13.ebuild b/dev-python/python-stdnum/python-stdnum-1.13.ebuild deleted file mode 100644 index 988085826d28..000000000000 --- a/dev-python/python-stdnum/python-stdnum-1.13.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8,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 -- cgit v1.3.1