commit:     73ba904d8c2495c8ba640c5b48a9a26f23d2a1f6
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Mon Jul  4 12:20:27 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 12:20:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=73ba904d

sci-biology/nilearn: version bump

Package-Manager: portage-2.3.0_rc1

 sci-biology/nilearn/nilearn-0.2.5.ebuild | 33 ++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/sci-biology/nilearn/nilearn-0.2.5.ebuild 
b/sci-biology/nilearn/nilearn-0.2.5.ebuild
new file mode 100644
index 0000000..0d3b294
--- /dev/null
+++ b/sci-biology/nilearn/nilearn-0.2.5.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Fast and easy statistical learning on NeuroImaging data"
+HOMEPAGE="http://nilearn.github.io/";
+SRC_URI="https://github.com/nilearn/nilearn/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+plot test"
+
+DEPEND="
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       "
+RDEPEND="
+       dev-python/numpy[${PYTHON_USEDEP}]
+       sci-libs/scikits_learn[${PYTHON_USEDEP}]
+       sci-libs/scipy[${PYTHON_USEDEP}]
+       sci-libs/nibabel[${PYTHON_USEDEP}]
+       plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
+
+src_test() {
+       emake test-code
+}

Reply via email to