Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/meshpy/, dev-python/astroquery/, sci-biology/SPAdes/, ...
Date: Fri, 28 Oct 2016 14:24:16
Message-Id: 1477664620.daeb2eded741c715ff721e2710a65663ef83621e.jlec@gentoo
1 commit: daeb2eded741c715ff721e2710a65663ef83621e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 14:23:40 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 14:23:40 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=daeb2ede
7
8 Bulk fix of obsolete python versions
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 dev-python/astropy-helpers/astropy-helpers-9999.ebuild | 2 +-
13 dev-python/astropy/astropy-9999.ebuild | 2 +-
14 dev-python/astroquery/astroquery-9999.ebuild | 2 +-
15 dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild | 2 +-
16 dev-python/brewer2mpl/brewer2mpl-9999.ebuild | 2 +-
17 dev-python/ccdproc/ccdproc-9999.ebuild | 2 +-
18 dev-python/gammapy/gammapy-9999.ebuild | 2 +-
19 dev-python/imageutils/imageutils-9999.ebuild | 2 +-
20 dev-python/meshpy/meshpy-2014.1.ebuild | 4 ++--
21 dev-python/metakernel/metakernel-0.12.2.ebuild | 2 +-
22 dev-python/metakernel/metakernel-0.12.6.ebuild | 2 +-
23 .../metakernel_bash/metakernel_bash-0.11.3-r1.ebuild | 2 +-
24 .../metakernel_python/metakernel_python-0.11.3-r1.ebuild | 2 +-
25 dev-python/nbviewer/nbviewer-9999.ebuild | 2 +-
26 dev-python/newrelic/newrelic-2.44.0.36.ebuild | 2 +-
27 dev-python/newrelic/newrelic-2.50.0.39.ebuild | 2 +-
28 dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild | 2 +-
29 dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 2 +-
30 dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild | 2 +-
31 dev-python/photutils/photutils-9999.ebuild | 2 +-
32 dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild | 2 +-
33 dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 2 +-
34 dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild | 2 +-
35 dev-python/pylibconfig2/pylibconfig2-9999.ebuild | 2 +-
36 dev-python/snakemake/snakemake-3.4.2.ebuild | 2 +-
37 dev-python/specutils/specutils-9999.ebuild | 2 +-
38 dev-python/symengine/symengine-9999.ebuild | 2 +-
39 sci-biology/SPAdes/SPAdes-3.5.0.ebuild | 10 ++++++----
40 sci-chemistry/freeon/freeon-9999.ebuild | 2 +-
41 sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
42 sci-libs/pydicom/pydicom-0.9.9.ebuild | 2 +-
43 sci-libs/pydicom/pydicom-9999.ebuild | 2 +-
44 sci-libs/rdkit/rdkit-2015.03.1.ebuild | 2 +-
45 sci-libs/rdkit/rdkit-9999.ebuild | 2 +-
46 sci-mathematics/mdp/mdp-3.3.ebuild | 14 +++++++-------
47 sci-mathematics/pulp/pulp-1.5.6-r1.ebuild | 2 +-
48 36 files changed, 48 insertions(+), 46 deletions(-)
49
50 diff --git a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
51 index 2914355..ccd910b 100644
52 --- a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
53 +++ b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
54 @@ -4,7 +4,7 @@
55
56 EAPI=5
57
58 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
59 +PYTHON_COMPAT=( python{2_7,3_4} )
60 inherit distutils-r1
61
62 if [ ${PV} == "9999" ] ; then
63
64 diff --git a/dev-python/astropy/astropy-9999.ebuild b/dev-python/astropy/astropy-9999.ebuild
65 index 99531dd..d958551 100644
66 --- a/dev-python/astropy/astropy-9999.ebuild
67 +++ b/dev-python/astropy/astropy-9999.ebuild
68 @@ -4,7 +4,7 @@
69
70 EAPI=5
71
72 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
73 +PYTHON_COMPAT=( python{2_7,3_4} )
74
75 inherit distutils-r1 git-r3
76
77
78 diff --git a/dev-python/astroquery/astroquery-9999.ebuild b/dev-python/astroquery/astroquery-9999.ebuild
79 index 8692501..ddf3fc2 100644
80 --- a/dev-python/astroquery/astroquery-9999.ebuild
81 +++ b/dev-python/astroquery/astroquery-9999.ebuild
82 @@ -4,7 +4,7 @@
83
84 EAPI=5
85
86 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
87 +PYTHON_COMPAT=( python{2_7,3_4} )
88 inherit distutils-r1
89
90 MY_PV=${PV/_/-}
91
92 diff --git a/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild b/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
93 index d74308c..0885894 100644
94 --- a/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
95 +++ b/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
96 @@ -3,7 +3,7 @@
97 # $Id$
98
99 EAPI=5
100 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
101 +PYTHON_COMPAT=( python{2_7,3_4} )
102
103 inherit distutils-r1
104
105
106 diff --git a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
107 index d74308c..0885894 100644
108 --- a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
109 +++ b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
110 @@ -3,7 +3,7 @@
111 # $Id$
112
113 EAPI=5
114 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
115 +PYTHON_COMPAT=( python{2_7,3_4} )
116
117 inherit distutils-r1
118
119
120 diff --git a/dev-python/ccdproc/ccdproc-9999.ebuild b/dev-python/ccdproc/ccdproc-9999.ebuild
121 index 678a537..9abbdd8 100644
122 --- a/dev-python/ccdproc/ccdproc-9999.ebuild
123 +++ b/dev-python/ccdproc/ccdproc-9999.ebuild
124 @@ -4,7 +4,7 @@
125
126 EAPI=5
127
128 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
129 +PYTHON_COMPAT=( python{2_7,3_4} )
130 inherit distutils-r1
131
132 if [ ${PV} == "9999" ] ; then
133
134 diff --git a/dev-python/gammapy/gammapy-9999.ebuild b/dev-python/gammapy/gammapy-9999.ebuild
135 index e2a68b9..63d8737 100644
136 --- a/dev-python/gammapy/gammapy-9999.ebuild
137 +++ b/dev-python/gammapy/gammapy-9999.ebuild
138 @@ -4,7 +4,7 @@
139
140 EAPI=5
141
142 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
143 +PYTHON_COMPAT=( python{2_7,3_4} )
144 inherit distutils-r1 eutils
145
146 if [ ${PV} == "9999" ] ; then
147
148 diff --git a/dev-python/imageutils/imageutils-9999.ebuild b/dev-python/imageutils/imageutils-9999.ebuild
149 index 229bb77..afa6aae 100644
150 --- a/dev-python/imageutils/imageutils-9999.ebuild
151 +++ b/dev-python/imageutils/imageutils-9999.ebuild
152 @@ -4,7 +4,7 @@
153
154 EAPI=5
155
156 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
157 +PYTHON_COMPAT=( python{2_7,3_4} )
158 inherit distutils-r1
159
160 if [ ${PV} == "9999" ] ; then
161
162 diff --git a/dev-python/meshpy/meshpy-2014.1.ebuild b/dev-python/meshpy/meshpy-2014.1.ebuild
163 index 068b3ed..4c4850a 100644
164 --- a/dev-python/meshpy/meshpy-2014.1.ebuild
165 +++ b/dev-python/meshpy/meshpy-2014.1.ebuild
166 @@ -2,9 +2,9 @@
167 # Distributed under the terms of the GNU General Public License v2
168 # $Id$
169
170 -EAPI=5
171 +EAPI=6
172
173 -PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
174 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
175
176 inherit distutils-r1
177
178
179 diff --git a/dev-python/metakernel/metakernel-0.12.2.ebuild b/dev-python/metakernel/metakernel-0.12.2.ebuild
180 index 5fa9d1b..5bcd86e 100644
181 --- a/dev-python/metakernel/metakernel-0.12.2.ebuild
182 +++ b/dev-python/metakernel/metakernel-0.12.2.ebuild
183 @@ -3,7 +3,7 @@
184 # $Id$
185
186 EAPI=6
187 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
188 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
189
190 inherit distutils-r1
191
192
193 diff --git a/dev-python/metakernel/metakernel-0.12.6.ebuild b/dev-python/metakernel/metakernel-0.12.6.ebuild
194 index 5fa9d1b..5bcd86e 100644
195 --- a/dev-python/metakernel/metakernel-0.12.6.ebuild
196 +++ b/dev-python/metakernel/metakernel-0.12.6.ebuild
197 @@ -3,7 +3,7 @@
198 # $Id$
199
200 EAPI=6
201 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
202 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
203
204 inherit distutils-r1
205
206
207 diff --git a/dev-python/metakernel_bash/metakernel_bash-0.11.3-r1.ebuild b/dev-python/metakernel_bash/metakernel_bash-0.11.3-r1.ebuild
208 index 676c5e5..90dc560 100644
209 --- a/dev-python/metakernel_bash/metakernel_bash-0.11.3-r1.ebuild
210 +++ b/dev-python/metakernel_bash/metakernel_bash-0.11.3-r1.ebuild
211 @@ -3,7 +3,7 @@
212 # $Id$
213
214 EAPI=6
215 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
216 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
217
218 inherit distutils-r1
219
220
221 diff --git a/dev-python/metakernel_python/metakernel_python-0.11.3-r1.ebuild b/dev-python/metakernel_python/metakernel_python-0.11.3-r1.ebuild
222 index 4cbaba8..dda83c8 100644
223 --- a/dev-python/metakernel_python/metakernel_python-0.11.3-r1.ebuild
224 +++ b/dev-python/metakernel_python/metakernel_python-0.11.3-r1.ebuild
225 @@ -3,7 +3,7 @@
226 # $Id$
227
228 EAPI=6
229 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
230 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
231
232 inherit distutils-r1
233
234
235 diff --git a/dev-python/nbviewer/nbviewer-9999.ebuild b/dev-python/nbviewer/nbviewer-9999.ebuild
236 index 2c3bd0f..5957de2 100644
237 --- a/dev-python/nbviewer/nbviewer-9999.ebuild
238 +++ b/dev-python/nbviewer/nbviewer-9999.ebuild
239 @@ -3,7 +3,7 @@
240 # $Id$
241
242 EAPI=5
243 -PYTHON_COMPAT=( python{3_3,3_4} )
244 +PYTHON_COMPAT=( python3_{4,5} )
245
246 inherit distutils-r1
247
248
249 diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
250 index 062c259..9d01966 100644
251 --- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild
252 +++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
253 @@ -3,7 +3,7 @@
254 # $Id$
255
256 EAPI=5
257 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
258 +PYTHON_COMPAT=( python{2_7,3_4} )
259
260 inherit distutils-r1
261
262
263 diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
264 index 091a9b1..0a58fdd 100644
265 --- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild
266 +++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
267 @@ -3,7 +3,7 @@
268 # $Id$
269
270 EAPI=5
271 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
272 +PYTHON_COMPAT=( python{2_7,3_4} )
273
274 inherit distutils-r1
275
276
277 diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
278 index 8ad50e2..5c463ce 100644
279 --- a/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
280 +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild
281 @@ -3,7 +3,7 @@
282 # $Id$
283
284 EAPI=6
285 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
286 +PYTHON_COMPAT=( python{2_7,3_4} )
287
288 inherit distutils-r1
289
290
291 diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
292 index e5b3cbd..ce4010a 100644
293 --- a/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
294 +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild
295 @@ -3,7 +3,7 @@
296 # $Id$
297
298 EAPI=6
299 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
300 +PYTHON_COMPAT=( python{2_7,3_4} )
301
302 inherit distutils-r1
303
304
305 diff --git a/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild b/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild
306 index 77ecbed..e2da076 100644
307 --- a/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild
308 +++ b/dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild
309 @@ -3,7 +3,7 @@
310 # $Id$
311
312 EAPI=6
313 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
314 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
315
316 inherit distutils-r1
317
318
319 diff --git a/dev-python/photutils/photutils-9999.ebuild b/dev-python/photutils/photutils-9999.ebuild
320 index bfca368..7b36237 100644
321 --- a/dev-python/photutils/photutils-9999.ebuild
322 +++ b/dev-python/photutils/photutils-9999.ebuild
323 @@ -4,7 +4,7 @@
324
325 EAPI=5
326
327 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
328 +PYTHON_COMPAT=( python{2_7,3_4} )
329 inherit distutils-r1
330
331 if [ ${PV} == "9999" ] ; then
332
333 diff --git a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
334 index 8680ca7..1266bfa 100644
335 --- a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
336 +++ b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
337 @@ -3,7 +3,7 @@
338 # $Id$
339
340 EAPI=5
341 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
342 +PYTHON_COMPAT=( python{2_7,3_4} )
343
344 inherit distutils-r1
345
346
347 diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
348 index 8680ca7..1266bfa 100644
349 --- a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
350 +++ b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
351 @@ -3,7 +3,7 @@
352 # $Id$
353
354 EAPI=5
355 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
356 +PYTHON_COMPAT=( python{2_7,3_4} )
357
358 inherit distutils-r1
359
360
361 diff --git a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
362 index f0250f7..275810c 100644
363 --- a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
364 +++ b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
365 @@ -3,7 +3,7 @@
366 # $Id$
367
368 EAPI=6
369 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
370 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
371
372 inherit distutils-r1
373
374
375 diff --git a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
376 index 495d8b8..b1eefce 100644
377 --- a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
378 +++ b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
379 @@ -3,7 +3,7 @@
380 # $Id$
381
382 EAPI=6
383 -PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
384 +PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
385
386 inherit distutils-r1 git-r3
387
388
389 diff --git a/dev-python/snakemake/snakemake-3.4.2.ebuild b/dev-python/snakemake/snakemake-3.4.2.ebuild
390 index 71cd5a2..979febe 100644
391 --- a/dev-python/snakemake/snakemake-3.4.2.ebuild
392 +++ b/dev-python/snakemake/snakemake-3.4.2.ebuild
393 @@ -4,7 +4,7 @@
394
395 EAPI=5
396
397 -PYTHON_COMPAT=( python{3_3,3_4,3_5} )
398 +PYTHON_COMPAT=( python{3_4,3_5} )
399
400 inherit distutils-r1
401
402
403 diff --git a/dev-python/specutils/specutils-9999.ebuild b/dev-python/specutils/specutils-9999.ebuild
404 index 569b6f3..b7ccbea 100644
405 --- a/dev-python/specutils/specutils-9999.ebuild
406 +++ b/dev-python/specutils/specutils-9999.ebuild
407 @@ -4,7 +4,7 @@
408
409 EAPI=5
410
411 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
412 +PYTHON_COMPAT=( python{2_7,3_4} )
413 inherit distutils-r1
414
415 if [ ${PV} == "9999" ] ; then
416
417 diff --git a/dev-python/symengine/symengine-9999.ebuild b/dev-python/symengine/symengine-9999.ebuild
418 index 5d92827..8412e48 100644
419 --- a/dev-python/symengine/symengine-9999.ebuild
420 +++ b/dev-python/symengine/symengine-9999.ebuild
421 @@ -4,7 +4,7 @@
422
423 EAPI=5
424
425 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
426 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
427
428 inherit distutils-r1 git-r3
429
430
431 diff --git a/sci-biology/SPAdes/SPAdes-3.5.0.ebuild b/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
432 index f9a6ee9..45cb010 100644
433 --- a/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
434 +++ b/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
435 @@ -2,15 +2,16 @@
436 # Distributed under the terms of the GNU General Public License v2
437 # $Id$
438
439 -EAPI=5
440 +EAPI=6
441
442 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
443 +PYTHON_COMPAT=( python{2_7,3_{4,5}} )
444
445 inherit eutils toolchain-funcs
446
447 DESCRIPTION="De novo de Bruijn genome assembler (bacteria to fungi) or uneven coverage"
448 HOMEPAGE="http://bioinf.spbau.ru/en/spades"
449 -SRC_URI="http://spades.bioinf.spbau.ru/release3.5.0/SPAdes-3.5.0.tar.gz
450 +SRC_URI="
451 + http://spades.bioinf.spbau.ru/release3.5.0/SPAdes-3.5.0.tar.gz
452 http://spades.bioinf.spbau.ru/release3.5.0/manual.html"
453
454 LICENSE="GPL-2"
455 @@ -18,7 +19,8 @@ SLOT="0"
456 KEYWORDS="~amd64"
457 IUSE=""
458
459 -DEPEND="sys-libs/zlib
460 +DEPEND="
461 + sys-libs/zlib
462 app-arch/bzip2
463 dev-python/regex
464 dev-libs/boost"
465
466 diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
467 index cdf322f..5a948b9 100644
468 --- a/sci-chemistry/freeon/freeon-9999.ebuild
469 +++ b/sci-chemistry/freeon/freeon-9999.ebuild
470 @@ -6,7 +6,7 @@ EAPI=5
471
472 AUTOTOOLS_AUTORECONF=1
473 FORTRAN_STANDARD=90
474 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
475 +PYTHON_COMPAT=( python{2_7,3_4} )
476
477 inherit autotools-utils fortran-2 git-r3 python-any-r1
478
479
480 diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild
481 index 4b84c99..2bc0eaf 100644
482 --- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
483 +++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
484 @@ -4,7 +4,7 @@
485
486 EAPI=6
487
488 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
489 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
490
491 inherit distutils-r1
492
493
494 diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild
495 index de647e0..4095025 100644
496 --- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
497 +++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
498 @@ -4,7 +4,7 @@
499
500 EAPI=6
501
502 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
503 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
504
505 inherit distutils-r1
506
507
508 diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
509 index 1d79900..8b802ab 100644
510 --- a/sci-libs/pydicom/pydicom-9999.ebuild
511 +++ b/sci-libs/pydicom/pydicom-9999.ebuild
512 @@ -4,7 +4,7 @@
513
514 EAPI=6
515
516 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
517 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
518
519 inherit distutils-r1 git-r3
520
521
522 diff --git a/sci-libs/rdkit/rdkit-2015.03.1.ebuild b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
523 index 38e30e9..6b17aac 100644
524 --- a/sci-libs/rdkit/rdkit-2015.03.1.ebuild
525 +++ b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
526 @@ -4,7 +4,7 @@
527
528 EAPI=5
529
530 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
531 +PYTHON_COMPAT=( python{2_7,3_4} )
532
533 inherit cmake-utils python-r1
534
535
536 diff --git a/sci-libs/rdkit/rdkit-9999.ebuild b/sci-libs/rdkit/rdkit-9999.ebuild
537 index be37c58..afb9f74 100644
538 --- a/sci-libs/rdkit/rdkit-9999.ebuild
539 +++ b/sci-libs/rdkit/rdkit-9999.ebuild
540 @@ -4,7 +4,7 @@
541
542 EAPI=5
543
544 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
545 +PYTHON_COMPAT=( python{2_7,3_4} )
546
547 inherit cmake-utils python-r1 git-r3
548
549
550 diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild b/sci-mathematics/mdp/mdp-3.3.ebuild
551 index cf61f58..36a30a3 100644
552 --- a/sci-mathematics/mdp/mdp-3.3.ebuild
553 +++ b/sci-mathematics/mdp/mdp-3.3.ebuild
554 @@ -2,10 +2,9 @@
555 # Distributed under the terms of the GNU General Public License v2
556 # $Id$
557
558 -EAPI=5
559 +EAPI=6
560
561 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
562 -PYTHON_COMPAT=( python3_3 )
563 +PYTHON_COMPAT=( python3_{4,5} )
564
565 inherit distutils-r1
566
567 @@ -22,10 +21,11 @@ KEYWORDS="~amd64 ~x86"
568 IUSE=""
569
570 DEPEND=""
571 -RDEPEND="|| (
572 - >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
573 - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
574 - )"
575 +RDEPEND="
576 + || (
577 + >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
578 + >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
579 +)"
580
581 S="${WORKDIR}/${MY_P}"
582
583
584 diff --git a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
585 index da0caa9..a6cbb95 100644
586 --- a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
587 +++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
588 @@ -4,7 +4,7 @@
589
590 EAPI=5
591
592 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
593 +PYTHON_COMPAT=( python{2_7,3_4} pypy )
594
595 inherit distutils-r1