diff --git a/sci-biology/behaviopy/ChangeLog b/sci-biology/behaviopy/ChangeLog deleted file mode 100644 index 5642757..0000000 --- a/sci-biology/behaviopy/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ - 29 May 2017; Horea Christian behaviopy-9999.ebuild: - sci-biology/behaviopy: fixed stale header - - 21 Sep 2016; SAMRI-9999.ebuild: - sci-biology/SAMRI: updated python compatibility - - 06 Sep 2016; Horea Christian SAMRI-9999.ebuild: - sci-biology/SAMRI: added dep - - 30 Aug 2016; Horea Christian SAMRI-9999.ebuild: - sci-biology/SAMRI: added dep - - 30 Aug 2016; Horea Christian SAMRI-9999.ebuild: - sci-biology/SAMRI: added dep - -*SAMRI-9999 (30 Aug 2016) - - 30 Aug 2016; Horea Christian +SAMRI-9999.ebuild, - +metadata.xml: - sci-biology/SAMRI: updated chyMRI name diff --git a/sci-biology/behaviopy/behaviopy-9999.ebuild b/sci-biology/behaviopy/behaviopy-9999.ebuild deleted file mode 100644 index 93b52db..0000000 --- a/sci-biology/behaviopy/behaviopy-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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="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}] - " diff --git a/sci-biology/behaviopy/metadata.xml b/sci-biology/behaviopy/metadata.xml deleted file mode 100644 index 8feb362..0000000 --- a/sci-biology/behaviopy/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - horea.christ@gmail.com - Horea Christian - - - 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. - - - TheChymera/behaviopy - -