commit: 59b00d417615b0d6baa2f69c9d290491d060e155 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sat Sep 26 10:08:24 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sat Sep 26 10:08:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59b00d41
sci-biology/pybrain: removed dead package Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/pybrain/metadata.xml | 11 ----------- sci-biology/pybrain/pybrain-0.3.3.ebuild | 27 --------------------------- sci-biology/pybrain/pybrain-9999.ebuild | 28 ---------------------------- 3 files changed, 66 deletions(-) diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml deleted file mode 100644 index a5d6d4bfc..000000000 --- a/sci-biology/pybrain/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <upstream> - <remote-id type="github">pybrain/pybrain</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-biology/pybrain/pybrain-0.3.3.ebuild b/sci-biology/pybrain/pybrain-0.3.3.ebuild deleted file mode 100644 index 7cb1ce7cf..000000000 --- a/sci-biology/pybrain/pybrain-0.3.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 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 - -DESCRIPTION="The Python Machine Learning Library" -HOMEPAGE="http://pybrain.org/" -SRC_URI="https://github.com/pybrain/pybrain/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-python/scipy[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) - " - -python_test() { - python pybrain/tests/runtests.py || die -} diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild deleted file mode 100644 index c8937dfeb..000000000 --- a/sci-biology/pybrain/pybrain-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 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="The Python Machine Learning Library" -HOMEPAGE="http://pybrain.org/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/pybrain/pybrain.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" - -RDEPEND="dev-python/scipy[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${RDEPEND} ) - " - -python_test() { - python pybrain/tests/runtests.py || die -}
