dev-python/soappy: Remove last-rited pkg

Closes: https://bugs.gentoo.org/713056
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-19 09:23:45 +02:00
parent aada62d05a
commit 59b4885b22
4 changed files with 0 additions and 62 deletions

View File

@@ -1 +0,0 @@
DIST SOAPpy-0.12.22.zip 172855 BLAKE2B 119232713da3474c58c925a2652f5739f70903ce8204a3f999bc511df9387cfc33d9d812ea3735d04b37e7ce45d6c0f5a5a11c79849406c2d60fa6ca91afe61d SHA512 d75d0bf8e88c8ecae57f51a201f9ab6f24fc41856ee2093e7e2e73e5d8618c9a766a69140df28a24b6d8493b53555c09502684c6d2fd78e90a3c53bba52f388b

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">SOAPpy</remote-id>
<remote-id type="sourceforge">pywebsvcs</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,43 +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="ssl?,xml"
inherit distutils-r1
MY_PN="SOAPpy"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="SOAP Services for Python"
HOMEPAGE="http://pywebsvcs.sourceforge.net/ https://pypi.org/project/SOAPpy/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="examples ssl"
RDEPEND="dev-python/wstools[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
ssl? ( dev-python/m2crypto[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_P}"
DOCS=( CHANGES.txt README.txt docs/. )
python_install_all() {
if use examples; then
docinto examples
dodoc -r bid contrib tools validate
docompress -x /usr/share/doc/${PF}/examples
fi
distutils-r1_python_install_all
}

View File

@@ -545,12 +545,6 @@ net-ftp/pybootd
# Removal in 30 days. Bug #708268.
app-backup/buttersink
# Michał Górny <mgorny@gentoo.org> (2020-03-17)
# Abandoned. Python 2 only. Upstream recommends dev-python/suds
# instead.
# Removal in 30 days. Bug #713056.
dev-python/soappy
# Andreas Sturmlechner <asturm@gentoo.org> (2020-03-14)
# Breaks at least dev-games/simgear right now, bug #709878.
~dev-games/openscenegraph-3.6.5