Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/mdp/
Date: Mon, 03 Feb 2020 04:02:57
Message-Id: 1580702556.5e5957838e87a4a97682cebea339f682650cf380.heroxbd@gentoo
1 commit: 5e5957838e87a4a97682cebea339f682650cf380
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 3 03:59:59 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 04:02:36 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5e595783
7
8 sci-mathematics/mdp: remove from tree.
9
10 No maintenance since 2011. No updates since Python target 3.3.
11
12 Bug: https://bugs.gentoo.org/707558
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 sci-mathematics/mdp/mdp-3.3.ebuild | 35 -----------------------------------
16 sci-mathematics/mdp/mdp-3.5.ebuild | 34 ----------------------------------
17 sci-mathematics/mdp/mdp-9999.ebuild | 33 ---------------------------------
18 sci-mathematics/mdp/metadata.xml | 23 -----------------------
19 4 files changed, 125 deletions(-)
20
21 diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild b/sci-mathematics/mdp/mdp-3.3.ebuild
22 deleted file mode 100644
23 index 509639188..000000000
24 --- a/sci-mathematics/mdp/mdp-3.3.ebuild
25 +++ /dev/null
26 @@ -1,35 +0,0 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 -# Distributed under the terms of the GNU General Public License v2
29 -
30 -EAPI=6
31 -
32 -PYTHON_COMPAT=( python3_{4,5} )
33 -
34 -inherit distutils-r1
35 -
36 -MY_P="${P/mdp/MDP}"
37 -MY_P="${MY_P/_rc/RC}"
38 -
39 -DESCRIPTION="Data processing framework in python"
40 -HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html"
41 -SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND=""
49 -RDEPEND="
50 - || (
51 - >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
52 - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
53 -)"
54 -
55 -S="${WORKDIR}/${MY_P}"
56 -
57 -python_test() {
58 - distutils_install_for_testing
59 - cd "${BUILD_DIR}" || die
60 - "${PYTHON}" -c "import mdp;mdp.test()" || die
61 -}
62
63 diff --git a/sci-mathematics/mdp/mdp-3.5.ebuild b/sci-mathematics/mdp/mdp-3.5.ebuild
64 deleted file mode 100644
65 index 6136fc36d..000000000
66 --- a/sci-mathematics/mdp/mdp-3.5.ebuild
67 +++ /dev/null
68 @@ -1,34 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
75 -
76 -inherit distutils-r1
77 -
78 -MY_P="${P/mdp/MDP}"
79 -MY_P="${MY_P/_rc/RC}"
80 -
81 -DESCRIPTION="Data processing framework in python"
82 -HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html"
83 -SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE=""
89 -
90 -DEPEND=""
91 -RDEPEND="|| (
92 - >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
93 - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
94 - )"
95 -
96 -S="${WORKDIR}/${MY_P}"
97 -
98 -python_test() {
99 - distutils_install_for_testing
100 - cd "${BUILD_DIR}" || die
101 - "${PYTHON}" -c "import mdp;mdp.test()" || die
102 -}
103
104 diff --git a/sci-mathematics/mdp/mdp-9999.ebuild b/sci-mathematics/mdp/mdp-9999.ebuild
105 deleted file mode 100644
106 index 9be3d648a..000000000
107 --- a/sci-mathematics/mdp/mdp-9999.ebuild
108 +++ /dev/null
109 @@ -1,33 +0,0 @@
110 -# Copyright 1999-2014 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=5
114 -
115 -PYTHON_COMPAT=( python{2_7,3_3} )
116 -
117 -inherit distutils-r1 git-r3
118 -
119 -MY_P="${P/mdp/MDP}"
120 -MY_P="${MY_P/_rc/RC}"
121 -
122 -DESCRIPTION="Modular data processing framework for python"
123 -HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html"
124 -SRC_URI=""
125 -EGIT_REPO_URI="git://github.com/mdp-toolkit/mdp-toolkit.git"
126 -
127 -LICENSE="GPL-2"
128 -SLOT="0"
129 -KEYWORDS=""
130 -IUSE=""
131 -
132 -DEPEND=""
133 -RDEPEND="|| (
134 - >=dev-python/numpy-1.1[${PYTHON_USEDEP}]
135 - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
136 - )"
137 -
138 -python_test() {
139 - distutils_install_for_testing
140 - cd "${BUILD_DIR}" || die
141 - "${PYTHON}" -c "import mdp;mdp.test()" || die
142 -}
143
144 diff --git a/sci-mathematics/mdp/metadata.xml b/sci-mathematics/mdp/metadata.xml
145 deleted file mode 100644
146 index 4a8c55d36..000000000
147 --- a/sci-mathematics/mdp/metadata.xml
148 +++ /dev/null
149 @@ -1,23 +0,0 @@
150 -<?xml version="1.0" encoding="UTF-8"?>
151 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
152 -<pkgmetadata>
153 - <maintainer type="person">
154 - <email>tim@××××××××.net</email>
155 - <name>Tim Cera</name>
156 - </maintainer>
157 - <maintainer type="project">
158 - <email>sci-mathematics@g.o</email>
159 - <name>Gentoo Mathematics Project</name>
160 - </maintainer>
161 - <longdescription lang="en">
162 -Modular toolkit for Data Processing (MDP) is a Python data processing
163 -framework. Implemented algorithms include: Principal Component Analysis
164 -(PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA),
165 -Independent Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor
166 -Analysis, Fisher Discriminant Analysis (FDA), Gaussian Classifiers, and
167 -Restricted Boltzmann Machines.
168 -</longdescription>
169 - <upstream>
170 - <remote-id type="sourceforge">mdp-toolkit</remote-id>
171 - </upstream>
172 -</pkgmetadata>