1
0
Fork 0

sci-biology/behaviopy: new ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
Horea Christian 2017-05-29 05:41:26 +02:00
parent 9fc151a636
commit b61aa29835
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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,29 @@
# Copyright 1999-2017 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
DESCRIPTION="Behavioral data analysis and plotting in Python."
HOMEPAGE="https://github.com/TheChymera/behaviopy"
SRC_URI=""
EGIT_REPO_URI="https://github.com/TheChymera/behaviopy"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS=""
DEPEND=""
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/seaborn[${PYTHON_USEDEP}]
dev-python/statsmodels[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1,19 @@
<?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">
BehavioPy is a python toolkit providing evaluation (e.g. event tracking)
and plotting functions for behavioural data. Manual event tracking is done
via a simple and configurable PsychoPy-based interface. Plotting functions
are designed to work with preformatted data in CSV format (e.g. as exported
by pandas), and use Seaborn and custom BehavioPy styles for maximum
beautification.
</longdescription>
<upstream>
<remote-id type="github">TheChymera/behaviopy</remote-id>
</upstream>
</pkgmetadata>