summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-12 20:51:53 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-12 20:52:00 +0300
commit25c70122b1f67e934d5b1670ad4ab5764395a860 (patch)
tree888a1ea90e726f6007a2157ff62e1fc66e84813c /sci-mathematics/mlpy/mlpy-3.5.0.ebuild
parentapp-office/kexi: Restore accidentally dropped stable keywords (diff)
downloadgentoo-25c70122b1f67e934d5b1670ad4ab5764395a860.tar.gz
gentoo-25c70122b1f67e934d5b1670ad4ab5764395a860.tar.bz2
gentoo-25c70122b1f67e934d5b1670ad4ab5764395a860.zip
sci-mathematics/mlpy: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sci-mathematics/mlpy/mlpy-3.5.0.ebuild')
-rw-r--r--sci-mathematics/mlpy/mlpy-3.5.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/mlpy/mlpy-3.5.0.ebuild b/sci-mathematics/mlpy/mlpy-3.5.0.ebuild
deleted file mode 100644
index c25423df83a5..000000000000
--- a/sci-mathematics/mlpy/mlpy-3.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="High-performance Python library for predictive modeling"
-HOMEPAGE="https://mlpy.fbk.eu/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
- >=sci-libs/gsl-1.11
- >=dev-python/numpy-1.3[${PYTHON_USEDEP}]
- >=sci-libs/scipy-0.7[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_install_all() {
- distutils-r1_python_install_all
- if use doc; then
- pushd docs 2>/dev/null || die
- emake html
- dohtml -r build/html/*
- popd 2>/dev/null || die
- fi
-}