From 5e5957838e87a4a97682cebea339f682650cf380 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Mon, 3 Feb 2020 11:59:59 +0800 Subject: sci-mathematics/mdp: remove from tree. No maintenance since 2011. No updates since Python target 3.3. Bug: https://bugs.gentoo.org/707558 Signed-off-by: Benda Xu --- sci-mathematics/mdp/Manifest | 2 -- sci-mathematics/mdp/mdp-3.3.ebuild | 35 ----------------------------------- sci-mathematics/mdp/mdp-3.5.ebuild | 34 ---------------------------------- sci-mathematics/mdp/mdp-9999.ebuild | 33 --------------------------------- sci-mathematics/mdp/metadata.xml | 23 ----------------------- 5 files changed, 127 deletions(-) delete mode 100644 sci-mathematics/mdp/Manifest delete mode 100644 sci-mathematics/mdp/mdp-3.3.ebuild delete mode 100644 sci-mathematics/mdp/mdp-3.5.ebuild delete mode 100644 sci-mathematics/mdp/mdp-9999.ebuild delete mode 100644 sci-mathematics/mdp/metadata.xml (limited to 'sci-mathematics/mdp') diff --git a/sci-mathematics/mdp/Manifest b/sci-mathematics/mdp/Manifest deleted file mode 100644 index a1eb88b49..000000000 --- a/sci-mathematics/mdp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST MDP-3.3.tar.gz 471439 BLAKE2B f16d2075d325ebcfdb9c2628f6568f626f1b9ffe11874b62b878fef07bf557bab14e1912ea196c3b0a73b0eb73518c0d5fa854a593f5f1dddfdb663ffd36d027 SHA512 fdbecd38e86aae970c6091c3ff7cd8e576556bf449051e5d998852e294041587907acc0701d3415059da7aaac73c04803138a04c9990bcc2a168a8f6f83d91cf -DIST MDP-3.5.tar.gz 335420 BLAKE2B ea1a5d941af33220c4d03b4a70d70410b8d7d0ad4f541a1cb07914d745912a766013b551476ad4db39155a4ea998baa98d21f9db312e48434bbd7b622f10677c SHA512 5c4f6264ce566b65d4580bb38be711e93d764b7cf1c507df3e0f9efef23c93646a2ba8aab7de5c3f7c07bee16f9f4ebe1739a780c6dc966da48007d733747c58 diff --git a/sci-mathematics/mdp/mdp-3.3.ebuild b/sci-mathematics/mdp/mdp-3.3.ebuild deleted file mode 100644 index 509639188..000000000 --- a/sci-mathematics/mdp/mdp-3.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5} ) - -inherit distutils-r1 - -MY_P="${P/mdp/MDP}" -MY_P="${MY_P/_rc/RC}" - -DESCRIPTION="Data processing framework in python" -HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html" -SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=" - || ( - >=dev-python/numpy-1.1[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}] -)" - -S="${WORKDIR}/${MY_P}" - -python_test() { - distutils_install_for_testing - cd "${BUILD_DIR}" || die - "${PYTHON}" -c "import mdp;mdp.test()" || die -} diff --git a/sci-mathematics/mdp/mdp-3.5.ebuild b/sci-mathematics/mdp/mdp-3.5.ebuild deleted file mode 100644 index 6136fc36d..000000000 --- a/sci-mathematics/mdp/mdp-3.5.ebuild +++ /dev/null @@ -1,34 +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 - -MY_P="${P/mdp/MDP}" -MY_P="${MY_P/_rc/RC}" - -DESCRIPTION="Data processing framework in python" -HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html" -SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="|| ( - >=dev-python/numpy-1.1[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -python_test() { - distutils_install_for_testing - cd "${BUILD_DIR}" || die - "${PYTHON}" -c "import mdp;mdp.test()" || die -} diff --git a/sci-mathematics/mdp/mdp-9999.ebuild b/sci-mathematics/mdp/mdp-9999.ebuild deleted file mode 100644 index 9be3d648a..000000000 --- a/sci-mathematics/mdp/mdp-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3} ) - -inherit distutils-r1 git-r3 - -MY_P="${P/mdp/MDP}" -MY_P="${MY_P/_rc/RC}" - -DESCRIPTION="Modular data processing framework for python" -HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html" -SRC_URI="" -EGIT_REPO_URI="git://github.com/mdp-toolkit/mdp-toolkit.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="|| ( - >=dev-python/numpy-1.1[${PYTHON_USEDEP}] - >=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}] - )" - -python_test() { - distutils_install_for_testing - cd "${BUILD_DIR}" || die - "${PYTHON}" -c "import mdp;mdp.test()" || die -} diff --git a/sci-mathematics/mdp/metadata.xml b/sci-mathematics/mdp/metadata.xml deleted file mode 100644 index 4a8c55d36..000000000 --- a/sci-mathematics/mdp/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - tim@cerazone.net - Tim Cera - - - sci-mathematics@gentoo.org - Gentoo Mathematics Project - - -Modular toolkit for Data Processing (MDP) is a Python data processing -framework. Implemented algorithms include: Principal Component Analysis -(PCA), Independent Component Analysis (ICA), Slow Feature Analysis (SFA), -Independent Slow Feature Analysis (ISFA), Growing Neural Gas (GNG), Factor -Analysis, Fisher Discriminant Analysis (FDA), Gaussian Classifiers, and -Restricted Boltzmann Machines. - - - mdp-toolkit - - -- cgit v1.2.3-65-gdbad