Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nilearn/
Date: Thu, 17 Dec 2015 11:06:40
Message-Id: 1447892961.c6035dde22d4516a609f4597a686f611f19645cc.jlec@gentoo
1 commit: c6035dde22d4516a609f4597a686f611f19645cc
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Thu Nov 19 00:29:21 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 19 00:29:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c6035dde
7
8 dev-python/nilearn: moved deps to DEPEND
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/nilearn/ChangeLog | 4 ++++
13 dev-python/nilearn/nilearn-0.1.4.1.ebuild | 2 +-
14 dev-python/nilearn/nilearn-9999.ebuild | 6 ++----
15 3 files changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
18 index 19503f2..e3359f1 100644
19 --- a/dev-python/nilearn/ChangeLog
20 +++ b/dev-python/nilearn/ChangeLog
21 @@ -4,6 +4,10 @@
22
23 19 Nov 2015; <chymera@g.o> nilearn-0.1.4.1.ebuild,
24 nilearn-9999.ebuild:
25 + dev-python/nilearn: moved deps to DEPEND
26 +
27 + 19 Nov 2015; <chymera@g.o> nilearn-0.1.4.1.ebuild,
28 + nilearn-9999.ebuild:
29 dev-python/nilearn: added test flag and test dependency
30
31 14 Nov 2015; Horea Christian <h.chr@××××.ru> nilearn-0.1.4.1.ebuild:
32
33 diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
34 index 90623f8..a57bbbc 100644
35 --- a/dev-python/nilearn/nilearn-0.1.4.1.ebuild
36 +++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
37 @@ -19,10 +19,10 @@ KEYWORDS="~amd64 ~x86"
38 IUSE="+plot test"
39
40 DEPEND="
41 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
42 dev-python/setuptools[${PYTHON_USEDEP}]
43 "
44 RDEPEND="
45 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
46 dev-python/numpy[${PYTHON_USEDEP}]
47 sci-libs/scikits_learn[${PYTHON_USEDEP}]
48 sci-libs/scipy[${PYTHON_USEDEP}]
49
50 diff --git a/dev-python/nilearn/nilearn-9999.ebuild b/dev-python/nilearn/nilearn-9999.ebuild
51 index 5282afe..ab5a4af 100644
52 --- a/dev-python/nilearn/nilearn-9999.ebuild
53 +++ b/dev-python/nilearn/nilearn-9999.ebuild
54 @@ -19,10 +19,10 @@ KEYWORDS=""
55 IUSE="+plot test"
56
57 DEPEND="
58 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
59 dev-python/setuptools[${PYTHON_USEDEP}]
60 "
61 RDEPEND="
62 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
63 dev-python/numpy[${PYTHON_USEDEP}]
64 sci-libs/scikits_learn[${PYTHON_USEDEP}]
65 sci-libs/scipy[${PYTHON_USEDEP}]
66 @@ -30,7 +30,5 @@ RDEPEND="
67 plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
68
69 src_test() {
70 - emake test-code
71 + emake test-code
72 }
73 -
74 -