public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyamg/
Date: Mon, 28 Dec 2020 15:50:13 +0000 (UTC)	[thread overview]
Message-ID: <1609170594.dcf936a95ada57c565378424f9b81c2c9265b7d1.soap@gentoo> (raw)

commit:     dcf936a95ada57c565378424f9b81c2c9265b7d1
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 15:49:54 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 15:49:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf936a9

dev-python/pyamg: Remove old

Closes: https://github.com/gentoo/gentoo/pull/18761
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/pyamg/Manifest              |  1 -
 dev-python/pyamg/pyamg-3.2.1-r1.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pyamg/Manifest b/dev-python/pyamg/Manifest
index 27a0eed3b90..a1a195d6759 100644
--- a/dev-python/pyamg/Manifest
+++ b/dev-python/pyamg/Manifest
@@ -1,2 +1 @@
-DIST pyamg-3.2.1.tar.gz 765723 BLAKE2B 72c59c0fe93363f73d8ba4c6297920dd1ca8406b048cf0357baec5f2390bdb524421a35ef65e790be45b543e9e162067ee8f8f09327b464a4bc5c9cec368b003 SHA512 6be0dd068417389934ce97813321367920abf6f9f5e94ce2df8bd796edc797cedd492c9153b62466f7d68055a05821447dcf21578ccdfe3294766a49a9ac220e
 DIST pyamg-4.0.0.tar.gz 717171 BLAKE2B 16483d829e8a938359827ca8ebe3093c890685244125576e05220910b66e9aeec278472134d10c589e58dfbd363930cdd7ae13d16c9b9d54c1bd5250e66f4677 SHA512 cdd27834c12ef18f023e78b5b946c06bc2c35f73cf65fc4c76da2fab75f23466e6c1a4b3dccb8506be3ada7e0bafda38122d3d7315deebc7959d2e5300d9add1

diff --git a/dev-python/pyamg/pyamg-3.2.1-r1.ebuild b/dev-python/pyamg/pyamg-3.2.1-r1.ebuild
deleted file mode 100644
index cc9224f2094..00000000000
--- a/dev-python/pyamg/pyamg-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-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}]
-	dev-python/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
-}


             reply	other threads:[~2020-12-28 15:50 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 15:50 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-27 20:34 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyamg/ Arthur Zamarin
2024-06-27 12:40 Michał Górny
2023-11-13 14:49 Andrew Ammerlaan
2023-07-24 11:33 Michał Górny
2023-07-04  2:59 Michał Górny
2023-07-04  2:59 Michał Górny
2023-05-04 16:22 Michał Górny
2023-04-18  2:55 Michał Górny
2022-10-19  9:45 Andrew Ammerlaan
2022-06-05  5:40 Michał Górny
2022-04-16 15:36 Arthur Zamarin
2022-02-07  7:59 Michał Górny
2022-02-01 18:43 Arthur Zamarin
2021-12-22  6:06 Arthur Zamarin
2021-12-22  6:06 Arthur Zamarin
2021-12-21 20:43 Arthur Zamarin
2021-11-14  9:28 Michał Górny
2021-07-27 10:29 Andrew Ammerlaan
2020-12-29 10:11 David Seifert
2020-01-16  5:25 Michał Górny
2019-08-03 20:36 Alexey Shvetsov
2019-02-27  4:25 Aaron Bauman
2017-06-27  2:49 Sebastien Fabbro
2016-03-18 19:18 Sebastien Fabbro
2015-11-06 16:22 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609170594.dcf936a95ada57c565378424f9b81c2c9265b7d1.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox