Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zeep/
Date: Sat, 02 Apr 2022 08:32:54
Message-Id: 1648888291.29c69dfc5770cefadd3ac6bbd547f14919f0a7ba.mgorny@gentoo
1 commit: 29c69dfc5770cefadd3ac6bbd547f14919f0a7ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 08:31:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 08:31:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c69dfc
7
8 dev-python/zeep: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zeep/zeep-4.1.0-r1.ebuild | 48 ------------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/dev-python/zeep/zeep-4.1.0-r1.ebuild b/dev-python/zeep/zeep-4.1.0-r1.ebuild
16 deleted file mode 100644
17 index e9a0162f28d2..000000000000
18 --- a/dev-python/zeep/zeep-4.1.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
31 -HOMEPAGE="https://docs.python-zeep.org/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE="async"
38 -
39 -RDEPEND="
40 - >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
41 - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
42 - >=dev-python/lxml-4.6.0[${PYTHON_USEDEP}]
43 - >=dev-python/platformdirs-1.4.0[${PYTHON_USEDEP}]
44 - >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}]
45 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
46 - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
47 - dev-python/pytz[${PYTHON_USEDEP}]
48 - async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
49 -"
50 -BDEPEND="
51 - test? (
52 - dev-python/aiohttp[${PYTHON_USEDEP}]
53 - dev-python/aioresponses[${PYTHON_USEDEP}]
54 - dev-python/freezegun[${PYTHON_USEDEP}]
55 - dev-python/mock[${PYTHON_USEDEP}]
56 - dev-python/pretend[${PYTHON_USEDEP}]
57 - dev-python/python-xmlsec[${PYTHON_USEDEP}]
58 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
59 - dev-python/pytest-httpx[${PYTHON_USEDEP}]
60 - dev-python/requests-mock[${PYTHON_USEDEP}]
61 - )
62 -"
63 -
64 -distutils_enable_tests pytest
65 -
66 -PATCHES=(
67 - "${FILESDIR}"/${P}-cached-prop.patch
68 -)