1
0
mirror of synced 2024-11-05 12:38:57 +01:00
TheChymera-overlay/dev-python/actibrain26/actibrain26-9999.ebuild
2015-10-20 19:26:32 +02:00

17 lines
280 B
Bash

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"