remove zeep (dupe)

This commit is contained in:
Andreas Billmeier 2021-08-29 09:28:46 +02:00 committed by Andreas Billmeier
parent 96f8795696
commit bf27aae0a7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 0 additions and 110 deletions

View File

@ -1,5 +0,0 @@
DIST zeep-3.4.0.tar.gz 163748 BLAKE2B 52709b22bf3dbe228630fcaca33dbfb1f9bb2fd6fab9a2f3ad1cfdf92f84aa2a5b1b71dbd5d41eca3bc12a9ac022d27191929533578441ff020e574fe2b95cd8 SHA512 31adea141ffaabb122a2127bcbba2742ed15d4cef91907c8db4aefd8550b2259502a4122825cbfa62559fd5babd3d0c6ce2bf82dd3b79cd9026d8ca008897349
DIST zeep-4.0.0.tar.gz 163646 BLAKE2B 84547f5ac5bfb42f6bfbe9879ae19466270e7699764a0f91b68d927d1776a040307ccc4f482dce93b765b8b3de191615d6a7b6a3fda38655c312c02a962fc954 SHA512 1ccc59d6ad1979f291cd89d0ac73d7bfc886501d7939c7e788b700454c571deffcc5a93c0e4fee7d6bbce4ad3cc2b309a95da57bcc4551ee5b37111e2fbc0acb
EBUILD zeep-3.4.0-r1.ebuild 1368 BLAKE2B 8bf727a1942c66c517710195905f4bde5e4934417789efc1476b0c59bfe4eede5186beddd1caee7d103d87501727cb6b7d3f4300957550cb3aa633ed4e3862dc SHA512 9a20d51f8d45c505e6cf95ce27dfde270f4a5a61601f908309ed3d9b2bfa15552c75072dfa0f8c882768862a42bfdfadcf6544e22f7f915c0f267063761257a4
EBUILD zeep-4.0.0.ebuild 1359 BLAKE2B ffc9d29fc92b55edf955f6249c5093bf4e8256c6758188d24a60d4f79c807e428ba046ae76305c370edd9d56ee57fc45e8a01d58710733a1c80a07a1f2973fcd SHA512 1b42c6b3f1194954172a95cf4673b29255bb83eaea104238563b7653b496dd37c816c699ce8c54ebacb49f12b9d34ad041e37b8da516f45b8d60986016ce573d
MISC metadata.xml 467 BLAKE2B 68713924f73cb992053adee7bb9253d69f12ca446462ebfcc4b2842c561e88400b284b954667b62f9e5e0f01bc2e20d17a942027ab748b1fe2e3885c68f58a93 SHA512 8da8eb241f5cffdf2f53dec34620ecf1b2b1f4e0c588e89d8255b893e3eba366987477b2b9436b50dfd30c07e75c3b8e8223f59c21c52cdf92529373e560921e

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">zeep</remote-id>
<maintainer status="unknown">
<email>michaelvantellingen@gmail.com</email>
<name>Michael van Tellingen</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
HOMEPAGE="https://docs.python-zeep.org https://pypi.org/project/zeep/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+async test tornado"
DOCS=( README.rst CHANGES )
RDEPEND="${DEPEND}
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
>=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
>=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
tornado? ( >=www-servers/tornado-4.0.2[${PYTHON_USEDEP}]
<www-servers/tornado-5[${PYTHON_USEDEP}] )"
BDEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
HOMEPAGE="https://docs.python-zeep.org https://pypi.org/project/zeep/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+async test tornado"
DOCS=( README.rst CHANGES )
RDEPEND="${DEPEND}
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
>=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
>=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
>=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
async? ( dev-python/httpx[${PYTHON_USEDEP}] )
tornado? ( >=www-servers/tornado-4.0.2[${PYTHON_USEDEP}]
<www-servers/tornado-5[${PYTHON_USEDEP}] )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}