Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
Date: Sun, 21 Feb 2016 15:16:15
Message-Id: 1456029121.096d8640fc5f5de1371a3e4470ced74b6e1cdde8.jlec@gentoo
1 commit: 096d8640fc5f5de1371a3e4470ced74b6e1cdde8
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sun Feb 21 04:32:01 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 04:32:01 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=096d8640
7
8 sci-libs/nipype: added and sorted deps
9
10 Package-Manager: portage-2.2.27
11
12 sci-libs/nipype/nipype-0.11.0.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild b/sci-libs/nipype/nipype-0.11.0.ebuild
16 index 879f960..74066fb 100644
17 --- a/sci-libs/nipype/nipype-0.11.0.ebuild
18 +++ b/sci-libs/nipype/nipype-0.11.0.ebuild
19 @@ -21,14 +21,15 @@ KEYWORDS="~amd64"
20 IUSE=""
21
22 DEPEND="
23 - dev-python/setuptools[${PYTHON_USEDEP}]
24 dev-python/numpy[${PYTHON_USEDEP}]
25 + dev-python/setuptools[${PYTHON_USEDEP}]
26 sci-libs/nibabel[${PYTHON_USEDEP}]"
27 RDEPEND="
28 - sci-libs/scipy[${PYTHON_USEDEP}]
29 - dev-python/traits[${PYTHON_USEDEP}]
30 dev-python/networkx[${PYTHON_USEDEP}]
31 - dev-python/pygraphviz[${PYTHON_USEDEP}]"
32 + dev-python/pydotplus[${PYTHON_USEDEP}]
33 + dev-python/pygraphviz[${PYTHON_USEDEP}]
34 + dev-python/traits[${PYTHON_USEDEP}]
35 + sci-libs/scipy[${PYTHON_USEDEP}]"
36
37 python_test() {
38 nosetests -v || die