commit:     69df78d87cd1afe2ea49875e2b415b2461fcca1c
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Jan 15 21:40:06 2019 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jan 15 21:40:26 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=69df78d8

sci-libs/nipype: Deprecated version

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>

 sci-libs/nipype/nipype-0.11.0.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild 
b/sci-libs/nipype/nipype-0.11.0.ebuild
deleted file mode 100644
index fc3e7c1fc..000000000
--- a/sci-libs/nipype/nipype-0.11.0.ebuild
+++ /dev/null
@@ -1,34 +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=""
-
-DEPEND="
-       dev-python/future[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       sci-libs/nibabel[${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}]"
-
-python_test() {
-       nosetests -v || die
-}

Reply via email to