diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-02 10:31:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-02 10:31:31 +0200 |
commit | 29c69dfc5770cefadd3ac6bbd547f14919f0a7ba (patch) | |
tree | bd34dbb85b9dee7debe9e75c82e9805e6781a171 /dev-python/zeep | |
parent | dev-python/dask: Remove old (diff) | |
download | gentoo-29c69dfc5770cefadd3ac6bbd547f14919f0a7ba.tar.gz gentoo-29c69dfc5770cefadd3ac6bbd547f14919f0a7ba.tar.bz2 gentoo-29c69dfc5770cefadd3ac6bbd547f14919f0a7ba.zip |
dev-python/zeep: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zeep')
-rw-r--r-- | dev-python/zeep/zeep-4.1.0-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-python/zeep/zeep-4.1.0-r1.ebuild b/dev-python/zeep/zeep-4.1.0-r1.ebuild deleted file mode 100644 index e9a0162f28d2..000000000000 --- a/dev-python/zeep/zeep-4.1.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests" -HOMEPAGE="https://docs.python-zeep.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="async" - -RDEPEND=" - >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}] - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}] - >=dev-python/lxml-4.6.0[${PYTHON_USEDEP}] - >=dev-python/platformdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}] - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}] - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] ) -" -BDEPEND=" - test? ( - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/aioresponses[${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pretend[${PYTHON_USEDEP}] - dev-python/python-xmlsec[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-httpx[${PYTHON_USEDEP}] - dev-python/requests-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}"/${P}-cached-prop.patch -) |