diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-29 14:01:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-29 14:03:10 +0200 |
commit | 363cea95eb785021caf75814faaed1caa63b9743 (patch) | |
tree | d3f1b42dfdbd71b35e18cde44e1d668f9330bd64 /dev-python/wstools | |
parent | dev-python/wstools: Stabilize 0.4.5-r1 ALLARCHES (diff) | |
download | gentoo-363cea95eb785021caf75814faaed1caa63b9743.tar.gz gentoo-363cea95eb785021caf75814faaed1caa63b9743.tar.bz2 gentoo-363cea95eb785021caf75814faaed1caa63b9743.zip |
dev-python/wstools: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wstools')
-rw-r--r-- | dev-python/wstools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/wstools/wstools-0.4.3.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/wstools/Manifest b/dev-python/wstools/Manifest index f3ca55b5dbb9..0c38a50cce85 100644 --- a/dev-python/wstools/Manifest +++ b/dev-python/wstools/Manifest @@ -1,2 +1 @@ -DIST wstools-0.4.3.tar.gz 148878 BLAKE2B 96b1e9dc0310fb0fc5515a7c061f82897e2ecd1b6187167b57444394d1e64e8f63e5db011d77c80b5fe6df2f67fecffe82f861fb761190c6b3248346cd9f5b5c SHA512 e735e2ae63aa410a56c79bef0bec7196393bb8f52d8521001d298b6290a75662f7262b6cd3c3238eeaf33263036cc6dabf8435ebd2fd1c98481cea524d0382ed DIST wstools-0.4.5.tar.gz 201047 BLAKE2B 34c8d2c52ce9d1d67749ef6d0e1d5684a60718ef613688466d0992306f446b153d681b802fb142d1594bccaf37390495fb59e765f662e7550432d8866e038110 SHA512 24779bc2c2f3e32a515bc5690038e3f8e487fd45c1b7822d587e1bfd0bda660b837e3d5cbf8248459e06d7606e6d1c404dcee4de35b1f0d353bd5213e197d83a diff --git a/dev-python/wstools/wstools-0.4.3.ebuild b/dev-python/wstools/wstools-0.4.3.ebuild deleted file mode 100644 index 973635dfd8ef..000000000000 --- a/dev-python/wstools/wstools-0.4.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="WSDL parsing services package for Web Services for Python" -HOMEPAGE="https://github.com/kiorky/wstools https://pypi.org/project/wstools/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |