commit:     673d45cd51db11a16d243a60efd84d9b34055219
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jan  7 21:47:07 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jan  7 21:47:07 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=673d45cd

sci-libs/nipype: deprecated old versions and PYTHON_COMPAT

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-libs/nipype/nipype-0.12.0.ebuild             | 38 ---------------
 sci-libs/nipype/nipype-0.12.1.ebuild             | 38 ---------------
 sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild | 62 ------------------------
 sci-libs/nipype/nipype-1.1.0.ebuild              |  4 +-
 sci-libs/nipype/nipype-1.1.1-r1.ebuild           |  4 +-
 sci-libs/nipype/nipype-9999.ebuild               |  4 +-
 6 files changed, 6 insertions(+), 144 deletions(-)

diff --git a/sci-libs/nipype/nipype-0.12.0.ebuild 
b/sci-libs/nipype/nipype-0.12.0.ebuild
deleted file mode 100644
index 3b1397b0f..000000000
--- a/sci-libs/nipype/nipype-0.12.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
-HOMEPAGE="http://nipy.sourceforge.net/nipype/";
-SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="
-       dev-python/future[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )
-       "
-RDEPEND="
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/pydotplus[${PYTHON_USEDEP}]
-       dev-python/pygraphviz[${PYTHON_USEDEP}]
-       dev-python/traits[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       "
-
-python_test() {
-       nosetests -v || die
-}

diff --git a/sci-libs/nipype/nipype-0.12.1.ebuild 
b/sci-libs/nipype/nipype-0.12.1.ebuild
deleted file mode 100644
index 3b1397b0f..000000000
--- a/sci-libs/nipype/nipype-0.12.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
-HOMEPAGE="http://nipy.sourceforge.net/nipype/";
-SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-DEPEND="
-       dev-python/future[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${PYTHON_USEDEP}]
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )
-       "
-RDEPEND="
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/pydotplus[${PYTHON_USEDEP}]
-       dev-python/pygraphviz[${PYTHON_USEDEP}]
-       dev-python/traits[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       "
-
-python_test() {
-       nosetests -v || die
-}

diff --git a/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild 
b/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild
deleted file mode 100644
index ce6a52d9b..000000000
--- a/sci-libs/nipype/nipype-0.14.0_pre20170830.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1
-
-COMMIT="7055313c91de52bf65518284b42df446466fe581"
-
-DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
-HOMEPAGE="http://nipy.sourceforge.net/nipype/";
-SRC_URI="https://github.com/nipy/nipype/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-       dev-python/future[${PYTHON_USEDEP}]
-       ~dev-python/prov-1.5.0[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       >=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}]
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-       $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 
python2_7)
-       "
-RDEPEND="
-       >=dev-python/click-6.6[${PYTHON_USEDEP}]
-       dev-python/funcsigs[${PYTHON_USEDEP}]
-       dev-python/networkx[${PYTHON_USEDEP}]
-       dev-python/packaging[${PYTHON_USEDEP}]
-       dev-python/pydotplus[${PYTHON_USEDEP}]
-       dev-python/pygraphviz[${PYTHON_USEDEP}]
-       dev-python/pytest[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/traits-4.6.0[${PYTHON_USEDEP}]
-       sci-libs/scipy[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       "
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-python_prepare_all() {
-       distutils-r1_python_prepare_all
-       EXISTING_REQUIRE="setup_requires=\['future', 'configparser'\]"
-       CORRECTED_REQUIRE="setup_requires=\['future'\]"
-       sed \
-               -e "s/${EXISTING_REQUIRE}/${CORRECTED_REQUIRE}/g" \
-               -i setup.py \
-               || die "sed setup.py"
-}
-
-python_test() {
-       nosetests -v || die
-}

diff --git a/sci-libs/nipype/nipype-1.1.0.ebuild 
b/sci-libs/nipype/nipype-1.1.0.ebuild
index 84e7e852b..f7c871659 100644
--- a/sci-libs/nipype/nipype-1.1.0.ebuild
+++ b/sci-libs/nipype/nipype-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1

diff --git a/sci-libs/nipype/nipype-1.1.1-r1.ebuild 
b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
index e564b43c6..959ce9a63 100644
--- a/sci-libs/nipype/nipype-1.1.1-r1.ebuild
+++ b/sci-libs/nipype/nipype-1.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1

diff --git a/sci-libs/nipype/nipype-9999.ebuild 
b/sci-libs/nipype/nipype-9999.ebuild
index df9829dbd..dc35f3e2e 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 git-r3

Reply via email to