commit: 201719d77eef15082e053b592a5271874da7999e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 05:46:41 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 05:46:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201719d7
dev-python/suds-community: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/suds-community/Manifest | 1 -
.../suds-community/suds-community-1.1.1.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/suds-community/Manifest
b/dev-python/suds-community/Manifest
index e21933e8f839..ecae0d478968 100644
--- a/dev-python/suds-community/Manifest
+++ b/dev-python/suds-community/Manifest
@@ -1,2 +1 @@
-DIST suds-community-1.1.1.tar.gz 284934 BLAKE2B
9df1a5f6b4dd2ca060c639147a090cef6a194f275706e03a3fdafa46c4d18b890f7c94249db8db6202e95abea71948e0c42fe42f14f659ca14bb0aca11b4b5f5
SHA512
9b343d704b2db123ff44685fb03da8f6912cefb32d38e9b79f9f84aeebff32ba26936a0f70a6121628c6f2c5388e94d380f08ed546f55fbf84fdc8e4fdbd3d0a
DIST suds-community-1.1.2.tar.gz 285409 BLAKE2B
6cf047bb6fa6aed147fa519fee4300f52195c94a409aaa769feffaaf4d43552a566efb0162e440092c3dcb8ec21cf441325db449e5417b81a5f859133a078b83
SHA512
9f26ebbf36fcbd915281f3c3afd4ea776ca409ede4ba9e487b746ef4e527171ee2fdb44075100d52b5bba0658fafec817eea2cbf64b8d2851bdc974aee430d57
diff --git a/dev-python/suds-community/suds-community-1.1.1.ebuild
b/dev-python/suds-community/suds-community-1.1.1.ebuild
deleted file mode 100644
index 3e6e1382baab..000000000000
--- a/dev-python/suds-community/suds-community-1.1.1.ebuild
+++ /dev/null
@@ -1,31 +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/
- https://pypi.org/project/suds-community/
-"
-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/. )
-
-BDEPEND="
- test? (
- dev-python/six[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest