1
0
mirror of synced 2024-09-23 09:01:47 +02:00
TheChymera-overlay/dev-python/actibrainNN/actibrainNN-9999.ebuild

12 lines
276 B
Bash
Raw Normal View History

2015-10-20 04:13:05 +02:00
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1 git-r3
DESCRIPTION="A tool to plot brain activation"
2015-10-20 04:20:34 +02:00
EGIT_REPO_URI="git://github.com/TheChymera/actibrainNN"
2015-10-20 04:13:05 +02:00
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="dev-python/nilearn"