1
0
mirror of synced 2024-06-10 14:39:58 +02:00
TheChymera-overlay/sci-biology/samri/samri-9999.ebuild

32 lines
690 B
Bash
Raw Normal View History

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
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"
SRC_URI=""
2017-04-11 02:15:27 +02:00
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/pandas[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
sci-biology/dcmstack[${PYTHON_USEDEP}]
sci-biology/fsl
sci-biology/bru2nii
sci-libs/nipype[${PYTHON_USEDEP}]
2017-04-11 18:35:38 +02:00
sci-biology/nilearn[${PYTHON_USEDEP}]
"