Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pybrain/
Date: Sat, 26 Sep 2020 10:09:09
Message-Id: 1601114904.59b00d417615b0d6baa2f69c9d290491d060e155.chymera@gentoo
1 commit: 59b00d417615b0d6baa2f69c9d290491d060e155
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 10:08:24 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 10:08:24 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59b00d41
7
8 sci-biology/pybrain: removed dead package
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/pybrain/metadata.xml | 11 -----------
14 sci-biology/pybrain/pybrain-0.3.3.ebuild | 27 ---------------------------
15 sci-biology/pybrain/pybrain-9999.ebuild | 28 ----------------------------
16 3 files changed, 66 deletions(-)
17
18 diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml
19 deleted file mode 100644
20 index a5d6d4bfc..000000000
21 --- a/sci-biology/pybrain/metadata.xml
22 +++ /dev/null
23 @@ -1,11 +0,0 @@
24 -<?xml version="1.0" encoding="UTF-8"?>
25 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 -<pkgmetadata>
27 - <maintainer type="project">
28 - <email>sci@g.o</email>
29 - <name>Gentoo Science Project</name>
30 - </maintainer>
31 - <upstream>
32 - <remote-id type="github">pybrain/pybrain</remote-id>
33 - </upstream>
34 -</pkgmetadata>
35
36 diff --git a/sci-biology/pybrain/pybrain-0.3.3.ebuild b/sci-biology/pybrain/pybrain-0.3.3.ebuild
37 deleted file mode 100644
38 index 7cb1ce7cf..000000000
39 --- a/sci-biology/pybrain/pybrain-0.3.3.ebuild
40 +++ /dev/null
41 @@ -1,27 +0,0 @@
42 -# Copyright 1999-2016 Gentoo Foundation
43 -# Distributed under the terms of the GNU General Public License v2
44 -
45 -EAPI=6
46 -
47 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
48 -
49 -inherit distutils-r1
50 -
51 -DESCRIPTION="The Python Machine Learning Library"
52 -HOMEPAGE="http://pybrain.org/"
53 -SRC_URI="https://github.com/pybrain/pybrain/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 -
55 -LICENSE="BSD"
56 -SLOT="0"
57 -KEYWORDS="~amd64 ~x86"
58 -IUSE="test"
59 -
60 -RDEPEND="dev-python/scipy[${PYTHON_USEDEP}]"
61 -DEPEND="
62 - dev-python/setuptools[${PYTHON_USEDEP}]
63 - test? ( ${RDEPEND} )
64 - "
65 -
66 -python_test() {
67 - python pybrain/tests/runtests.py || die
68 -}
69
70 diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
71 deleted file mode 100644
72 index c8937dfeb..000000000
73 --- a/sci-biology/pybrain/pybrain-9999.ebuild
74 +++ /dev/null
75 @@ -1,28 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -
81 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
82 -
83 -inherit distutils-r1 git-r3
84 -
85 -DESCRIPTION="The Python Machine Learning Library"
86 -HOMEPAGE="http://pybrain.org/"
87 -SRC_URI=""
88 -EGIT_REPO_URI="https://github.com/pybrain/pybrain.git"
89 -
90 -LICENSE="BSD"
91 -SLOT="0"
92 -KEYWORDS=""
93 -IUSE="test"
94 -
95 -RDEPEND="dev-python/scipy[${PYTHON_USEDEP}]"
96 -DEPEND="
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? ( ${RDEPEND} )
99 - "
100 -
101 -python_test() {
102 - python pybrain/tests/runtests.py || die
103 -}