summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-29 09:52:10 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-29 09:52:10 +0100
commit58bbc6c53457dd60cf3946f01b8c512de96d62ba (patch)
tree5f738ebb8cc39f48c778de190ebb66c427f00810 /dev-python/pyamg/pyamg-2.2.1.ebuild
parentdev-python/progressbar2: Remove old (diff)
downloadgentoo-58bbc6c53457dd60cf3946f01b8c512de96d62ba.tar.gz
gentoo-58bbc6c53457dd60cf3946f01b8c512de96d62ba.tar.bz2
gentoo-58bbc6c53457dd60cf3946f01b8c512de96d62ba.zip
dev-python/pyamg: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyamg/pyamg-2.2.1.ebuild')
-rw-r--r--dev-python/pyamg/pyamg-2.2.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pyamg/pyamg-2.2.1.ebuild b/dev-python/pyamg/pyamg-2.2.1.ebuild
deleted file mode 100644
index 1ee8327ff82f..000000000000
--- a/dev-python/pyamg/pyamg-2.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Algebraic multigrid solvers in Python"
-HOMEPAGE="https://pyamg.github.io/ https://github.com/pyamg/pyamg"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-python_test() {
- distutils_install_for_testing
- cd "${T}" || die # need to be away source directory
- "${PYTHON}" "${S}"/test_pyamg_install.py || die
-}