diff options
Diffstat (limited to 'dev-python/zeep')
| -rw-r--r-- | dev-python/zeep/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/zeep/metadata.xml | 16 | ||||
| -rw-r--r-- | dev-python/zeep/zeep-4.3.2.ebuild | 50 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest deleted file mode 100644 index 6e2f93b271ba..000000000000 --- a/dev-python/zeep/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zeep-4.3.2.tar.gz 166687 BLAKE2B cc1295ac389bd2195b4989e73c4cec1d159be8d9d63b33ff21a05d2dd52e4f927f08c42443f7608e6533b4df23d74f8f127d8276c07ecb1fbdb26178837cb3cc SHA512 512260a81c22b55b7fec4629b10cda775883f5bdfb40bda8ff8fdd6deff7bfe594cdb0919dac405a4eeff5e19f8a3c5906cb542760773971b2f43e03e3bdb313 -DIST zeep-4.3.2.tar.gz.provenance 9756 BLAKE2B 896d100b9e3c839b5de44288a4ff7a3e14126fa2ba157944463604788e0c1f1e6c3c6818f4150488f5a263b93565c4ed74c3c6c5ef82cb816c424b446852435b SHA512 9257ea2dd8f658c7f9e206cf29ad92aefd1e7a9e55c6534d63d9308c36103d06186f8692443eadb7d2526b5fed338587e8449e37743dd8d81d4a64a22395b7be diff --git a/dev-python/zeep/metadata.xml b/dev-python/zeep/metadata.xml deleted file mode 100644 index 7057273b08e7..000000000000 --- a/dev-python/zeep/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - </maintainer> - <stabilize-allarches/> - <use> - <flag name="async">Add async support</flag> - </use> - <upstream> - <remote-id type="pypi">zeep</remote-id> - <remote-id type="github">mvantellingen/python-zeep</remote-id> - <bugs-to>https://github.com/mvantellingen/python-zeep/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/dev-python/zeep/zeep-4.3.2.ebuild b/dev-python/zeep/zeep-4.3.2.ebuild deleted file mode 100644 index 3602200aa3f7..000000000000 --- a/dev-python/zeep/zeep-4.3.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_VERIFY_REPO=https://github.com/mvantellingen/python-zeep -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests" -HOMEPAGE=" - https://docs.python-zeep.org/ - https://github.com/mvantellingen/python-zeep/ - https://pypi.org/project/zeep/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv 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-2.7.0[${PYTHON_USEDEP}] - >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}] - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - async? ( - >=dev-python/httpx-0.15.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - ) -" -BDEPEND=" - test? ( - dev-python/freezegun[${PYTHON_USEDEP}] - >=dev-python/httpx-0.15.0[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pretend[${PYTHON_USEDEP}] - dev-python/requests-mock[${PYTHON_USEDEP}] - dev-python/xmlsec[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=( pytest-{asyncio,httpx} ) -distutils_enable_tests pytest |
