commit: 57f2ab778ebe11dd3f189a6eb3ae0c3c82cef22a Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Tue May 24 20:06:47 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Tue May 24 20:06:47 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=57f2ab77
sci-biology/nilearn: new version Package-Manager: portage-2.3.0_rc1 sci-biology/nilearn/nilearn-0.2.4.ebuild | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild b/sci-biology/nilearn/nilearn-0.2.4.ebuild new file mode 100644 index 0000000..2c2af9a --- /dev/null +++ b/sci-biology/nilearn/nilearn-0.2.4.ebuild @@ -0,0 +1,35 @@ +# 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 git-r3 + +DESCRIPTION="Fast and easy statistical learning on NeuroImaging data" +HOMEPAGE="http://nilearn.github.io/" +SRC_URI="" +EGIT_REPO_URI="git://github.com/nilearn/nilearn" +EGIT_COMMIT="${PV}" + +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 +}
