diff options
author | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-29 09:52:10 +0100 |
commit | 58bbc6c53457dd60cf3946f01b8c512de96d62ba (patch) | |
tree | 5f738ebb8cc39f48c778de190ebb66c427f00810 /dev-python/pyamg/pyamg-3.0.2.ebuild | |
parent | dev-python/progressbar2: Remove old (diff) | |
download | gentoo-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-3.0.2.ebuild')
-rw-r--r-- | dev-python/pyamg/pyamg-3.0.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/pyamg/pyamg-3.0.2.ebuild b/dev-python/pyamg/pyamg-3.0.2.ebuild deleted file mode 100644 index 85a2cbc86214..000000000000 --- a/dev-python/pyamg/pyamg-3.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Algebraic multigrid solvers in Python" -HOMEPAGE="https://pyamg.org" -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 - nosetests --verbose pyamg || die -} |