Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toro/files/, dev-python/toro/, dev-python/numba/, ...
Date: Thu, 02 Jul 2020 10:43:39
Message-Id: 1593686563.ddd2628a2e61218a6cc689cb192f9162a0c3a3b9.zlogene@gentoo
1 commit: ddd2628a2e61218a6cc689cb192f9162a0c3a3b9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 10:36:05 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 10:42:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd2628a
7
8 dev-python: remove last-rited pkgs
9
10 Closes: https://bugs.gentoo.org/646208
11 Closes: https://bugs.gentoo.org/718820
12 Closes: https://bugs.gentoo.org/641622
13 Closes: https://bugs.gentoo.org/660580
14 Closes: https://bugs.gentoo.org/663528
15 Closes: https://bugs.gentoo.org/719286
16 Closes: https://bugs.gentoo.org/709750
17 Closes: https://bugs.gentoo.org/719522
18 Closes: https://bugs.gentoo.org/719564
19 Closes: https://bugs.gentoo.org/719590
20 Closes: https://bugs.gentoo.org/719592
21
22 Signedoff-by: Mikle Kolyada <zlogene <AT> gentoo.org>
23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
24
25 dev-python/fastparquet/Manifest | 2 -
26 dev-python/fastparquet/fastparquet-0.1.1.ebuild | 32 ---------------
27 dev-python/fastparquet/fastparquet-0.1.5.ebuild | 43 ---------------------
28 dev-python/fastparquet/metadata.xml | 23 -----------
29 dev-python/numba/Manifest | 2 -
30 dev-python/numba/files/numba-skip-tests.patch | 14 -------
31 dev-python/numba/metadata.xml | 17 --------
32 dev-python/numba/numba-0.37.0.ebuild | 45 ----------------------
33 dev-python/numba/numba-0.39.0.ebuild | 45 ----------------------
34 dev-python/raven/Manifest | 1 -
35 dev-python/raven/metadata.xml | 9 -----
36 dev-python/raven/raven-5.33.0.ebuild | 23 -----------
37 dev-python/sphinxcontrib-documentedlist/Manifest | 1 -
38 .../sphinxcontrib-documentedlist/metadata.xml | 8 ----
39 .../sphinxcontrib-documentedlist-0.6.ebuild | 31 ---------------
40 dev-python/thriftpy/Manifest | 1 -
41 dev-python/thriftpy/metadata.xml | 19 ---------
42 dev-python/thriftpy/thriftpy-0.3.9.ebuild | 28 --------------
43 dev-python/toro/Manifest | 1 -
44 .../toro/files/toro-1.0.1-no-test-install.patch | 11 ------
45 dev-python/toro/metadata.xml | 12 ------
46 dev-python/toro/toro-1.0.1.ebuild | 38 ------------------
47 22 files changed, 406 deletions(-)
48
49 diff --git a/dev-python/fastparquet/Manifest b/dev-python/fastparquet/Manifest
50 deleted file mode 100644
51 index cf1a03224ab..00000000000
52 --- a/dev-python/fastparquet/Manifest
53 +++ /dev/null
54 @@ -1,2 +0,0 @@
55 -DIST fastparquet-0.1.1.tar.gz 119573 BLAKE2B 16bd05061b64768278201acbf08fe13228d058b223d2050208b73e6af6ad3bb800a6d7edc1a15abdf02d8b508a75ed52962fb4b0c44a073b80451cfbf30915b5 SHA512 f8f052202ca095596870e6a10e2ab05e3c55289cd0ef3dab0502dff26052c9970f65f6b826d4d073c6c221827f6b18ddc83c47c04e84e08491f5237358f5860a
56 -DIST fastparquet-0.1.5.tar.gz 136350 BLAKE2B 2719a5da55c99ff6aa71792045f6622b7a1de81b6ec33804cfd36b0907cb44e68a7a5dcdec467c2e8c45790c062ca1d130fe3dc5c95e286bc437d449fa5211b0 SHA512 2d8f5375072125f68f086f316af87acf41e65479324828f7eeea244796311604425bbe53b9e2e67cc68b1eb89e390d9fbd5e201e5165aa22dd43604ac5441f27
57
58 diff --git a/dev-python/fastparquet/fastparquet-0.1.1.ebuild b/dev-python/fastparquet/fastparquet-0.1.1.ebuild
59 deleted file mode 100644
60 index f5fed712ef6..00000000000
61 --- a/dev-python/fastparquet/fastparquet-0.1.1.ebuild
62 +++ /dev/null
63 @@ -1,32 +0,0 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -PYTHON_COMPAT=( python3_6 )
70 -
71 -inherit distutils-r1
72 -
73 -DESCRIPTION="Python implementation of the parquet columnar file format"
74 -HOMEPAGE="https://github.com/dask/fastparquet"
75 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="Apache-2.0"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
80 -IUSE="brotli lzo +snappy"
81 -
82 -RDEPEND="
83 - dev-python/numba[${PYTHON_USEDEP}]
84 - dev-python/numpy[${PYTHON_USEDEP}]
85 - dev-python/pandas[${PYTHON_USEDEP}]
86 - dev-python/thriftpy[${PYTHON_USEDEP}]
87 - dev-python/six[${PYTHON_USEDEP}]
88 - brotli? ( app-arch/brotli[python,${PYTHON_USEDEP}] )
89 - lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
90 - snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )
91 -"
92 -DEPEND="${RDEPEND}
93 - dev-python/setuptools[${PYTHON_USEDEP}]
94 - dev-python/cython[${PYTHON_USEDEP}]
95 -"
96
97 diff --git a/dev-python/fastparquet/fastparquet-0.1.5.ebuild b/dev-python/fastparquet/fastparquet-0.1.5.ebuild
98 deleted file mode 100644
99 index 460571dba34..00000000000
100 --- a/dev-python/fastparquet/fastparquet-0.1.5.ebuild
101 +++ /dev/null
102 @@ -1,43 +0,0 @@
103 -# Copyright 1999-2020 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=6
107 -
108 -PYTHON_COMPAT=( python3_6 )
109 -
110 -inherit distutils-r1
111 -
112 -DESCRIPTION="Python implementation of the parquet columnar file format"
113 -HOMEPAGE="https://github.com/dask/fastparquet"
114 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
115 -
116 -LICENSE="Apache-2.0"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~amd64-linux ~x86-linux"
119 -IUSE="brotli lz4 lzo +snappy zstd"
120 -
121 -RDEPEND="
122 - dev-python/numba[${PYTHON_USEDEP}]
123 - dev-python/numpy[${PYTHON_USEDEP}]
124 - dev-python/pandas[${PYTHON_USEDEP}]
125 - dev-python/pytest[${PYTHON_USEDEP}]
126 - dev-python/thrift[${PYTHON_USEDEP}]
127 - dev-python/six[${PYTHON_USEDEP}]
128 - brotli? ( app-arch/brotli[python,${PYTHON_USEDEP}] )
129 - lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
130 - lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
131 - snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )
132 - zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
133 -"
134 -DEPEND="${RDEPEND}
135 - dev-python/setuptools[${PYTHON_USEDEP}]
136 - dev-python/cython[${PYTHON_USEDEP}]
137 -"
138 -
139 -src_prepare() {
140 - # this causes setuptool's sandbox violations, Portage should have
141 - # taken care of this, so disable it
142 - sed -i -e 's/setup_requires/disabled_setup_requires/' setup.py || die
143 -
144 - distutils-r1_src_prepare
145 -}
146
147 diff --git a/dev-python/fastparquet/metadata.xml b/dev-python/fastparquet/metadata.xml
148 deleted file mode 100644
149 index 09db6ed2073..00000000000
150 --- a/dev-python/fastparquet/metadata.xml
151 +++ /dev/null
152 @@ -1,23 +0,0 @@
153 -<?xml version="1.0" encoding="UTF-8"?>
154 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
155 -<pkgmetadata>
156 - <maintainer type="project">
157 - <email>sci@g.o</email>
158 - <name>Gentoo Science Project</name>
159 - </maintainer>
160 - <longdescription lang="en">
161 - fastparquet is a python implementation of the parquet format,
162 - aiming integrate into python-based big data work-flows. Not all
163 - parts of the parquet-format have been implemented yet or tested
164 - e.g. see the Todos linked below. With that said, fastparquet is
165 - capable of reading all the data files from the
166 - parquet-compatability project.
167 - </longdescription>
168 - <upstream>
169 - <remote-id type="pypi">fastparquet</remote-id>
170 - <remote-id type="github">dask/fastparquet</remote-id>
171 - </upstream>
172 - <use>
173 - <flag name="brotli">Enable support for brotli compression</flag>
174 - </use>
175 -</pkgmetadata>
176
177 diff --git a/dev-python/numba/Manifest b/dev-python/numba/Manifest
178 deleted file mode 100644
179 index 6cc4b9cbb0c..00000000000
180 --- a/dev-python/numba/Manifest
181 +++ /dev/null
182 @@ -1,2 +0,0 @@
183 -DIST numba-0.37.0.tar.gz 1734667 BLAKE2B 20fd765d226e6e71a0e94bbf8c6a605ef7b4cf8ba6e39667001051c642fb9b872540482e710e020c0fca6653d9ca4518ce82e48681613f28ac5b9e2346bece4f SHA512 83a4e5a28a43ed1cd6584ccd63aac38a928af48c424ed119bc86487f0a2bfb9875c34f6fe0a03446d8c8e9179be81f831200c12ff31edc22bc4741789095f861
184 -DIST numba-0.39.0.tar.gz 1782489 BLAKE2B 77a6afe587ce3ae0ccd782e329e626d63ab58b84a2aeb836710fc0c13dcc88e16ab36e7426c6d9ff88c6d5be854915128dc2868d7fa71511ec9c8eea9debffe7 SHA512 f9cabf39fea543495425ba326aad34a52d317ebef61e5b298588764214bb396ea43871d32875f0882a36909bb12fc2e3807c38b5fc60ff5d9e6dc9ccdd36bf6e
185
186 diff --git a/dev-python/numba/files/numba-skip-tests.patch b/dev-python/numba/files/numba-skip-tests.patch
187 deleted file mode 100644
188 index 2c177c07034..00000000000
189 --- a/dev-python/numba/files/numba-skip-tests.patch
190 +++ /dev/null
191 @@ -1,14 +0,0 @@
192 -https://bugs.gentoo.org/659804
193 -
194 -diff --git a/numba/tests/test_linalg.py b/numba/tests/test_linalg.py
195 -index 46bff63e8..53056ab23 100644
196 ---- a/numba/tests/test_linalg.py
197 -+++ b/numba/tests/test_linalg.py
198 -@@ -1282,6 +1282,7 @@ class TestLinalgLstsq(TestLinalgSystems):
199 - # Suggestions for improvements are welcomed!
200 -
201 - @needs_lapack
202 -+ @unittest.skipIf(sys.maxsize < 2 ** 31, "errors with 32-bit address space")
203 - def test_linalg_lstsq(self):
204 - """
205 - Test np.linalg.lstsq
206
207 diff --git a/dev-python/numba/metadata.xml b/dev-python/numba/metadata.xml
208 deleted file mode 100644
209 index f9cb6d12182..00000000000
210 --- a/dev-python/numba/metadata.xml
211 +++ /dev/null
212 @@ -1,17 +0,0 @@
213 -<?xml version="1.0" encoding="UTF-8"?>
214 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
215 -<pkgmetadata>
216 - <!--maintainer-needed-->
217 - <longdescription lang="en">
218 - Numba is a NumPy-aware optimizing compiler for Python. It uses the LLVM
219 - compiler infrastructure to compile Python syntax to machine code.
220 - It is aware of NumPy arrays as typed memory regions and so can
221 - speed-up code using NumPy arrays. Other, less well-typed code will be
222 - translated to Python C-API calls effectively removing the
223 - "interpreter" but not removing the dynamic indirection.
224 -</longdescription>
225 - <upstream>
226 - <remote-id type="pypi">numba</remote-id>
227 - <remote-id type="github">numba/numba</remote-id>
228 - </upstream>
229 -</pkgmetadata>
230
231 diff --git a/dev-python/numba/numba-0.37.0.ebuild b/dev-python/numba/numba-0.37.0.ebuild
232 deleted file mode 100644
233 index c7708590b69..00000000000
234 --- a/dev-python/numba/numba-0.37.0.ebuild
235 +++ /dev/null
236 @@ -1,45 +0,0 @@
237 -# Copyright 1999-2020 Gentoo Authors
238 -# Distributed under the terms of the GNU General Public License v2
239 -
240 -EAPI=6
241 -
242 -PYTHON_COMPAT=( python3_6 )
243 -
244 -inherit distutils-r1
245 -
246 -DESCRIPTION="NumPy aware dynamic Python compiler using LLVM"
247 -HOMEPAGE="http://numba.pydata.org/"
248 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
249 -
250 -LICENSE="BSD"
251 -SLOT="0"
252 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
253 -IUSE="examples test"
254 -RESTRICT="!test? ( test )"
255 -
256 -RDEPEND="
257 - >=dev-python/llvmlite-0.22.0[${PYTHON_USEDEP}]
258 - dev-python/numpy[${PYTHON_USEDEP}]
259 -"
260 -DEPEND="${RDEPEND}
261 - dev-python/setuptools[${PYTHON_USEDEP}]
262 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
263 -"
264 -
265 -PATCHES=(
266 - "${FILESDIR}"/numba-skip-tests.patch
267 -)
268 -
269 -python_test() {
270 - cd "${BUILD_DIR}/lib" || die
271 - ${EPYTHON} -m numba.runtests -v || die
272 -}
273 -
274 -python_install_all() {
275 - distutils-r1_python_install_all
276 - if use examples; then
277 - insinto /usr/share/doc/${PF}
278 - doins -r examples
279 - docompress -x /usr/share/doc/${PF}/examples
280 - fi
281 -}
282
283 diff --git a/dev-python/numba/numba-0.39.0.ebuild b/dev-python/numba/numba-0.39.0.ebuild
284 deleted file mode 100644
285 index 50196a853e6..00000000000
286 --- a/dev-python/numba/numba-0.39.0.ebuild
287 +++ /dev/null
288 @@ -1,45 +0,0 @@
289 -# Copyright 1999-2020 Gentoo Authors
290 -# Distributed under the terms of the GNU General Public License v2
291 -
292 -EAPI=6
293 -
294 -PYTHON_COMPAT=( python3_6 )
295 -
296 -inherit distutils-r1
297 -
298 -DESCRIPTION="NumPy aware dynamic Python compiler using LLVM"
299 -HOMEPAGE="http://numba.pydata.org/"
300 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
301 -
302 -LICENSE="BSD"
303 -SLOT="0"
304 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
305 -IUSE="examples test"
306 -RESTRICT="!test? ( test )"
307 -
308 -RDEPEND="
309 - >=dev-python/llvmlite-0.22.0[${PYTHON_USEDEP}]
310 - dev-python/numpy[${PYTHON_USEDEP}]
311 -"
312 -DEPEND="${RDEPEND}
313 - dev-python/setuptools[${PYTHON_USEDEP}]
314 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
315 -"
316 -
317 -PATCHES=(
318 - "${FILESDIR}"/numba-skip-tests.patch
319 -)
320 -
321 -python_test() {
322 - cd "${BUILD_DIR}/lib" || die
323 - ${EPYTHON} -m numba.runtests -v || die
324 -}
325 -
326 -python_install_all() {
327 - distutils-r1_python_install_all
328 - if use examples; then
329 - insinto /usr/share/doc/${PF}
330 - doins -r examples
331 - docompress -x /usr/share/doc/${PF}/examples
332 - fi
333 -}
334
335 diff --git a/dev-python/raven/Manifest b/dev-python/raven/Manifest
336 deleted file mode 100644
337 index 71eabb9724c..00000000000
338 --- a/dev-python/raven/Manifest
339 +++ /dev/null
340 @@ -1 +0,0 @@
341 -DIST raven-5.33.0.tar.gz 284367 BLAKE2B a66471ed09bb2afca4afe78f662fdc21464e89bb1317fdc5481f87bdca626ad2a0064e9b9681d63e6439ebecd3f25d38a0000666a0c55ace90ca51efb2ccd1c8 SHA512 b6924c36f1cf4e957e8399e757dd1f3fc8152c14af06b700d139cc93bc3dbde4186690fc6934afeda03c13a3b59e739ab3627759580b3adb890f0c1f1ddbe8fd
342
343 diff --git a/dev-python/raven/metadata.xml b/dev-python/raven/metadata.xml
344 deleted file mode 100644
345 index 4da41c04698..00000000000
346 --- a/dev-python/raven/metadata.xml
347 +++ /dev/null
348 @@ -1,9 +0,0 @@
349 -<?xml version="1.0" encoding="UTF-8"?>
350 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
351 -<pkgmetadata>
352 -<!-- maintainer-needed -->
353 - <upstream>
354 - <remote-id type="pypi">raven</remote-id>
355 - <remote-id type="github">getsentry/raven-python</remote-id>
356 - </upstream>
357 -</pkgmetadata>
358
359 diff --git a/dev-python/raven/raven-5.33.0.ebuild b/dev-python/raven/raven-5.33.0.ebuild
360 deleted file mode 100644
361 index 20fe41df46a..00000000000
362 --- a/dev-python/raven/raven-5.33.0.ebuild
363 +++ /dev/null
364 @@ -1,23 +0,0 @@
365 -# Copyright 1999-2020 Gentoo Authors
366 -# Distributed under the terms of the GNU General Public License v2
367 -
368 -EAPI=6
369 -
370 -PYTHON_COMPAT=( python3_6 )
371 -
372 -inherit distutils-r1
373 -
374 -DESCRIPTION="Raven is a client for Sentry"
375 -HOMEPAGE="https://github.com/getsentry/raven-python"
376 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
377 -
378 -LICENSE="BSD"
379 -SLOT="0"
380 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
381 -IUSE="test"
382 -RESTRICT="!test? ( test )"
383 -
384 -RDEPEND="dev-python/contextlib2[${PYTHON_USEDEP}]"
385 -DEPEND="${RDEPEND}
386 - dev-python/setuptools[${PYTHON_USEDEP}]
387 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
388
389 diff --git a/dev-python/sphinxcontrib-documentedlist/Manifest b/dev-python/sphinxcontrib-documentedlist/Manifest
390 deleted file mode 100644
391 index e62cb494c3d..00000000000
392 --- a/dev-python/sphinxcontrib-documentedlist/Manifest
393 +++ /dev/null
394 @@ -1 +0,0 @@
395 -DIST sphinxcontrib-documentedlist-0.6.tar.gz 4983 BLAKE2B be38fadb91bb6763894de1c1f5e768926979bcf3b4d0e87e6032289222c82682bb98b61ebc0eb585e80c12abf9396fd529866ba074daa3be55007d1195110ab7 SHA512 9d7f14400b2a3e9b96f01ac003f70c0f7112d9286b2a978495f3089fe94137b034835bd91944e5709fb22553c30c9c324558c9a38ae82b932e1f2ba7f6927dd9
396
397 diff --git a/dev-python/sphinxcontrib-documentedlist/metadata.xml b/dev-python/sphinxcontrib-documentedlist/metadata.xml
398 deleted file mode 100644
399 index 95b1e458e20..00000000000
400 --- a/dev-python/sphinxcontrib-documentedlist/metadata.xml
401 +++ /dev/null
402 @@ -1,8 +0,0 @@
403 -<?xml version='1.0' encoding='UTF-8'?>
404 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
405 -<pkgmetadata>
406 - <!--maintainer-needed-->
407 - <upstream>
408 - <remote-id type="pypi">sphinxcontrib-documentedlist</remote-id>
409 - </upstream>
410 -</pkgmetadata>
411
412 diff --git a/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild b/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
413 deleted file mode 100644
414 index d3065debd0c..00000000000
415 --- a/dev-python/sphinxcontrib-documentedlist/sphinxcontrib-documentedlist-0.6.ebuild
416 +++ /dev/null
417 @@ -1,31 +0,0 @@
418 -# Copyright 1999-2020 Gentoo Authors
419 -# Distributed under the terms of the GNU General Public License v2
420 -
421 -EAPI=6
422 -
423 -PYTHON_COMPAT=( python3_6 )
424 -
425 -inherit distutils-r1
426 -
427 -DESCRIPTION="Sphinx extension to convert a Python list into a generated table"
428 -HOMEPAGE="https://github.com/chintal/sphinxcontrib-documentedlist"
429 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
430 -
431 -LICENSE="BSD"
432 -SLOT="0"
433 -KEYWORDS="amd64 arm64 ~x86"
434 -IUSE=""
435 -
436 -RDEPEND="
437 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
438 - dev-python/sphinx[${PYTHON_USEDEP}]
439 -"
440 -DEPEND="
441 - dev-python/setuptools[${PYTHON_USEDEP}]
442 - dev-python/six[${PYTHON_USEDEP}]
443 -"
444 -
445 -python_install_all() {
446 - distutils-r1_python_install_all
447 - find "${ED}" -name '*.pth' -delete || die
448 -}
449
450 diff --git a/dev-python/thriftpy/Manifest b/dev-python/thriftpy/Manifest
451 deleted file mode 100644
452 index 9e88123484b..00000000000
453 --- a/dev-python/thriftpy/Manifest
454 +++ /dev/null
455 @@ -1 +0,0 @@
456 -DIST thriftpy-0.3.9.tar.gz 208164 BLAKE2B 5ceb0479468cf7ee88f244163a247c878decdcf54844992b839259fd5be3fc8f0453bc861336ab4f21f4dc6c218eb2dc0a0fb2efa956675885bf710b8c32a86e SHA512 ad2b7f568db47f7f26235fc5fb6180c974eb6738f154461860c7329d263252ee627b979098c3e9ffe8ed42a0fb08a9110a6842a923ac800166d80a23d4e6a3cb
457
458 diff --git a/dev-python/thriftpy/metadata.xml b/dev-python/thriftpy/metadata.xml
459 deleted file mode 100644
460 index 33592bf9bb0..00000000000
461 --- a/dev-python/thriftpy/metadata.xml
462 +++ /dev/null
463 @@ -1,19 +0,0 @@
464 -<?xml version="1.0" encoding="UTF-8"?>
465 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
466 -<pkgmetadata>
467 - <maintainer type="project">
468 - <email>sci@g.o</email>
469 - <name>Gentoo Science Project</name>
470 - </maintainer>
471 - <longdescription lang="en">
472 - Thrift is a software framework for the development of reliable and
473 - performant communication and data serialization. It combines a software
474 - stack with a code generation to build services that operate seamlessly
475 - across a number of different development languages.
476 - This is a pure Python implementation of Apache Thrift.
477 - </longdescription>
478 - <upstream>
479 - <remote-id type="pypi">thriftpy</remote-id>
480 - <remote-id type="github">eleme/thriftpy</remote-id>
481 - </upstream>
482 -</pkgmetadata>
483
484 diff --git a/dev-python/thriftpy/thriftpy-0.3.9.ebuild b/dev-python/thriftpy/thriftpy-0.3.9.ebuild
485 deleted file mode 100644
486 index da8d82fd4c4..00000000000
487 --- a/dev-python/thriftpy/thriftpy-0.3.9.ebuild
488 +++ /dev/null
489 @@ -1,28 +0,0 @@
490 -# Copyright 1999-2020 Gentoo Authors
491 -# Distributed under the terms of the GNU General Public License v2
492 -
493 -EAPI=6
494 -
495 -PYTHON_COMPAT=( python3_6 )
496 -
497 -inherit distutils-r1
498 -
499 -DESCRIPTION="Pure python implementation of Apache Thrift"
500 -HOMEPAGE="https://thriftpy.readthedocs.org/"
501 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
502 -
503 -LICENSE="MIT"
504 -SLOT="0"
505 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
506 -IUSE=""
507 -
508 -RDEPEND="
509 - dev-python/flake8[${PYTHON_USEDEP}]
510 - dev-python/ply[${PYTHON_USEDEP}]
511 - dev-python/toro[${PYTHON_USEDEP}]
512 - www-servers/tornado[${PYTHON_USEDEP}]
513 -"
514 -DEPEND="
515 - dev-python/setuptools[${PYTHON_USEDEP}]
516 - >=dev-python/cython-0.23[${PYTHON_USEDEP}]
517 -"
518
519 diff --git a/dev-python/toro/Manifest b/dev-python/toro/Manifest
520 deleted file mode 100644
521 index c04c51318e4..00000000000
522 --- a/dev-python/toro/Manifest
523 +++ /dev/null
524 @@ -1 +0,0 @@
525 -DIST toro-1.0.1.tar.gz 57343 BLAKE2B 2269aa9d99eda60013c695c9acbf4f808562c0d7f4a79ee7d7402255af2ff600ad292949ac789b7a7c9429009cec41587052440e64f99edb7f88646dabd3b814 SHA512 a8a498868ff32dbd8ba9a0adf62b1fa2e9dea4f34be4e2701c08c7b58ef28b8daf4eab93916855a711a557049e587e886d6ba362487c151c5db34f6135f4f3e5
526
527 diff --git a/dev-python/toro/files/toro-1.0.1-no-test-install.patch b/dev-python/toro/files/toro-1.0.1-no-test-install.patch
528 deleted file mode 100644
529 index 637f9091ac4..00000000000
530 --- a/dev-python/toro/files/toro-1.0.1-no-test-install.patch
531 +++ /dev/null
532 @@ -1,11 +0,0 @@
533 ---- a/setup.py.orig 2017-06-27 18:38:37.256325950 +0000
534 -+++ b/setup.py 2017-06-27 18:38:48.896243950 +0000
535 -@@ -45,8 +45,6 @@
536 - kwargs['use_2to3'] = True
537 -
538 - packages = ['toro']
539 --if "test" in sys.argv:
540 -- packages.append('test')
541 -
542 - setup(name='toro',
543 - version='1.0.1',
544
545 diff --git a/dev-python/toro/metadata.xml b/dev-python/toro/metadata.xml
546 deleted file mode 100644
547 index f9ea20bf41e..00000000000
548 --- a/dev-python/toro/metadata.xml
549 +++ /dev/null
550 @@ -1,12 +0,0 @@
551 -<?xml version="1.0" encoding="UTF-8"?>
552 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
553 -<pkgmetadata>
554 - <!--maintainer-needed-->
555 - <longdescription>
556 - A set of locking and synchronizing primitives analogous to those in Python’s
557 - threading module or Gevent’s coros, for use with Tornado’s gen.engine.
558 - </longdescription>
559 - <upstream>
560 - <remote-id type="pypi">toro</remote-id>
561 - </upstream>
562 -</pkgmetadata>
563
564 diff --git a/dev-python/toro/toro-1.0.1.ebuild b/dev-python/toro/toro-1.0.1.ebuild
565 deleted file mode 100644
566 index 63cca62f741..00000000000
567 --- a/dev-python/toro/toro-1.0.1.ebuild
568 +++ /dev/null
569 @@ -1,38 +0,0 @@
570 -# Copyright 1999-2020 Gentoo Authors
571 -# Distributed under the terms of the GNU General Public License v2
572 -
573 -EAPI=6
574 -
575 -PYTHON_COMPAT=( python3_6 )
576 -
577 -inherit distutils-r1
578 -
579 -DESCRIPTION="Synchronization primitives for Tornado coroutines"
580 -HOMEPAGE="https://github.com/ajdavis/toro/"
581 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
582 -
583 -LICENSE="Apache-2.0"
584 -SLOT="0"
585 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
586 -
587 -IUSE="examples test"
588 -RESTRICT="!test? ( test )"
589 -
590 -RDEPEND="
591 - www-servers/tornado[${PYTHON_USEDEP}]
592 -"
593 -DEPEND="
594 - dev-python/setuptools[${PYTHON_USEDEP}]
595 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
596 -"
597 -PATCHES=(
598 - "${FILESDIR}"/${P}-no-test-install.patch
599 -)
600 -python_test() {
601 - esetup.py test
602 -}
603 -
604 -python_install_all() {
605 - use examples && dodoc -r examples
606 - distutils-r1_python_install_all
607 -}