commit:     46a5a8dee160f432d92118086ccf29dd248f08f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 11:19:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 11:33:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a5a8de

dev-python/pyamg: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyamg/Manifest           |  1 -
 dev-python/pyamg/pyamg-5.0.0.ebuild | 50 -------------------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-python/pyamg/Manifest b/dev-python/pyamg/Manifest
index fe66b09731cc..1228f683422a 100644
--- a/dev-python/pyamg/Manifest
+++ b/dev-python/pyamg/Manifest
@@ -1,2 +1 @@
-DIST pyamg-5.0.0.gh.tar.gz 4132243 BLAKE2B 
72630feb399653566c32ece3aad52f7e7634418c607ff8a4cc84aa1f5a378ef27b0b954e2ed1e52a9cb74a26a3b0c30ca3b0c25469ad4a7001dd5dc0b6a2a535
 SHA512 
c601e93dbc805f56aa976e5e32c80ae8307022736f29d1d28c5646e814d0c3684b1241f0d8953a2c47ba372107c013e9421d49997340887c0dc92d7c0a56dea7
 DIST pyamg-5.0.1.gh.tar.gz 4132815 BLAKE2B 
578a8b1ff7eb627698ba1f0fc2483c614bf73b38b0f38ba11264a3754d5d6e24dd09b818e42d059e7efc18300bb7eb0f661c8ad9e874fcb4d316c5dcebce27df
 SHA512 
d04291854840bbf349cb7b73a392bf3d043f8db88ed1070e8689d45803c8544470d09c2eb268d57ac994e59b99b3f42c8350f1e3612600069c2b93f65ceb659f

diff --git a/dev-python/pyamg/pyamg-5.0.0.ebuild 
b/dev-python/pyamg/pyamg-5.0.0.ebuild
deleted file mode 100644
index 5bb7822705bf..000000000000
--- a/dev-python/pyamg/pyamg-5.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Algebraic multigrid solvers in Python"
-HOMEPAGE="
-       https://www.pyamg.org/
-       https://github.com/pyamg/pyamg/
-       https://pypi.org/project/pyamg/
-"
-SRC_URI="
-       https://github.com/pyamg/pyamg/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       dev-python/pybind11[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-"
-RDEPEND="
-       dev-python/CppHeaderParser[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       ${DEPEND}
-       >=dev-python/setuptools-scm-7.0.0[${PYTHON_USEDEP}]
-       test? (
-               dev-python/matplotlib[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-       cd "${T}" || die
-       epytest --pyargs pyamg
-}

Reply via email to