Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
Date: Tue, 15 Jan 2019 21:40:46
Message-Id: 1547588426.69df78d87cd1afe2ea49875e2b415b2461fcca1c.chymera@gentoo
1 commit: 69df78d87cd1afe2ea49875e2b415b2461fcca1c
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Jan 15 21:40:06 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Jan 15 21:40:26 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69df78d8
7
8 sci-libs/nipype: Deprecated version
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 sci-libs/nipype/nipype-0.11.0.ebuild | 34 ----------------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild b/sci-libs/nipype/nipype-0.11.0.ebuild
17 deleted file mode 100644
18 index fc3e7c1fc..000000000
19 --- a/sci-libs/nipype/nipype-0.11.0.ebuild
20 +++ /dev/null
21 @@ -1,34 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
28 -PYTHON_REQ_USE="threads(+),sqlite"
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="Neuroimaging in Python: Pipelines and Interfaces"
33 -HOMEPAGE="http://nipy.sourceforge.net/nipype/"
34 -SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="~amd64"
39 -IUSE=""
40 -
41 -DEPEND="
42 - dev-python/future[${PYTHON_USEDEP}]
43 - dev-python/numpy[${PYTHON_USEDEP}]
44 - dev-python/setuptools[${PYTHON_USEDEP}]
45 - sci-libs/nibabel[${PYTHON_USEDEP}]"
46 -RDEPEND="
47 - dev-python/networkx[${PYTHON_USEDEP}]
48 - dev-python/pydotplus[${PYTHON_USEDEP}]
49 - dev-python/pygraphviz[${PYTHON_USEDEP}]
50 - dev-python/traits[${PYTHON_USEDEP}]
51 - sci-libs/scipy[${PYTHON_USEDEP}]"
52 -
53 -python_test() {
54 - nosetests -v || die
55 -}