commit:     13b5f620d3c2bb529a52a878dec2d91f9f3a732d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 29 02:03:56 2024 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 29 02:03:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=13b5f620

sci-biology/behaviopy: treeclean

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/behaviopy/behaviopy-0.2.ebuild | 42 ------------------------------
 sci-biology/behaviopy/metadata.xml         | 26 ------------------
 2 files changed, 68 deletions(-)

diff --git a/sci-biology/behaviopy/behaviopy-0.2.ebuild 
b/sci-biology/behaviopy/behaviopy-0.2.ebuild
deleted file mode 100644
index dc875e7a5..000000000
--- a/sci-biology/behaviopy/behaviopy-0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Neuroimaging tools for Python"
-HOMEPAGE="https://github.com/TheChymera/behaviopy";
-SRC_URI="https://github.com/TheChymera/behaviopy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="evaluation"
-KEYWORDS="~amd64 ~x86"
-
-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}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-       if ! use evaluation; then
-               rm behaviopy/evaluation.py || die
-       fi
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       cd behaviopy/examples || die
-       echo "backend : Agg" > matplotlibrc || die
-       for i in *py; do
-               echo "Executing $i"
-               ${EPYTHON} $i || die
-       done
-}

diff --git a/sci-biology/behaviopy/metadata.xml 
b/sci-biology/behaviopy/metadata.xml
deleted file mode 100644
index a33886a68..000000000
--- a/sci-biology/behaviopy/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>gen...@chymera.eu</email>
-               <name>Horea Christian</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>s...@gentoo.org</email>
-               <name>Gentoo Science Project</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>
-       <use>
-               <flag name="evaluation">Installs evaluation submodule.</flag>
-       </use>
-</pkgmetadata>

Reply via email to