1
0
Fork 0

New package

This commit is contained in:
Horea Christian 2017-10-06 22:41:22 +02:00
parent 99c75446c7
commit 67db043bc2
3 changed files with 72 additions and 0 deletions

29
sci-libs/cosgen/ChangeLog Normal file
View File

@ -0,0 +1,29 @@
22 Aug 2017; Horea Christian <h.chr@mail.ru> samri-9999.ebuild:
sci-biology/samri: added dep
10 Aug 2017; Horea Christian <h.chr@mail.ru> samri-9999.ebuild:
sci-biology/samri:
29 May 2017; Horea Christian <h.chr@mail.ru> samri-9999.ebuild:
sci-biology/samri: fixed stale header
29 May 2017; Horea Christian <h.chr@mail.ru> metadata.xml, samri-9999.ebuild:
sci-biology/samri: updated metadata
21 Sep 2016; <chymera@gentoo.org> SAMRI-9999.ebuild:
sci-biology/SAMRI: updated python compatibility
06 Sep 2016; Horea Christian <h.chr@mail.ru> SAMRI-9999.ebuild:
sci-biology/SAMRI: added dep
30 Aug 2016; Horea Christian <h.chr@mail.ru> SAMRI-9999.ebuild:
sci-biology/SAMRI: added dep
30 Aug 2016; Horea Christian <h.chr@mail.ru> SAMRI-9999.ebuild:
sci-biology/SAMRI: added dep
*SAMRI-9999 (30 Aug 2016)
30 Aug 2016; Horea Christian <h.chr@mail.ru> +SAMRI-9999.ebuild,
+metadata.xml:
sci-biology/SAMRI: updated chyMRI name

View File

@ -0,0 +1,26 @@
# 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}]
"

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>horea.christ@gmail.com</email>
<name>Horea Christian</name>
</maintainer>
<longdescription lang="en">
COSgen (Contrast optimized stimulus generator) is a Python package
for the optimization of stimulus sequences in stimulus evoked
fMRI experiments. It is fully compatible with the stimulus
sequence delivery solution COSplay.
</longdescription>
<upstream>
<remote-id type="github">IBT-FMI/COSgen</remote-id>
</upstream>
</pkgmetadata>