From af582f1eec4adb4b94ee19ad55f4955a457419e5 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 20 Oct 2015 04:13:05 +0200 Subject: [PATCH] new ebuild --- dev-python/actibrainNN/actibrainNN-9999.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/actibrainNN/actibrainNN-9999.ebuild diff --git a/dev-python/actibrainNN/actibrainNN-9999.ebuild b/dev-python/actibrainNN/actibrainNN-9999.ebuild new file mode 100644 index 0000000..2789b5e --- /dev/null +++ b/dev-python/actibrainNN/actibrainNN-9999.ebuild @@ -0,0 +1,11 @@ +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_4} ) +inherit distutils-r1 git-r3 +DESCRIPTION="A tool to plot brain activation" +EGIT_REPO_URI="https://github.com/username/actibarinNN" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" +DEPEND="dev-python/setuptools" +RDEPEND="dev-python/nilearn"