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: Sat, 06 Jan 2018 13:39:52
Message-Id: 1515245966.bc4e7d5b1d758b0fc2b19af680d1d60199f494b5.mgorny@gentoo
1 commit: bc4e7d5b1d758b0fc2b19af680d1d60199f494b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 10:07:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 13:39:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4e7d5b
7
8 dev-python/zope-interface: Clean old up
9
10 dev-python/zope-interface/Manifest | 3 --
11 .../zope-interface/zope-interface-4.4.0-r1.ebuild | 46 ----------------------
12 .../zope-interface/zope-interface-4.4.0.ebuild | 39 ------------------
13 .../zope-interface/zope-interface-4.4.1.ebuild | 46 ----------------------
14 .../zope-interface/zope-interface-4.4.2.ebuild | 46 ----------------------
15 5 files changed, 180 deletions(-)
16
17 diff --git a/dev-python/zope-interface/Manifest b/dev-python/zope-interface/Manifest
18 index 2f0dfe79561..6b3f8de34c7 100644
19 --- a/dev-python/zope-interface/Manifest
20 +++ b/dev-python/zope-interface/Manifest
21 @@ -1,6 +1,3 @@
22 DIST zope.interface-4.1.1.tar.gz 864139 BLAKE2B 5531be26538fc54dc1108130813797ac24f426d7caf3e65172a5beda36a8227bdb9ed4d33c48bec09fe3d3311769082a6fd77c1f24145fe4573fc6bc2b3387e0 SHA512 77d8c978522e95063bb5a1feb5b20af341bcf447d393ceb1ea229f0db02408f0e8981226621c04988936730b265cdba0bab88aaacd7fdf1006281c297e8e1ca1
23 DIST zope.interface-4.3.2.tar.gz 143139 BLAKE2B 60e8d1ed360192cfd2bafc5738f1a5278216d1ca55ca7104d261078915f9ea1966a1001ceaca02bff9359a69b38b402a77c42e872b1a64f29f61a80805587b4a SHA512 4a9b0f8b7e3157f29aca3810baea13d880b09d80945f23953e13325afe6780c2c1a5562a875f97958c1b33a28e009dd495f608aa7af79aded4f2ac2d61d3a251
24 -DIST zope.interface-4.4.0.tar.gz 151322 BLAKE2B 0b8a8675a3b81e2ee514ce24b5ea7af8b3932a8510a4375139a08bbce9deef1ae73f795e8a6a047abc59a18245cc5f22b1f9ee04a82116e9062eaf574ef9dcdb SHA512 82a08237f8467407304d7e7f6932e4e4fe051413f2d83ff34bc4621fe272ad223b8e62ea9ee3bebc559ce719ee20e6fd084b187a8e688fc01d8beff6dc037756
25 -DIST zope.interface-4.4.1.tar.gz 149139 BLAKE2B 41ee09be924ea73c42e14fd7bec452ff9ae057f260c8e2fa5792e1fce3f48fb42fe8a5fef8c13f60d790551fc60fffe51e21af19126c5bcf7ac315da06469488 SHA512 62e9b86a1dde4468914945bf988e20d3eafecbb1235aab466984bfc7cfbde8b5f7a0d79774828134482fc0814880008cf26ee0bb0c1e5a6cb0b609ba5d9a9106
26 -DIST zope.interface-4.4.2.tar.gz 150150 BLAKE2B 27207678cdd525ef8262b9e13a46a4099c37090e3df6edeac6d3fe44856695d03589dcb8c94c3470a4b3b6d379de66f18b69ef28b4e8e6cd46d391f735a4de47 SHA512 11b95cf358e3151860a0f8a5d3d151cc4dad582aea39b5268e67b683f14343938b66315051d0ffae48d1890ec4c4a0dfcb16de912aae5fcb78ab128668735c2a
27 DIST zope.interface-4.4.3.tar.gz 147052 BLAKE2B dea636ebed2f66035510d467615a9532a7c082ddf4ad3bb26fe0101f790db667817e12c4fd3f4a0b654151422e6ff8cb156f3d2e4310e0294ffdc7b5b4e836f9 SHA512 29d9f3f1fe9af8a4ffb1e6d2f067bba1fa1bac7b02690ba8429985aa6ca76d3f337076bc8c48f39d0f338ccd855800b2f28b319a183a285191cc007bf8d9c9ad
28
29 diff --git a/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild b/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
30 deleted file mode 100644
31 index becb2ed4920..00000000000
32 --- a/dev-python/zope-interface/zope-interface-4.4.0-r1.ebuild
33 +++ /dev/null
34 @@ -1,46 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
41 -
42 -inherit distutils-r1 flag-o-matic
43 -
44 -MY_PN=${PN/-/.}
45 -MY_P=${MY_PN}-${PV}
46 -
47 -DESCRIPTION="Interfaces for Python"
48 -HOMEPAGE="https://pypi.python.org/pypi/zope.interface https://github.com/zopefoundation/zope.interface"
49 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
50 -
51 -LICENSE="ZPL"
52 -SLOT="0"
53 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 -IUSE="test"
55 -
56 -RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
57 -DEPEND=">=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
58 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
59 -
60 -S=${WORKDIR}/${MY_P}
61 -
62 -python_compile() {
63 - if ! python_is_python3; then
64 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
65 - append-flags -fno-strict-aliasing
66 - fi
67 -
68 - distutils-r1_python_compile
69 -}
70 -
71 -python_test() {
72 - esetup.py test
73 -}
74 -
75 -python_install_all() {
76 - distutils-r1_python_install_all
77 -
78 - # remove .pth files since dev-python/namespace-zope handles the ns
79 - find "${D}" -name '*.pth' -delete || die
80 -}
81
82 diff --git a/dev-python/zope-interface/zope-interface-4.4.0.ebuild b/dev-python/zope-interface/zope-interface-4.4.0.ebuild
83 deleted file mode 100644
84 index fb7119d07fc..00000000000
85 --- a/dev-python/zope-interface/zope-interface-4.4.0.ebuild
86 +++ /dev/null
87 @@ -1,39 +0,0 @@
88 -# Copyright 1999-2017 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
94 -
95 -inherit distutils-r1 flag-o-matic
96 -
97 -MY_PN=${PN/-/.}
98 -MY_P=${MY_PN}-${PV}
99 -
100 -DESCRIPTION="Interfaces for Python"
101 -HOMEPAGE="https://pypi.python.org/pypi/zope.interface https://github.com/zopefoundation/zope.interface"
102 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
103 -
104 -LICENSE="ZPL"
105 -SLOT="0"
106 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
107 -IUSE="test"
108 -
109 -RDEPEND=""
110 -DEPEND=">=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
111 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
112 -
113 -S=${WORKDIR}/${MY_P}
114 -
115 -python_compile() {
116 - if ! python_is_python3; then
117 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
118 - append-flags -fno-strict-aliasing
119 - fi
120 -
121 - distutils-r1_python_compile
122 -}
123 -
124 -python_test() {
125 - esetup.py test
126 -}
127
128 diff --git a/dev-python/zope-interface/zope-interface-4.4.1.ebuild b/dev-python/zope-interface/zope-interface-4.4.1.ebuild
129 deleted file mode 100644
130 index becb2ed4920..00000000000
131 --- a/dev-python/zope-interface/zope-interface-4.4.1.ebuild
132 +++ /dev/null
133 @@ -1,46 +0,0 @@
134 -# Copyright 1999-2017 Gentoo Foundation
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=6
138 -
139 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
140 -
141 -inherit distutils-r1 flag-o-matic
142 -
143 -MY_PN=${PN/-/.}
144 -MY_P=${MY_PN}-${PV}
145 -
146 -DESCRIPTION="Interfaces for Python"
147 -HOMEPAGE="https://pypi.python.org/pypi/zope.interface https://github.com/zopefoundation/zope.interface"
148 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
149 -
150 -LICENSE="ZPL"
151 -SLOT="0"
152 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
153 -IUSE="test"
154 -
155 -RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
156 -DEPEND=">=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
157 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
158 -
159 -S=${WORKDIR}/${MY_P}
160 -
161 -python_compile() {
162 - if ! python_is_python3; then
163 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
164 - append-flags -fno-strict-aliasing
165 - fi
166 -
167 - distutils-r1_python_compile
168 -}
169 -
170 -python_test() {
171 - esetup.py test
172 -}
173 -
174 -python_install_all() {
175 - distutils-r1_python_install_all
176 -
177 - # remove .pth files since dev-python/namespace-zope handles the ns
178 - find "${D}" -name '*.pth' -delete || die
179 -}
180
181 diff --git a/dev-python/zope-interface/zope-interface-4.4.2.ebuild b/dev-python/zope-interface/zope-interface-4.4.2.ebuild
182 deleted file mode 100644
183 index becb2ed4920..00000000000
184 --- a/dev-python/zope-interface/zope-interface-4.4.2.ebuild
185 +++ /dev/null
186 @@ -1,46 +0,0 @@
187 -# Copyright 1999-2017 Gentoo Foundation
188 -# Distributed under the terms of the GNU General Public License v2
189 -
190 -EAPI=6
191 -
192 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
193 -
194 -inherit distutils-r1 flag-o-matic
195 -
196 -MY_PN=${PN/-/.}
197 -MY_P=${MY_PN}-${PV}
198 -
199 -DESCRIPTION="Interfaces for Python"
200 -HOMEPAGE="https://pypi.python.org/pypi/zope.interface https://github.com/zopefoundation/zope.interface"
201 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
202 -
203 -LICENSE="ZPL"
204 -SLOT="0"
205 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
206 -IUSE="test"
207 -
208 -RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
209 -DEPEND=">=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
210 - test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
211 -
212 -S=${WORKDIR}/${MY_P}
213 -
214 -python_compile() {
215 - if ! python_is_python3; then
216 - local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
217 - append-flags -fno-strict-aliasing
218 - fi
219 -
220 - distutils-r1_python_compile
221 -}
222 -
223 -python_test() {
224 - esetup.py test
225 -}
226 -
227 -python_install_all() {
228 - distutils-r1_python_install_all
229 -
230 - # remove .pth files since dev-python/namespace-zope handles the ns
231 - find "${D}" -name '*.pth' -delete || die
232 -}