Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycairo/
Date: Fri, 23 Mar 2018 22:49:04
Message-Id: 1521845322.3ed061f06ea1f71fc0fc46bd8949bfd222d4bf31.radhermit@gentoo
1 commit: 3ed061f06ea1f71fc0fc46bd8949bfd222d4bf31
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 23 22:47:31 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 23 22:48:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed061f0
7
8 dev-python/pycairo: remove old
9
10 dev-python/pycairo/Manifest | 3 --
11 dev-python/pycairo/pycairo-1.15.4.ebuild | 65 --------------------------------
12 dev-python/pycairo/pycairo-1.16.1.ebuild | 65 --------------------------------
13 dev-python/pycairo/pycairo-1.16.2.ebuild | 65 --------------------------------
14 dev-python/pycairo/pycairo-1.16.3.ebuild | 65 --------------------------------
15 5 files changed, 263 deletions(-)
16
17 diff --git a/dev-python/pycairo/Manifest b/dev-python/pycairo/Manifest
18 index 97a14571552..a7d868e4087 100644
19 --- a/dev-python/pycairo/Manifest
20 +++ b/dev-python/pycairo/Manifest
21 @@ -1,5 +1,2 @@
22 DIST pycairo-1.15.3.tar.gz 177056 BLAKE2B cba4a212c3537d5718a73742468444b01372902d86f88558cf63ab2ec1999dac036b349d84dff0bdcae5126998c5e921f05bab54b708a29ca2381b8d1371ac44 SHA512 1fc75d193eacb976f2e5a594aa07409a0f80ccb21921065c1794961143785eed48be1966d2d2d3e2d0428f9b4e956994dd851d21f3c3cb91fbc27b007a901ce8
23 -DIST pycairo-1.15.4.tar.gz 178436 BLAKE2B 23c5064f537b8d8be12bb64df375c1d5be8962f80adf2437115dde59c18c3755a693b0cb8b3bee248ce8c906f23acfa264f2da6e02770bc59d823beba1bc9e7b SHA512 7e785d23393a8d0c5aca9a4440eb64b0eca9a60c1a18b0dc8452edd6de9422c743d082530387bcbedd34d52377d0892ad395998e9467ba08e22c318684cbee34
24 -DIST pycairo-1.16.1.tar.gz 180516 BLAKE2B 0a144eb6f17bc6621b16e00ddd40784e16e5950667d57927ee238e76d4966e828d8da3d6983e09655d3eb2d3526dcb8a44da6c48e14268cd78e1d463e59b8779 SHA512 757870dd28d037d0af96308e2d1eb5d55ca2025aabda66031dc77790692e420b07802ccdbeefee430825553ed993830bc6f74de83b717e6fa876108f7b54e144
25 -DIST pycairo-1.16.2.tar.gz 180430 BLAKE2B 06b7f8b6c574b7afab738c7f0fecf78efafd06759394fbfe529a908011173e46aa0d89a5d041f9ec27fad8abb89b13fced8fbc0a567c8183f2072c70a3a8e357 SHA512 a5ac07f96f6607b1b40912b000c8b3b2114e75a6b8b314f1b68d2f5bb408dd7823c464d096c8cc26164219a961b448a4ea90b5a76683fb1807180f83cbc3b300
26 DIST pycairo-1.16.3.tar.gz 188610 BLAKE2B 71034891bae636e23379a3fdc49c9163cff61183fe46c4027bbad3206e72255e60081dbc3cb02808d5c3840b618f6c12f8106ca5a08ddb226a65917ba2da390c SHA512 d60978f85eb0430f2038b0e7d0bce23602e8c180a7611eea424fd8bc3cdd8ce249af364abd0e77ab3b7ab439761721cba5c2398f51af2a89add3fb7fda8aa5db
27
28 diff --git a/dev-python/pycairo/pycairo-1.15.4.ebuild b/dev-python/pycairo/pycairo-1.15.4.ebuild
29 deleted file mode 100644
30 index 77146c084dc..00000000000
31 --- a/dev-python/pycairo/pycairo-1.15.4.ebuild
32 +++ /dev/null
33 @@ -1,65 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="6"
38 -
39 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
40 -PYTHON_REQ_USE="threads(+)"
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Python bindings for the cairo library"
45 -HOMEPAGE="https://www.cairographics.org/pycairo/ https://github.com/pygobject/pycairo"
46 -SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz"
47 -
48 -LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
51 -IUSE="doc examples test xcb"
52 -
53 -# Note: xpyb is used as the C header, not Python modules
54 -RDEPEND="
55 - >=x11-libs/cairo-1.13.1[svg,xcb?]
56 -"
57 -DEPEND="${RDEPEND}
58 - xcb? ( $(python_gen_cond_dep '>=x11-libs/xpyb-1.3' 'python2*') )
59 - doc? ( dev-python/sphinx )
60 - test? (
61 - dev-python/pytest[${PYTHON_USEDEP}]
62 - dev-python/hypothesis[${PYTHON_USEDEP}]
63 - )
64 -"
65 -
66 -python_prepare_all() {
67 - # Fix pkgconfig path
68 - sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
69 - distutils-r1_python_prepare_all
70 -}
71 -
72 -python_compile() {
73 - local enable_xpyb
74 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
75 -
76 - esetup.py build ${enable_xpyb}
77 -}
78 -
79 -python_compile_all() {
80 - use doc && emake -C docs
81 -}
82 -
83 -python_test() {
84 - local enable_xpyb
85 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
86 -
87 - esetup.py test ${enable_xpyb}
88 -}
89 -
90 -python_install_all() {
91 - use doc && local HTML_DOCS=( docs/_build/. )
92 -
93 - if use examples; then
94 - dodoc -r examples
95 - fi
96 -
97 - distutils-r1_python_install_all
98 -}
99
100 diff --git a/dev-python/pycairo/pycairo-1.16.1.ebuild b/dev-python/pycairo/pycairo-1.16.1.ebuild
101 deleted file mode 100644
102 index ec09aca8d65..00000000000
103 --- a/dev-python/pycairo/pycairo-1.16.1.ebuild
104 +++ /dev/null
105 @@ -1,65 +0,0 @@
106 -# Copyright 1999-2018 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI="6"
110 -
111 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
112 -PYTHON_REQ_USE="threads(+)"
113 -
114 -inherit distutils-r1
115 -
116 -DESCRIPTION="Python bindings for the cairo library"
117 -HOMEPAGE="https://www.cairographics.org/pycairo/ https://github.com/pygobject/pycairo"
118 -SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz"
119 -
120 -LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
121 -SLOT="0"
122 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
123 -IUSE="doc examples test xcb"
124 -
125 -# Note: xpyb is used as the C header, not Python modules
126 -RDEPEND="
127 - >=x11-libs/cairo-1.13.1[svg,xcb?]
128 -"
129 -DEPEND="${RDEPEND}
130 - xcb? ( $(python_gen_cond_dep '>=x11-libs/xpyb-1.3' 'python2*') )
131 - doc? ( dev-python/sphinx )
132 - test? (
133 - dev-python/pytest[${PYTHON_USEDEP}]
134 - dev-python/hypothesis[${PYTHON_USEDEP}]
135 - )
136 -"
137 -
138 -python_prepare_all() {
139 - # Fix pkgconfig path
140 - sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
141 - distutils-r1_python_prepare_all
142 -}
143 -
144 -python_compile() {
145 - local enable_xpyb
146 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
147 -
148 - esetup.py build ${enable_xpyb}
149 -}
150 -
151 -python_compile_all() {
152 - use doc && emake -C docs
153 -}
154 -
155 -python_test() {
156 - local enable_xpyb
157 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
158 -
159 - esetup.py test ${enable_xpyb}
160 -}
161 -
162 -python_install_all() {
163 - use doc && local HTML_DOCS=( docs/_build/. )
164 -
165 - if use examples; then
166 - dodoc -r examples
167 - fi
168 -
169 - distutils-r1_python_install_all
170 -}
171
172 diff --git a/dev-python/pycairo/pycairo-1.16.2.ebuild b/dev-python/pycairo/pycairo-1.16.2.ebuild
173 deleted file mode 100644
174 index ec09aca8d65..00000000000
175 --- a/dev-python/pycairo/pycairo-1.16.2.ebuild
176 +++ /dev/null
177 @@ -1,65 +0,0 @@
178 -# Copyright 1999-2018 Gentoo Foundation
179 -# Distributed under the terms of the GNU General Public License v2
180 -
181 -EAPI="6"
182 -
183 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
184 -PYTHON_REQ_USE="threads(+)"
185 -
186 -inherit distutils-r1
187 -
188 -DESCRIPTION="Python bindings for the cairo library"
189 -HOMEPAGE="https://www.cairographics.org/pycairo/ https://github.com/pygobject/pycairo"
190 -SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz"
191 -
192 -LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
193 -SLOT="0"
194 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
195 -IUSE="doc examples test xcb"
196 -
197 -# Note: xpyb is used as the C header, not Python modules
198 -RDEPEND="
199 - >=x11-libs/cairo-1.13.1[svg,xcb?]
200 -"
201 -DEPEND="${RDEPEND}
202 - xcb? ( $(python_gen_cond_dep '>=x11-libs/xpyb-1.3' 'python2*') )
203 - doc? ( dev-python/sphinx )
204 - test? (
205 - dev-python/pytest[${PYTHON_USEDEP}]
206 - dev-python/hypothesis[${PYTHON_USEDEP}]
207 - )
208 -"
209 -
210 -python_prepare_all() {
211 - # Fix pkgconfig path
212 - sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
213 - distutils-r1_python_prepare_all
214 -}
215 -
216 -python_compile() {
217 - local enable_xpyb
218 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
219 -
220 - esetup.py build ${enable_xpyb}
221 -}
222 -
223 -python_compile_all() {
224 - use doc && emake -C docs
225 -}
226 -
227 -python_test() {
228 - local enable_xpyb
229 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
230 -
231 - esetup.py test ${enable_xpyb}
232 -}
233 -
234 -python_install_all() {
235 - use doc && local HTML_DOCS=( docs/_build/. )
236 -
237 - if use examples; then
238 - dodoc -r examples
239 - fi
240 -
241 - distutils-r1_python_install_all
242 -}
243
244 diff --git a/dev-python/pycairo/pycairo-1.16.3.ebuild b/dev-python/pycairo/pycairo-1.16.3.ebuild
245 deleted file mode 100644
246 index ec09aca8d65..00000000000
247 --- a/dev-python/pycairo/pycairo-1.16.3.ebuild
248 +++ /dev/null
249 @@ -1,65 +0,0 @@
250 -# Copyright 1999-2018 Gentoo Foundation
251 -# Distributed under the terms of the GNU General Public License v2
252 -
253 -EAPI="6"
254 -
255 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
256 -PYTHON_REQ_USE="threads(+)"
257 -
258 -inherit distutils-r1
259 -
260 -DESCRIPTION="Python bindings for the cairo library"
261 -HOMEPAGE="https://www.cairographics.org/pycairo/ https://github.com/pygobject/pycairo"
262 -SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz"
263 -
264 -LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
265 -SLOT="0"
266 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
267 -IUSE="doc examples test xcb"
268 -
269 -# Note: xpyb is used as the C header, not Python modules
270 -RDEPEND="
271 - >=x11-libs/cairo-1.13.1[svg,xcb?]
272 -"
273 -DEPEND="${RDEPEND}
274 - xcb? ( $(python_gen_cond_dep '>=x11-libs/xpyb-1.3' 'python2*') )
275 - doc? ( dev-python/sphinx )
276 - test? (
277 - dev-python/pytest[${PYTHON_USEDEP}]
278 - dev-python/hypothesis[${PYTHON_USEDEP}]
279 - )
280 -"
281 -
282 -python_prepare_all() {
283 - # Fix pkgconfig path
284 - sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
285 - distutils-r1_python_prepare_all
286 -}
287 -
288 -python_compile() {
289 - local enable_xpyb
290 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
291 -
292 - esetup.py build ${enable_xpyb}
293 -}
294 -
295 -python_compile_all() {
296 - use doc && emake -C docs
297 -}
298 -
299 -python_test() {
300 - local enable_xpyb
301 - python_is_python3 || enable_xpyb=$(usex xcb "--enable-xpyb" "")
302 -
303 - esetup.py test ${enable_xpyb}
304 -}
305 -
306 -python_install_all() {
307 - use doc && local HTML_DOCS=( docs/_build/. )
308 -
309 - if use examples; then
310 - dodoc -r examples
311 - fi
312 -
313 - distutils-r1_python_install_all
314 -}