1
0
Fork 0

new ebuild

This commit is contained in:
Horea Ma 2015-10-20 05:45:19 +02:00
parent f9fed4c93c
commit 5e42bb361e
1 changed files with 16 additions and 0 deletions

View File

@ -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/USR85/actibrain85"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="dev-python/nilearn"