aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 06:08:24 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 06:08:24 -0400
commit59b00d417615b0d6baa2f69c9d290491d060e155 (patch)
tree638d436608971cf0457ba7be7dbb5ede3affccb4 /sci-biology
parentsci-biology/nitime: version bump 0.8.1 and PYTHON_COMPAT update (diff)
downloadsci-59b00d417615b0d6baa2f69c9d290491d060e155.tar.gz
sci-59b00d417615b0d6baa2f69c9d290491d060e155.tar.bz2
sci-59b00d417615b0d6baa2f69c9d290491d060e155.zip
sci-biology/pybrain: removed dead package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/pybrain/Manifest1
-rw-r--r--sci-biology/pybrain/metadata.xml11
-rw-r--r--sci-biology/pybrain/pybrain-0.3.3.ebuild27
-rw-r--r--sci-biology/pybrain/pybrain-9999.ebuild28
4 files changed, 0 insertions, 67 deletions
diff --git a/sci-biology/pybrain/Manifest b/sci-biology/pybrain/Manifest
deleted file mode 100644
index 9acb5c6de..000000000
--- a/sci-biology/pybrain/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pybrain-0.3.3.tar.gz 1179157 BLAKE2B 0bd96a4e0dc1626f50e9970a7d3dacc569a3fe63ec8fd7412e662eb347356ec2422ee4e1957025232078b097ee9a048cdcacd6e1156803cc25bf27aa771ece70 SHA512 d0b0401b083cf62260b65c833a12e71ac8d5d3079f24cce3eccccb7109a68493b1795b38603cf64251cc1653bec3ea00308fa6bc792d73c265d7cb4da0970ab1
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>sci@gentoo.org</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
-}