From fba19ca50ca7cd9444e334a1c19af2dec0058033 Mon Sep 17 00:00:00 2001 From: Krzysztof Lis Date: Tue, 20 Oct 2015 19:26:32 +0200 Subject: [PATCH] package definition for user26 --- dev-python/actibrain26/actibrain26-9999.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-python/actibrain26/actibrain26-9999.ebuild diff --git a/dev-python/actibrain26/actibrain26-9999.ebuild b/dev-python/actibrain26/actibrain26-9999.ebuild new file mode 100644 index 0000000..9902778 --- /dev/null +++ b/dev-python/actibrain26/actibrain26-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/adynathos/actibrain26" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="dev-python/nilearn"