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: 1445250730.7070abc43df6ccda0f703ca5545b987b7f689b71.jlec@gentoo
1 commit: 7070abc43df6ccda0f703ca5545b987b7f689b71
2 Author: Horea Christian <h.chr <AT> mail <DOT> ru>
3 AuthorDate: Mon Oct 19 10:32:10 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 19 10:32:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7070abc4
7
8 dev-python/nilearn: corrected format, added PYTHON_USEDEP, removed emtty IUSE
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/nilearn/ChangeLog | 3 +++
13 dev-python/nilearn/nilearn-0.1.4.1.ebuild | 5 ++---
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
17 index 425fe12..6538bf9 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-0.1.4.1.ebuild:
25 + dev-python/nilearn: corrected format, added PYTHON_USEDEP, removed emtty IUSE
26 +
27 *nilearn-0.1.4.1 (19 Oct 2015)
28 *nilearn-9999 (19 Oct 2015)
29
30
31 diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
32 index a7f612b..5277778 100644
33 --- a/dev-python/nilearn/nilearn-0.1.4.1.ebuild
34 +++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
35 @@ -10,18 +10,17 @@ inherit distutils-r1
36
37 DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
38 HOMEPAGE="http://nilearn.github.io/"
39 -SRC_URI="mirror://pypi/n/${PN}/${PN}-0.1.4.post1.tar.gz -> ${P}.zip"
40 +SRC_URI="mirror://pypi/n/${PN}/${PN}-0.1.4.post1.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="BSD"
43 SLOT="0"
44 KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46
47 DEPEND="
48 dev-python/setuptools[${PYTHON_USEDEP}]
49 "
50 RDEPEND="
51 dev-python/numpy[${PYTHON_USEDEP}]
52 - sci-libs/scikits_learn
53 + sci-libs/scikits_learn[${PYTHON_USEDEP}]
54 sci-libs/scipy[${PYTHON_USEDEP}]
55 >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"