diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-07 04:49:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-07 04:50:17 +0200 |
commit | ab580530c8ff19313944ec5ff8b63686e5f6f056 (patch) | |
tree | 5d28ceca91a5860dcd7cf7f63c1eb1be3010e70e /dev-python/suds-community | |
parent | dev-python/humanize: Remove old (diff) | |
download | gentoo-ab580530c8ff19313944ec5ff8b63686e5f6f056.tar.gz gentoo-ab580530c8ff19313944ec5ff8b63686e5f6f056.tar.bz2 gentoo-ab580530c8ff19313944ec5ff8b63686e5f6f056.zip |
dev-python/suds-community: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/suds-community')
-rw-r--r-- | dev-python/suds-community/Manifest | 1 | ||||
-rw-r--r-- | dev-python/suds-community/suds-community-1.1.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/suds-community/Manifest b/dev-python/suds-community/Manifest index 24933b92a74f..23a7eb0658c5 100644 --- a/dev-python/suds-community/Manifest +++ b/dev-python/suds-community/Manifest @@ -1,2 +1 @@ -DIST suds-community-1.1.0.tar.gz 284545 BLAKE2B b5f6f6f46a35df3263664c9893745a2e723f3eef543cb1a9e9fd061956b0c00c219e818228de9bf11b2730ad0a8fed90ad731199ffc7ca9fba9f22c5c0c8dd41 SHA512 2c8902e16c3513c99ce6d8bdf58ef4f5c4d704f1bf2480ea2b23ec2adbd9e8919928bfd5e3fd6859028b7fbc3788d067b9b71bad2a20c2f4907e6e56f3f15350 DIST suds-community-1.1.1.tar.gz 284934 BLAKE2B 9df1a5f6b4dd2ca060c639147a090cef6a194f275706e03a3fdafa46c4d18b890f7c94249db8db6202e95abea71948e0c42fe42f14f659ca14bb0aca11b4b5f5 SHA512 9b343d704b2db123ff44685fb03da8f6912cefb32d38e9b79f9f84aeebff32ba26936a0f70a6121628c6f2c5388e94d380f08ed546f55fbf84fdc8e4fdbd3d0a diff --git a/dev-python/suds-community/suds-community-1.1.0.ebuild b/dev-python/suds-community/suds-community-1.1.0.ebuild deleted file mode 100644 index 28052a8d1ecc..000000000000 --- a/dev-python/suds-community/suds-community-1.1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Lightweight SOAP client" -HOMEPAGE="https://github.com/suds-community/suds" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -DOCS=( README.md notes/. ) - -distutils_enable_tests pytest |