diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-27 07:57:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-27 09:39:20 +0200 |
commit | 7fca57617aec2ceaf7bb9f43360d47d8cb91a3f9 (patch) | |
tree | 99b6b33d04d3ed280ba645633305b40b593e2446 /dev-python/suds-community | |
parent | dev-python/spyder: add 5.5.6 (diff) | |
download | gentoo-7fca57617aec2ceaf7bb9f43360d47d8cb91a3f9.tar.gz gentoo-7fca57617aec2ceaf7bb9f43360d47d8cb91a3f9.tar.bz2 gentoo-7fca57617aec2ceaf7bb9f43360d47d8cb91a3f9.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.2.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/suds-community/Manifest b/dev-python/suds-community/Manifest index c0cfa3ffb78c..73c8293a3177 100644 --- a/dev-python/suds-community/Manifest +++ b/dev-python/suds-community/Manifest @@ -1,2 +1 @@ -DIST suds-community-1.1.2.tar.gz 285409 BLAKE2B 6cf047bb6fa6aed147fa519fee4300f52195c94a409aaa769feffaaf4d43552a566efb0162e440092c3dcb8ec21cf441325db449e5417b81a5f859133a078b83 SHA512 9f26ebbf36fcbd915281f3c3afd4ea776ca409ede4ba9e487b746ef4e527171ee2fdb44075100d52b5bba0658fafec817eea2cbf64b8d2851bdc974aee430d57 DIST suds_community-1.2.0.tar.gz 271408 BLAKE2B 4699ee3bc28f758484425cda5c9a6e6d036d7bc364f0456ec2180726269afcb8c2f62004d2d9441ebb6aec0fea3f4b83d19f5a0df736be2e6bf61a15951f3290 SHA512 8955ad288fbd9d472b8aa4b4a016da66616436bb41b44d7935f4c14ae897c127e0d6c14457f2303ead671f92edc51454701c9658aec32f6af44882526ed86aeb diff --git a/dev-python/suds-community/suds-community-1.1.2.ebuild b/dev-python/suds-community/suds-community-1.1.2.ebuild deleted file mode 100644 index 6f77197c4f43..000000000000 --- a/dev-python/suds-community/suds-community-1.1.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_REQ_USE="xml(+)" -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Lightweight SOAP client" -HOMEPAGE=" - https://github.com/suds-community/suds/ - https://pypi.org/project/suds-community/ -" - -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 |