From 3ad962bcaefeb1ce6b55c897434ee6838daef078 Mon Sep 17 00:00:00 2001 From: payne76 Date: Tue, 20 Oct 2015 19:28:01 +0200 Subject: [PATCH] new ebuild --- dev-python/actibrain11/actibrain11-9999.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-python/actibrain11/actibrain11-9999.ebuild diff --git a/dev-python/actibrain11/actibrain11-9999.ebuild b/dev-python/actibrain11/actibrain11-9999.ebuild new file mode 100644 index 0000000..7a75538 --- /dev/null +++ b/dev-python/actibrain11/actibrain11-9999.ebuild @@ -0,0 +1,16 @@ +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4} ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="A tool to plot brain activation" +EGIT_REPO_URI="git://github.com/pane76/actibrain11" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="dev-python/nilearn"