commit:     4141b1855b365ac5ae3132cbd8801892908c9726
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 08:58:29 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 08:58:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4141b185

dev-python/zeep: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zeep/Manifest          |  2 --
 dev-python/zeep/zeep-4.2.1.ebuild | 48 ---------------------------------------
 dev-python/zeep/zeep-4.3.0.ebuild | 46 -------------------------------------
 3 files changed, 96 deletions(-)

diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest
index e70811b99e70..d1d740ed6ad8 100644
--- a/dev-python/zeep/Manifest
+++ b/dev-python/zeep/Manifest
@@ -1,3 +1 @@
-DIST zeep-4.2.1.tar.gz 161072 BLAKE2B 
01e3ec848bc4a98b301b7d091a0740f4a69057f3bb56e884a31b1d73ed51b0c62b4e0e148b2a59ebb6f01469aa949cb4079c0147dae7b3d8e7c8a2f66e5b31f8
 SHA512 
08de88c1e4cd1787137ea18f12bf343c5c9bb7b353ecd8781c58c7c1acf1b6ee8a0483b47d9a78eb24c79d8ecc347eb8595d460d9f75ca0428963f36a76dff5d
-DIST zeep-4.3.0.tar.gz 166417 BLAKE2B 
81c2b17b05fef0c543be0fd4fc454735d769587b1a7d8135f71ef94f7d325f5fa95fc0163bed4c6ed2e104fc26fb12b9bb153425c412d23437ccd299338b0784
 SHA512 
cd0b17f89ba31b075588d36813fc6af87d162688c6680ec67421e0e871b93201a6e830250a3ce93acdc95fa9c1ec59c75807fd8338d88f12ca2d8bd0e59b1924
 DIST zeep-4.3.1.tar.gz 166468 BLAKE2B 
86631af052606592fed21a9346fef7829ba493dbf1195ef8e7a275006d597fee8b283c33a6b337abef1d100c0e722c7f02f1d03988a8f85146f767c24791f169
 SHA512 
768cd1717ea8c0bbc29246211eb990eff7b182ef23f50846af314d4abed30c688413495d5032c5a426a2c4d83356f95add774eef726f2b7120096505c3aeb3c8

diff --git a/dev-python/zeep/zeep-4.2.1.ebuild 
b/dev-python/zeep/zeep-4.2.1.ebuild
deleted file mode 100644
index 3649b03531c9..000000000000
--- a/dev-python/zeep/zeep-4.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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 arm64 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/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-httpx[${PYTHON_USEDEP}]
-               dev-python/requests-mock[${PYTHON_USEDEP}]
-               dev-python/xmlsec[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/zeep/zeep-4.3.0.ebuild 
b/dev-python/zeep/zeep-4.3.0.ebuild
deleted file mode 100644
index 11d0bc3e5720..000000000000
--- a/dev-python/zeep/zeep-4.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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 ~arm64 ~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}] )
-"
-BDEPEND="
-       test? (
-               dev-python/freezegun[${PYTHON_USEDEP}]
-               >=dev-python/httpx-0.15.0[${PYTHON_USEDEP}]
-               dev-python/pretend[${PYTHON_USEDEP}]
-               dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-               dev-python/pytest-httpx[${PYTHON_USEDEP}]
-               dev-python/requests-mock[${PYTHON_USEDEP}]
-               dev-python/xmlsec[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to