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/zope-interface/
Date: Sun, 29 Mar 2020 12:22:17
Message-Id: 1585484412.99cd82fa1b6afd47ed3ba89c781288ea80ef9873.mgorny@gentoo
1 commit: 99cd82fa1b6afd47ed3ba89c781288ea80ef9873
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:16:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:20:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cd82fa
7
8 dev-python/zope-interface: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/zope-interface/Manifest | 5 ---
13 .../zope-interface/zope-interface-4.1.1.ebuild | 40 -----------------
14 .../zope-interface/zope-interface-4.3.2.ebuild | 40 -----------------
15 .../zope-interface/zope-interface-4.4.3.ebuild | 51 ----------------------
16 .../zope-interface/zope-interface-4.5.0.ebuild | 51 ----------------------
17 .../zope-interface/zope-interface-4.6.0.ebuild | 51 ----------------------
18 6 files changed, 238 deletions(-)
19
20 diff --git a/dev-python/zope-interface/Manifest b/dev-python/zope-interface/Manifest
21 index 4323e564352..130d514997a 100644
22 --- a/dev-python/zope-interface/Manifest
23 +++ b/dev-python/zope-interface/Manifest
24 @@ -1,6 +1 @@
25 -DIST zope.interface-4.1.1.tar.gz 864139 BLAKE2B 5531be26538fc54dc1108130813797ac24f426d7caf3e65172a5beda36a8227bdb9ed4d33c48bec09fe3d3311769082a6fd77c1f24145fe4573fc6bc2b3387e0 SHA512 77d8c978522e95063bb5a1feb5b20af341bcf447d393ceb1ea229f0db02408f0e8981226621c04988936730b265cdba0bab88aaacd7fdf1006281c297e8e1ca1
26 -DIST zope.interface-4.3.2.tar.gz 143139 BLAKE2B 60e8d1ed360192cfd2bafc5738f1a5278216d1ca55ca7104d261078915f9ea1966a1001ceaca02bff9359a69b38b402a77c42e872b1a64f29f61a80805587b4a SHA512 4a9b0f8b7e3157f29aca3810baea13d880b09d80945f23953e13325afe6780c2c1a5562a875f97958c1b33a28e009dd495f608aa7af79aded4f2ac2d61d3a251
27 -DIST zope.interface-4.4.3.tar.gz 147052 BLAKE2B dea636ebed2f66035510d467615a9532a7c082ddf4ad3bb26fe0101f790db667817e12c4fd3f4a0b654151422e6ff8cb156f3d2e4310e0294ffdc7b5b4e836f9 SHA512 29d9f3f1fe9af8a4ffb1e6d2f067bba1fa1bac7b02690ba8429985aa6ca76d3f337076bc8c48f39d0f338ccd855800b2f28b319a183a285191cc007bf8d9c9ad
28 -DIST zope.interface-4.5.0.tar.gz 151261 BLAKE2B 45d84249c4c64e8c5a7406ca50f3fe960130727cf36dce4d6469b84da2747c1dc2eddbc29c779024c40bb7f2457559875ffd39e64c5e0ea7aaa911d7d19e2ca3 SHA512 d3a256723901bf505e4caa0f9988814cd583aefa1adced7ea9ce0a9130e67909f8d6b5dd20d986182a34ea216d63aec1aa4513fc76110e6d96a43a49f1719ee1
29 -DIST zope.interface-4.6.0.tar.gz 150884 BLAKE2B d31c006553b31f7a5096f69d33341c868723aa0eeee375265c61896fc2dc16109e3f5135a0007604f9e6049fc0cc905e0f8c7ad23e1156a636094d0b334febc7 SHA512 cb82144f0b228dd4d2f7cbfba130ee190265bf809d4e928262935c3b5551a3a298df4eba2dfe7ecde96fed27f39f59ab95e9c11f3eadf0fdc13f61b5c046f78f
30 DIST zope.interface-4.7.1.tar.gz 151374 BLAKE2B 87900329d4634456287fe0fc78093df02f9b0e27fe2fd9f6dc039253f5814f2a00936e0f49e6001754c192eed323cfad068cf863d3e52ed31bad6352d83e1d0e SHA512 cb99cdf9733cdd2fb6637163167da0073145db1ed1788ae147098a23a9cafb4d661368a1780a44a231a2ea9f1adfa4fd6acac423a4a8d9cf026ee3a603ca7767
31
32 diff --git a/dev-python/zope-interface/zope-interface-4.1.1.ebuild b/dev-python/zope-interface/zope-interface-4.1.1.ebuild
33 deleted file mode 100644
34 index ff807064820..00000000000
35 --- a/dev-python/zope-interface/zope-interface-4.1.1.ebuild
36 +++ /dev/null
37 @@ -1,40 +0,0 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=5
42 -PYTHON_COMPAT=( python2_7 )
43 -
44 -inherit distutils-r1 flag-o-matic
45 -
46 -MY_PN=${PN/-/.}
47 -MY_P=${MY_PN}-${PV}
48 -
49 -DESCRIPTION="Interfaces for Python"
50 -HOMEPAGE="https://pypi.org/project/zope.interface/"
51 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
52 -
53 -LICENSE="ZPL"
54 -SLOT="0"
55 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
56 -IUSE=""
57 -
58 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
59 -RDEPEND=""
60 -
61 -S=${WORKDIR}/${MY_P}
62 -
63 -# until all deps are in the tree (bug #442794)
64 -RESTRICT="test"
65 -
66 -python_compile() {
67 - if [[ ${EPYTHON} != python3* ]]; then
68 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
69 - append-flags -fno-strict-aliasing
70 - fi
71 -
72 - distutils-r1_python_compile
73 -}
74 -
75 -python_test() {
76 - esetup.py test
77 -}
78
79 diff --git a/dev-python/zope-interface/zope-interface-4.3.2.ebuild b/dev-python/zope-interface/zope-interface-4.3.2.ebuild
80 deleted file mode 100644
81 index e9af2abfdaf..00000000000
82 --- a/dev-python/zope-interface/zope-interface-4.3.2.ebuild
83 +++ /dev/null
84 @@ -1,40 +0,0 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -PYTHON_COMPAT=( python2_7 python3_6 )
91 -
92 -inherit distutils-r1 flag-o-matic
93 -
94 -MY_PN=${PN/-/.}
95 -MY_P=${MY_PN}-${PV}
96 -
97 -DESCRIPTION="Interfaces for Python"
98 -HOMEPAGE="https://pypi.org/project/zope.interface/ https://github.com/zopefoundation/zope.interface"
99 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
100 -
101 -LICENSE="ZPL"
102 -SLOT="0"
103 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
104 -IUSE="test"
105 -RESTRICT="!test? ( test )"
106 -
107 -RDEPEND=""
108 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
109 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
110 -
111 -S=${WORKDIR}/${MY_P}
112 -
113 -python_compile() {
114 - if ! python_is_python3; then
115 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
116 - append-flags -fno-strict-aliasing
117 - fi
118 -
119 - distutils-r1_python_compile
120 -}
121 -
122 -python_test() {
123 - esetup.py test
124 -}
125
126 diff --git a/dev-python/zope-interface/zope-interface-4.4.3.ebuild b/dev-python/zope-interface/zope-interface-4.4.3.ebuild
127 deleted file mode 100644
128 index 805325c4dd7..00000000000
129 --- a/dev-python/zope-interface/zope-interface-4.4.3.ebuild
130 +++ /dev/null
131 @@ -1,51 +0,0 @@
132 -# Copyright 1999-2020 Gentoo Authors
133 -# Distributed under the terms of the GNU General Public License v2
134 -
135 -EAPI=6
136 -
137 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
138 -
139 -inherit distutils-r1 flag-o-matic
140 -
141 -MY_PN=${PN/-/.}
142 -MY_P=${MY_PN}-${PV}
143 -
144 -DESCRIPTION="Interfaces for Python"
145 -HOMEPAGE="https://pypi.org/project/zope.interface/ https://github.com/zopefoundation/zope.interface"
146 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
147 -
148 -LICENSE="ZPL"
149 -SLOT="0"
150 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
151 -IUSE="test"
152 -RESTRICT="!test? ( test )"
153 -
154 -RDEPEND="
155 - dev-python/namespace-zope[${PYTHON_USEDEP}]"
156 -
157 -DEPEND="
158 - ${RDEPEND}
159 - >=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
160 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
161 -
162 -S="${WORKDIR}/${MY_P}"
163 -
164 -python_compile() {
165 - if ! python_is_python3; then
166 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
167 - append-flags -fno-strict-aliasing
168 - fi
169 -
170 - distutils-r1_python_compile
171 -}
172 -
173 -python_test() {
174 - esetup.py test
175 -}
176 -
177 -python_install_all() {
178 - distutils-r1_python_install_all
179 -
180 - # remove .pth files since dev-python/namespace-zope handles the ns
181 - find "${D}" -name '*.pth' -delete || die
182 -}
183
184 diff --git a/dev-python/zope-interface/zope-interface-4.5.0.ebuild b/dev-python/zope-interface/zope-interface-4.5.0.ebuild
185 deleted file mode 100644
186 index 92742e09e39..00000000000
187 --- a/dev-python/zope-interface/zope-interface-4.5.0.ebuild
188 +++ /dev/null
189 @@ -1,51 +0,0 @@
190 -# Copyright 1999-2020 Gentoo Authors
191 -# Distributed under the terms of the GNU General Public License v2
192 -
193 -EAPI=6
194 -
195 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
196 -
197 -inherit distutils-r1 flag-o-matic
198 -
199 -MY_PN=${PN/-/.}
200 -MY_P=${MY_PN}-${PV}
201 -
202 -DESCRIPTION="Interfaces for Python"
203 -HOMEPAGE="https://pypi.org/project/zope.interface/ https://github.com/zopefoundation/zope.interface"
204 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
205 -
206 -LICENSE="ZPL"
207 -SLOT="0"
208 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
209 -IUSE="test"
210 -RESTRICT="!test? ( test )"
211 -
212 -RDEPEND="
213 - dev-python/namespace-zope[${PYTHON_USEDEP}]"
214 -
215 -DEPEND="
216 - ${RDEPEND}
217 - >=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
218 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
219 -
220 -S="${WORKDIR}/${MY_P}"
221 -
222 -python_compile() {
223 - if ! python_is_python3; then
224 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
225 - append-flags -fno-strict-aliasing
226 - fi
227 -
228 - distutils-r1_python_compile
229 -}
230 -
231 -python_test() {
232 - esetup.py test
233 -}
234 -
235 -python_install_all() {
236 - distutils-r1_python_install_all
237 -
238 - # remove .pth files since dev-python/namespace-zope handles the ns
239 - find "${D}" -name '*.pth' -delete || die
240 -}
241
242 diff --git a/dev-python/zope-interface/zope-interface-4.6.0.ebuild b/dev-python/zope-interface/zope-interface-4.6.0.ebuild
243 deleted file mode 100644
244 index 9868e14b631..00000000000
245 --- a/dev-python/zope-interface/zope-interface-4.6.0.ebuild
246 +++ /dev/null
247 @@ -1,51 +0,0 @@
248 -# Copyright 1999-2020 Gentoo Authors
249 -# Distributed under the terms of the GNU General Public License v2
250 -
251 -EAPI=6
252 -
253 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
254 -
255 -inherit distutils-r1 flag-o-matic
256 -
257 -MY_PN=${PN/-/.}
258 -MY_P=${MY_PN}-${PV}
259 -
260 -DESCRIPTION="Interfaces for Python"
261 -HOMEPAGE="https://pypi.org/project/zope.interface/ https://github.com/zopefoundation/zope.interface"
262 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
263 -
264 -LICENSE="ZPL"
265 -SLOT="0"
266 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
267 -IUSE="test"
268 -RESTRICT="!test? ( test )"
269 -
270 -RDEPEND="
271 - dev-python/namespace-zope[${PYTHON_USEDEP}]"
272 -
273 -DEPEND="
274 - ${RDEPEND}
275 - >=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
276 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
277 -
278 -S="${WORKDIR}/${MY_P}"
279 -
280 -python_compile() {
281 - if ! python_is_python3; then
282 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
283 - append-flags -fno-strict-aliasing
284 - fi
285 -
286 - distutils-r1_python_compile
287 -}
288 -
289 -python_test() {
290 - esetup.py test
291 -}
292 -
293 -python_install_all() {
294 - distutils-r1_python_install_all
295 -
296 - # remove .pth files since dev-python/namespace-zope handles the ns
297 - find "${D}" -name '*.pth' -delete || die
298 -}