commit:     7070abc43df6ccda0f703ca5545b987b7f689b71
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Mon Oct 19 10:32:10 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 10:32:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7070abc4

dev-python/nilearn: corrected format, added PYTHON_USEDEP, removed emtty IUSE

Package-Manager: portage-2.2.23

 dev-python/nilearn/ChangeLog              | 3 +++
 dev-python/nilearn/nilearn-0.1.4.1.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/nilearn/ChangeLog b/dev-python/nilearn/ChangeLog
index 425fe12..6538bf9 100644
--- a/dev-python/nilearn/ChangeLog
+++ b/dev-python/nilearn/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  19 Oct 2015; Horea Christian <h....@mail.ru> nilearn-0.1.4.1.ebuild:
+  dev-python/nilearn: corrected format, added PYTHON_USEDEP, removed emtty IUSE
+
 *nilearn-0.1.4.1 (19 Oct 2015)
 *nilearn-9999 (19 Oct 2015)
 

diff --git a/dev-python/nilearn/nilearn-0.1.4.1.ebuild 
b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
index a7f612b..5277778 100644
--- a/dev-python/nilearn/nilearn-0.1.4.1.ebuild
+++ b/dev-python/nilearn/nilearn-0.1.4.1.ebuild
@@ -10,18 +10,17 @@ inherit distutils-r1
 
 DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
 HOMEPAGE="http://nilearn.github.io/";
-SRC_URI="mirror://pypi/n/${PN}/${PN}-0.1.4.post1.tar.gz -> ${P}.zip"
+SRC_URI="mirror://pypi/n/${PN}/${PN}-0.1.4.post1.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        "
 RDEPEND="
        dev-python/numpy[${PYTHON_USEDEP}]
-       sci-libs/scikits_learn
+       sci-libs/scikits_learn[${PYTHON_USEDEP}]
        sci-libs/scipy[${PYTHON_USEDEP}]
        >=sci-libs/nibabel-1.1.0[${PYTHON_USEDEP}]"

Reply via email to