aboutsummaryrefslogtreecommitdiff
blob: 5ec78faae63c856fd33862aeca30eb2b53f9a31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4} )

inherit distutils-r1 git-r3

DESCRIPTION="Neuroimaging tools for Python"
HOMEPAGE="http://nipy.org/"
SRC_URI=""
EGIT_REPO_URI="https://github.com/nistats/${PN}"

LICENSE="BSD"
SLOT="0"
IUSE=""
KEYWORDS=""

COMMONDEPEND="
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/patsy[${PYTHON_USEDEP}]
	"
DEPEND="${COMMONDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	"
RDEPEND="${COMMONDEPEND}
	sci-libs/scipy[${PYTHON_USEDEP}]
	dev-python/sympy[${PYTHON_USEDEP}]
	sci-libs/nibabel[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	sci-biology/nilearn[${PYTHON_USEDEP}]
	"