1
0
mirror of synced 2024-07-04 01:59:03 +02:00
TheChymera-overlay/sci-biology/SAMRI/SAMRI-9999.ebuild
Horea Christian 1316fa44a9
sci-biology/SAMRI: updated chyMRI name
Package-Manager: portage-2.3.0
2016-08-30 14:15:20 +02:00

28 lines
534 B
Bash

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 git-r3
DESCRIPTION="Organize and rename large numbers of files"
HOMEPAGE="https://github.com/TheChymera/SAMRI"
SRC_URI=""
EGIT_REPO_URI="https://github.com/TheChymera/SAMRI"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS=""
DEPEND=""
RDEPEND="
dev-python/pandas[${PYTHON_USEDEP}]
sci-biology/fsl
sci-biology/bru2nii
sci-libs/nipype[${PYTHON_USEDEP}]
"