dcc8f1112f
Package-Manager: Portage-2.3.8, Repoman-2.3.3
39 lines
982 B
Bash
39 lines
982 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
|
|
|
inherit distutils-r1 git-r3
|
|
|
|
DESCRIPTION="Small Animal Magnetic Resonance Imaging"
|
|
HOMEPAGE="https://github.com/IBT-FMI/SAMRI"
|
|
SRC_URI=""
|
|
EGIT_REPO_URI="https://github.com/IBT-FMI/SAMRI"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
IUSE=""
|
|
KEYWORDS=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="
|
|
dev-python/argh[${PYTHON_USEDEP}]
|
|
dev-python/joblib[${PYTHON_USEDEP}]
|
|
>=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
|
|
dev-python/numpy[${PYTHON_USEDEP}]
|
|
dev-python/pandas[${PYTHON_USEDEP}]
|
|
dev-python/seaborn[${PYTHON_USEDEP}]
|
|
dev-python/sqlalchemy[${PYTHON_USEDEP}]
|
|
dev-python/statsmodels[${PYTHON_USEDEP}]
|
|
>=sci-biology/fsl-5.0.9
|
|
sci-biology/bru2nii
|
|
sci-libs/nibabel[${PYTHON_USEDEP}]
|
|
>=sci-libs/nipy-0.4.1[${PYTHON_USEDEP}]
|
|
=sci-libs/nipype-9999[${PYTHON_USEDEP}]
|
|
sci-libs/scipy[${PYTHON_USEDEP}]
|
|
sci-biology/ants
|
|
sci-biology/nilearn[${PYTHON_USEDEP}]
|
|
"
|