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:41
Message-Id: 1445255331.69abbcc9b496284a5d5cdd54ee1503ad79cb460a.jlec@gentoo
1 commit: 69abbcc9b496284a5d5cdd54ee1503ad79cb460a
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Mon Oct 19 11:48:51 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 19 11:48:51 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=69abbcc9
7
8 dev-python/nilearn: plot use flag in live ebuild as well
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/nilearn/ChangeLog | 3 +++
13 dev-python/nilearn/nilearn-9999.ebuild | 4 +++-
14 2 files changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
17 index ad01f8f..5411f39 100644
18 --- a/dev-python/nilearn/ChangeLog
19 +++ b/dev-python/nilearn/ChangeLog
20 @@ -2,6 +2,9 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 19 Oct 2015; Horea Christian <h.chr@××××.ru> nilearn-9999.ebuild:
25 + dev-python/nilearn: plot use flag in live ebuild as well
26 +
27 19 Oct 2015; Horea Christian <h.chr@××××.ru> metadata.xml,
28 nilearn-0.1.4.1.ebuild:
29 dev-python/nilearn: added plot use flag, added MY_PV, removed deprecated
30
31 diff --git a/dev-python/nilearn/nilearn-9999.ebuild b/dev-python/nilearn/nilearn-9999.ebuild
32 index 4250db0..a1b3989 100644
33 --- a/dev-python/nilearn/nilearn-9999.ebuild
34 +++ b/dev-python/nilearn/nilearn-9999.ebuild
35 @@ -16,6 +16,7 @@ EGIT_REPO_URI="git://github.com/nilearn/nilearn"
36 LICENSE="BSD"
37 SLOT="0"
38 KEYWORDS=""
39 +IUSE="+plot"
40
41 DEPEND="
42 dev-python/setuptools[${PYTHON_USEDEP}]
43 @@ -24,4 +25,5 @@ RDEPEND="
44 dev-python/numpy[${PYTHON_USEDEP}]
45 sci-libs/scikits_learn[${PYTHON_USEDEP}]
46 sci-libs/scipy[${PYTHON_USEDEP}]
47 - >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"
48 + sci-libs/nibabel[${PYTHON_USEDEP}]
49 + plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"