From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFA0B158086 for ; Sun, 14 Nov 2021 09:29:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CBA52BC170; Sun, 14 Nov 2021 09:28:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E3FA2BC170 for ; Sun, 14 Nov 2021 09:28:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 676DC3434D9 for ; Sun, 14 Nov 2021 09:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09180175 for ; Sun, 14 Nov 2021 09:28:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1636882106.d0675ef08b48e764727cc2a7591f00cfeebbe118.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyamg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyamg/Manifest dev-python/pyamg/pyamg-4.0.0.ebuild X-VCS-Directories: dev-python/pyamg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d0675ef08b48e764727cc2a7591f00cfeebbe118 X-VCS-Branch: master Date: Sun, 14 Nov 2021 09:28:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 97bd1974-2e29-437d-82aa-1340c1368882 X-Archives-Hash: bc690c3839998077a95d71b352d23821 commit: d0675ef08b48e764727cc2a7591f00cfeebbe118 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 14 09:23:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 14 09:28:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0675ef0 dev-python/pyamg: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyamg/Manifest | 1 - dev-python/pyamg/pyamg-4.0.0.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/pyamg/Manifest b/dev-python/pyamg/Manifest index 8c133042a3f8..22582d7589e1 100644 --- a/dev-python/pyamg/Manifest +++ b/dev-python/pyamg/Manifest @@ -1,2 +1 @@ -DIST pyamg-4.0.0.tar.gz 717171 BLAKE2B 16483d829e8a938359827ca8ebe3093c890685244125576e05220910b66e9aeec278472134d10c589e58dfbd363930cdd7ae13d16c9b9d54c1bd5250e66f4677 SHA512 cdd27834c12ef18f023e78b5b946c06bc2c35f73cf65fc4c76da2fab75f23466e6c1a4b3dccb8506be3ada7e0bafda38122d3d7315deebc7959d2e5300d9add1 DIST pyamg-4.1.0.tar.gz 749906 BLAKE2B 31c05d64317b32cbdbd616e982557f0a94bc17b2fce3d982fe93e629d56ad526516603032b3cba9785bf5ebed038481ae641f55a5a1ad621442dde08791981cb SHA512 311642cbbe8dca621cb58bebb1bb05b7dc7b2364713886df96937ba56575137bcb4fb7006a232d2c14380cd41f4337f6f09a8a9794e279a155f27287497d2b08 diff --git a/dev-python/pyamg/pyamg-4.0.0.ebuild b/dev-python/pyamg/pyamg-4.0.0.ebuild deleted file mode 100644 index 696dafcb6a84..000000000000 --- a/dev-python/pyamg/pyamg-4.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..9} ) -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" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pybind11[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}]" -# cannot be enabled by "distutils_enable_tests pytest" -BDEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -distutils_enable_tests setup.py - -PATCHES=( "${FILESDIR}"/${P}-test.patch )