* [gentoo-commits] proj/sci:master commit in: dev-python/meshpy/, dev-python/astroquery/, sci-biology/SPAdes/, ...
@ 2016-10-28 14:24 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2016-10-28 14:24 UTC (permalink / raw
To: gentoo-commits
commit: daeb2eded741c715ff721e2710a65663ef83621e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 14:23:40 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 14:23:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=daeb2ede
Bulk fix of obsolete python versions
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/astropy-helpers/astropy-helpers-9999.ebuild | 2 +-
dev-python/astropy/astropy-9999.ebuild | 2 +-
dev-python/astroquery/astroquery-9999.ebuild | 2 +-
dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild | 2 +-
dev-python/brewer2mpl/brewer2mpl-9999.ebuild | 2 +-
dev-python/ccdproc/ccdproc-9999.ebuild | 2 +-
dev-python/gammapy/gammapy-9999.ebuild | 2 +-
dev-python/imageutils/imageutils-9999.ebuild | 2 +-
dev-python/meshpy/meshpy-2014.1.ebuild | 4 ++--
dev-python/metakernel/metakernel-0.12.2.ebuild | 2 +-
dev-python/metakernel/metakernel-0.12.6.ebuild | 2 +-
.../metakernel_bash/metakernel_bash-0.11.3-r1.ebuild | 2 +-
.../metakernel_python/metakernel_python-0.11.3-r1.ebuild | 2 +-
dev-python/nbviewer/nbviewer-9999.ebuild | 2 +-
dev-python/newrelic/newrelic-2.44.0.36.ebuild | 2 +-
dev-python/newrelic/newrelic-2.50.0.39.ebuild | 2 +-
dev-python/nvidia-ml-py/nvidia-ml-py-6.340.0.ebuild | 2 +-
dev-python/nvidia-ml-py/nvidia-ml-py-7.346.0.ebuild | 2 +-
dev-python/nvidia-ml-py/nvidia-ml-py-7.352.0.ebuild | 2 +-
dev-python/photutils/photutils-9999.ebuild | 2 +-
dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild | 2 +-
dev-python/prettyplotlib/prettyplotlib-9999.ebuild | 2 +-
dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild | 2 +-
dev-python/pylibconfig2/pylibconfig2-9999.ebuild | 2 +-
dev-python/snakemake/snakemake-3.4.2.ebuild | 2 +-
dev-python/specutils/specutils-9999.ebuild | 2 +-
dev-python/symengine/symengine-9999.ebuild | 2 +-
sci-biology/SPAdes/SPAdes-3.5.0.ebuild | 10 ++++++----
sci-chemistry/freeon/freeon-9999.ebuild | 2 +-
sci-libs/pydicom/pydicom-0.9.8.ebuild | 2 +-
sci-libs/pydicom/pydicom-0.9.9.ebuild | 2 +-
sci-libs/pydicom/pydicom-9999.ebuild | 2 +-
sci-libs/rdkit/rdkit-2015.03.1.ebuild | 2 +-
sci-libs/rdkit/rdkit-9999.ebuild | 2 +-
sci-mathematics/mdp/mdp-3.3.ebuild | 14 +++++++-------
sci-mathematics/pulp/pulp-1.5.6-r1.ebuild | 2 +-
36 files changed, 48 insertions(+), 46 deletions(-)
diff --git a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
index 2914355..ccd910b 100644
--- a/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
+++ b/dev-python/astropy-helpers/astropy-helpers-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
if [ ${PV} == "9999" ] ; then
diff --git a/dev-python/astropy/astropy-9999.ebuild b/dev-python/astropy/astropy-9999.ebuild
index 99531dd..d958551 100644
--- a/dev-python/astropy/astropy-9999.ebuild
+++ b/dev-python/astropy/astropy-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1 git-r3
diff --git a/dev-python/astroquery/astroquery-9999.ebuild b/dev-python/astroquery/astroquery-9999.ebuild
index 8692501..ddf3fc2 100644
--- a/dev-python/astroquery/astroquery-9999.ebuild
+++ b/dev-python/astroquery/astroquery-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
MY_PV=${PV/_/-}
diff --git a/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild b/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
index d74308c..0885894 100644
--- a/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
+++ b/dev-python/brewer2mpl/brewer2mpl-1.4.1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
diff --git a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
index d74308c..0885894 100644
--- a/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
+++ b/dev-python/brewer2mpl/brewer2mpl-9999.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
diff --git a/dev-python/ccdproc/ccdproc-9999.ebuild b/dev-python/ccdproc/ccdproc-9999.ebuild
index 678a537..9abbdd8 100644
--- a/dev-python/ccdproc/ccdproc-9999.ebuild
+++ b/dev-python/ccdproc/ccdproc-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
if [ ${PV} == "9999" ] ; then
diff --git a/dev-python/gammapy/gammapy-9999.ebuild b/dev-python/gammapy/gammapy-9999.ebuild
index e2a68b9..63d8737 100644
--- a/dev-python/gammapy/gammapy-9999.ebuild
+++ b/dev-python/gammapy/gammapy-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1 eutils
if [ ${PV} == "9999" ] ; then
diff --git a/dev-python/imageutils/imageutils-9999.ebuild b/dev-python/imageutils/imageutils-9999.ebuild
index 229bb77..afa6aae 100644
--- a/dev-python/imageutils/imageutils-9999.ebuild
+++ b/dev-python/imageutils/imageutils-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
if [ ${PV} == "9999" ] ; then
diff --git a/dev-python/meshpy/meshpy-2014.1.ebuild b/dev-python/meshpy/meshpy-2014.1.ebuild
index 068b3ed..4c4850a 100644
--- a/dev-python/meshpy/meshpy-2014.1.ebuild
+++ b/dev-python/meshpy/meshpy-2014.1.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/metakernel/metakernel-0.12.2.ebuild b/dev-python/metakernel/metakernel-0.12.2.ebuild
index 5fa9d1b..5bcd86e 100644
--- a/dev-python/metakernel/metakernel-0.12.2.ebuild
+++ b/dev-python/metakernel/metakernel-0.12.2.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
diff --git a/dev-python/metakernel/metakernel-0.12.6.ebuild b/dev-python/metakernel/metakernel-0.12.6.ebuild
index 5fa9d1b..5bcd86e 100644
--- a/dev-python/metakernel/metakernel-0.12.6.ebuild
+++ b/dev-python/metakernel/metakernel-0.12.6.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
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
index 676c5e5..90dc560 100644
--- a/dev-python/metakernel_bash/metakernel_bash-0.11.3-r1.ebuild
+++ b/dev-python/metakernel_bash/metakernel_bash-0.11.3-r1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
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
index 4cbaba8..dda83c8 100644
--- a/dev-python/metakernel_python/metakernel_python-0.11.3-r1.ebuild
+++ b/dev-python/metakernel_python/metakernel_python-0.11.3-r1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
diff --git a/dev-python/nbviewer/nbviewer-9999.ebuild b/dev-python/nbviewer/nbviewer-9999.ebuild
index 2c3bd0f..5957de2 100644
--- a/dev-python/nbviewer/nbviewer-9999.ebuild
+++ b/dev-python/nbviewer/nbviewer-9999.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1
diff --git a/dev-python/newrelic/newrelic-2.44.0.36.ebuild b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
index 062c259..9d01966 100644
--- a/dev-python/newrelic/newrelic-2.44.0.36.ebuild
+++ b/dev-python/newrelic/newrelic-2.44.0.36.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
diff --git a/dev-python/newrelic/newrelic-2.50.0.39.ebuild b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
index 091a9b1..0a58fdd 100644
--- a/dev-python/newrelic/newrelic-2.50.0.39.ebuild
+++ b/dev-python/newrelic/newrelic-2.50.0.39.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
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
index 8ad50e2..5c463ce 100644
--- 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
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
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
index e5b3cbd..ce4010a 100644
--- 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
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
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
index 77ecbed..e2da076 100644
--- 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
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
diff --git a/dev-python/photutils/photutils-9999.ebuild b/dev-python/photutils/photutils-9999.ebuild
index bfca368..7b36237 100644
--- a/dev-python/photutils/photutils-9999.ebuild
+++ b/dev-python/photutils/photutils-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
if [ ${PV} == "9999" ] ; then
diff --git a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
index 8680ca7..1266bfa 100644
--- a/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
+++ b/dev-python/prettyplotlib/prettyplotlib-0.1.7.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
diff --git a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
index 8680ca7..1266bfa 100644
--- a/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
+++ b/dev-python/prettyplotlib/prettyplotlib-9999.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
diff --git a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
index f0250f7..275810c 100644
--- a/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
+++ b/dev-python/pylibconfig2/pylibconfig2-0.2.5.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1
diff --git a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
index 495d8b8..b1eefce 100644
--- a/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
+++ b/dev-python/pylibconfig2/pylibconfig2-9999.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
inherit distutils-r1 git-r3
diff --git a/dev-python/snakemake/snakemake-3.4.2.ebuild b/dev-python/snakemake/snakemake-3.4.2.ebuild
index 71cd5a2..979febe 100644
--- a/dev-python/snakemake/snakemake-3.4.2.ebuild
+++ b/dev-python/snakemake/snakemake-3.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5} )
inherit distutils-r1
diff --git a/dev-python/specutils/specutils-9999.ebuild b/dev-python/specutils/specutils-9999.ebuild
index 569b6f3..b7ccbea 100644
--- a/dev-python/specutils/specutils-9999.ebuild
+++ b/dev-python/specutils/specutils-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1
if [ ${PV} == "9999" ] ; then
diff --git a/dev-python/symengine/symengine-9999.ebuild b/dev-python/symengine/symengine-9999.ebuild
index 5d92827..8412e48 100644
--- a/dev-python/symengine/symengine-9999.ebuild
+++ b/dev-python/symengine/symengine-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3
diff --git a/sci-biology/SPAdes/SPAdes-3.5.0.ebuild b/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
index f9a6ee9..45cb010 100644
--- a/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
+++ b/sci-biology/SPAdes/SPAdes-3.5.0.ebuild
@@ -2,15 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit eutils toolchain-funcs
DESCRIPTION="De novo de Bruijn genome assembler (bacteria to fungi) or uneven coverage"
HOMEPAGE="http://bioinf.spbau.ru/en/spades"
-SRC_URI="http://spades.bioinf.spbau.ru/release3.5.0/SPAdes-3.5.0.tar.gz
+SRC_URI="
+ http://spades.bioinf.spbau.ru/release3.5.0/SPAdes-3.5.0.tar.gz
http://spades.bioinf.spbau.ru/release3.5.0/manual.html"
LICENSE="GPL-2"
@@ -18,7 +19,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND="sys-libs/zlib
+DEPEND="
+ sys-libs/zlib
app-arch/bzip2
dev-python/regex
dev-libs/boost"
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index cdf322f..5a948b9 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
AUTOTOOLS_AUTORECONF=1
FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit autotools-utils fortran-2 git-r3 python-any-r1
diff --git a/sci-libs/pydicom/pydicom-0.9.8.ebuild b/sci-libs/pydicom/pydicom-0.9.8.ebuild
index 4b84c99..2bc0eaf 100644
--- a/sci-libs/pydicom/pydicom-0.9.8.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.8.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
diff --git a/sci-libs/pydicom/pydicom-0.9.9.ebuild b/sci-libs/pydicom/pydicom-0.9.9.ebuild
index de647e0..4095025 100644
--- a/sci-libs/pydicom/pydicom-0.9.9.ebuild
+++ b/sci-libs/pydicom/pydicom-0.9.9.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
diff --git a/sci-libs/pydicom/pydicom-9999.ebuild b/sci-libs/pydicom/pydicom-9999.ebuild
index 1d79900..8b802ab 100644
--- a/sci-libs/pydicom/pydicom-9999.ebuild
+++ b/sci-libs/pydicom/pydicom-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3
diff --git a/sci-libs/rdkit/rdkit-2015.03.1.ebuild b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
index 38e30e9..6b17aac 100644
--- a/sci-libs/rdkit/rdkit-2015.03.1.ebuild
+++ b/sci-libs/rdkit/rdkit-2015.03.1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit cmake-utils python-r1
diff --git a/sci-libs/rdkit/rdkit-9999.ebuild b/sci-libs/rdkit/rdkit-9999.ebuild
index be37c58..afb9f74 100644
--- a/sci-libs/rdkit/rdkit-9999.ebuild
+++ b/sci-libs/rdkit/rdkit-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit cmake-utils python-r1 git-r3
diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild b/sci-mathematics/mdp/mdp-3.3.ebuild
index cf61f58..36a30a3 100644
--- a/sci-mathematics/mdp/mdp-3.3.ebuild
+++ b/sci-mathematics/mdp/mdp-3.3.ebuild
@@ -2,10 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-PYTHON_COMPAT=( python3_3 )
+PYTHON_COMPAT=( python3_{4,5} )
inherit distutils-r1
@@ -22,10 +21,11 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="|| (
- >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
- >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
- )"
+RDEPEND="
+ || (
+ >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
+ >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
+)"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
index da0caa9..a6cbb95 100644
--- a/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
+++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4} pypy )
inherit distutils-r1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-28 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 14:24 [gentoo-commits] proj/sci:master commit in: dev-python/meshpy/, dev-python/astroquery/, sci-biology/SPAdes/, Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox