1
0
mirror of synced 2024-06-08 05:37:53 +02:00
TheChymera-overlay/sci-libs/cosgen/cosgen-9999.ebuild
Horea Christian 67db043bc2 New package
2017-10-06 22:41:22 +02:00

27 lines
557 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="Contrast Optimized Stimulation generator"
HOMEPAGE="https://github.com/IBT-FMI/COSgen"
SRC_URI=""
EGIT_REPO_URI="https://github.com/IBT-FMI/COSgen"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS=""
DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
"