From 6b1167ec29d1c7b9b54e6f5462f63ca424bd69be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferran=20Pallar=C3=A8s?= Date: Tue, 20 Oct 2015 19:27:32 +0200 Subject: [PATCH] New ebuild --- .../actibrain44/actibrain44-9999.ebuild | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/actibrain44/actibrain44-9999.ebuild diff --git a/dev-python/actibrain44/actibrain44-9999.ebuild b/dev-python/actibrain44/actibrain44-9999.ebuild new file mode 100644 index 0000000..df466d3 --- /dev/null +++ b/dev-python/actibrain44/actibrain44-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/poinu/actibrain44" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev_python/setuptools" +RDEPEND="dev_python/nilearn"