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: Mon, 20 Sep 2021 13:41:32
Message-Id: 1632145178.1395777087eb222c72152e067584b9459c0af669.mgorny@gentoo
1 commit: 1395777087eb222c72152e067584b9459c0af669
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 07:22:28 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 13:39:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13957770
7
8 dev-python/zeep: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zeep/Manifest | 2 --
13 dev-python/zeep/zeep-3.4.0.ebuild | 35 -----------------------------
14 dev-python/zeep/zeep-4.0.0.ebuild | 47 ---------------------------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/dev-python/zeep/Manifest b/dev-python/zeep/Manifest
18 index f94d3e4e991..9077172fa6e 100644
19 --- a/dev-python/zeep/Manifest
20 +++ b/dev-python/zeep/Manifest
21 @@ -1,3 +1 @@
22 -DIST zeep-3.4.0.tar.gz 163748 BLAKE2B 52709b22bf3dbe228630fcaca33dbfb1f9bb2fd6fab9a2f3ad1cfdf92f84aa2a5b1b71dbd5d41eca3bc12a9ac022d27191929533578441ff020e574fe2b95cd8 SHA512 31adea141ffaabb122a2127bcbba2742ed15d4cef91907c8db4aefd8550b2259502a4122825cbfa62559fd5babd3d0c6ce2bf82dd3b79cd9026d8ca008897349
23 -DIST zeep-4.0.0.tar.gz 163646 BLAKE2B 84547f5ac5bfb42f6bfbe9879ae19466270e7699764a0f91b68d927d1776a040307ccc4f482dce93b765b8b3de191615d6a7b6a3fda38655c312c02a962fc954 SHA512 1ccc59d6ad1979f291cd89d0ac73d7bfc886501d7939c7e788b700454c571deffcc5a93c0e4fee7d6bbce4ad3cc2b309a95da57bcc4551ee5b37111e2fbc0acb
24 DIST zeep-4.1.0.tar.gz 160333 BLAKE2B d29db92efe048ba854ff14cde062993c3f334cab6cfc122f6db9aa7a1a490c82f93a50ca5028a5f86e316d9ecf567ac40aef10f3e7d8db89376c7d8dea2a2e23 SHA512 acc54f99d21fe401e06418223591bcf8e7f8819e225f892beb0f6e2a1ee359a0da6f9d0aa4212899197c084af37cc56126879b93a22cdad2458e57674bf66ed5
25
26 diff --git a/dev-python/zeep/zeep-3.4.0.ebuild b/dev-python/zeep/zeep-3.4.0.ebuild
27 deleted file mode 100644
28 index 06223e76cc0..00000000000
29 --- a/dev-python/zeep/zeep-3.4.0.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -
39 -DISTUTILS_USE_SETUPTOOLS=bdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
44 -HOMEPAGE="http://docs.python-zeep.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="async"
51 -
52 -RDEPEND="
53 - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
54 - >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
55 - >=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
56 - >=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
57 - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
58 - >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
59 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
60 - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
62 - dev-python/pytz[${PYTHON_USEDEP}]
63 - async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
64 -"
65 -
66 -DOCS=( README.rst CHANGES )
67
68 diff --git a/dev-python/zeep/zeep-4.0.0.ebuild b/dev-python/zeep/zeep-4.0.0.ebuild
69 deleted file mode 100644
70 index fb84f87366c..00000000000
71 --- a/dev-python/zeep/zeep-4.0.0.ebuild
72 +++ /dev/null
73 @@ -1,47 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -PYTHON_COMPAT=( python3_{8..10} )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
84 -HOMEPAGE="http://docs.python-zeep.org/"
85 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~x86"
90 -IUSE="async"
91 -
92 -# TODO: remove six dependency when this is merged:
93 -# https://github.com/mvantellingen/python-zeep/pull/1250
94 -RDEPEND="
95 - >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
96 - >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
97 - >=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
98 - >=dev-python/defusedxml-0.4.1[${PYTHON_USEDEP}]
99 - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
100 - >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
101 - >=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}]
102 - >=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
103 - >=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
104 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
105 - dev-python/pytz[${PYTHON_USEDEP}]
106 - async? ( >=dev-python/aiohttp-1.0[${PYTHON_USEDEP}] )
107 - test? (
108 - dev-python/aiohttp[${PYTHON_USEDEP}]
109 - dev-python/aioresponses[${PYTHON_USEDEP}]
110 - dev-python/freezegun[${PYTHON_USEDEP}]
111 - dev-python/mock[${PYTHON_USEDEP}]
112 - dev-python/pretend[${PYTHON_USEDEP}]
113 - dev-python/python-xmlsec[${PYTHON_USEDEP}]
114 - dev-python/pytest-asyncio[${PYTHON_USEDEP}]
115 - dev-python/pytest-httpx[${PYTHON_USEDEP}]
116 - dev-python/requests-mock[${PYTHON_USEDEP}]
117 - )
118 -"
119 -
120 -distutils_enable_tests pytest