2017-05-29 05:52:11 +02:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2016-08-30 14:15:20 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
2016-09-21 03:41:04 +02:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
2016-08-30 14:15:20 +02:00
|
|
|
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
|
2017-04-11 02:15:27 +02:00
|
|
|
DESCRIPTION="Small Animal Magnetic Resonance Imaging"
|
|
|
|
HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
|
2016-08-30 14:15:20 +02:00
|
|
|
SRC_URI=""
|
2017-04-11 02:15:27 +02:00
|
|
|
EGIT_REPO_URI="https://github.com/IBT-FMI/SAMRI"
|
2016-08-30 14:15:20 +02:00
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
KEYWORDS=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="
|
2016-08-30 15:01:58 +02:00
|
|
|
dev-python/argh[${PYTHON_USEDEP}]
|
2017-08-10 18:03:14 +02:00
|
|
|
dev-python/joblib[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
|
|
|
|
dev-python/numpy[${PYTHON_USEDEP}]
|
2016-08-30 14:15:20 +02:00
|
|
|
dev-python/pandas[${PYTHON_USEDEP}]
|
2017-08-10 18:03:14 +02:00
|
|
|
dev-python/seaborn[${PYTHON_USEDEP}]
|
2016-09-06 04:14:01 +02:00
|
|
|
dev-python/sqlalchemy[${PYTHON_USEDEP}]
|
2017-08-10 18:03:14 +02:00
|
|
|
dev-python/statsmodels[${PYTHON_USEDEP}]
|
|
|
|
>=sci-biology/fsl-5.0.9
|
2016-08-30 14:15:20 +02:00
|
|
|
sci-biology/bru2nii
|
2017-08-10 18:03:14 +02:00
|
|
|
sci-libs/nibabel[${PYTHON_USEDEP}]
|
|
|
|
>=sci-libs/nipy-0.4.1[${PYTHON_USEDEP}]
|
|
|
|
=sci-libs/nipype-9999[${PYTHON_USEDEP}]
|
|
|
|
sci-libs/scipy[${PYTHON_USEDEP}]
|
2017-08-22 21:17:35 +02:00
|
|
|
sci-biology/ants
|
2017-04-11 18:35:38 +02:00
|
|
|
sci-biology/nilearn[${PYTHON_USEDEP}]
|
2016-08-30 14:15:20 +02:00
|
|
|
"
|