From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyminuit/, profiles/
Date: Thu, 17 Sep 2020 22:20:29 +0000 (UTC) [thread overview]
Message-ID: <1600381207.b2980227174fe11bd227d565dfe1eb1fcc495785.bman@gentoo> (raw)
commit: b2980227174fe11bd227d565dfe1eb1fcc495785
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 22:16:43 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 22:20:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2980227
package.mask: drop last-rited dev-python/pyminuit
Closes: https://bugs.gentoo.org/719422
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/pyminuit/Manifest | 2 --
dev-python/pyminuit/metadata.xml | 8 ------
dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild | 40 ----------------------------
profiles/package.mask | 6 -----
4 files changed, 56 deletions(-)
diff --git a/dev-python/pyminuit/Manifest b/dev-python/pyminuit/Manifest
deleted file mode 100644
index 4b1cbf9cc30..00000000000
--- a/dev-python/pyminuit/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST Minuit-1_7_9-patch1.tar.gz 430753 BLAKE2B 19c19177a19aa4af27e3feac9df7c526e6536a7e4fad45c94b83b5080e2286e26949bdd5055da298156c3468aced288b5e38d989d00cf93a07d7ad15f111da65 SHA512 741ded2e6e999e8edf1e067ce9c2583784f6c1a7e34709430074d1f312de3a5815249466fe0a1c5be0a2f77932f34cbdb4bd1eb9de1b3528223711f26cbc65b9
-DIST pyminuit-1.2.1.tgz 17099 BLAKE2B 9cefc9e59896d82cb7efd39085ab117a57b874bdae9ecc43fa2011b3148538fc3eeca0f086fae0d7b00cc654ff14edd9d63649ea71be35a795236bbe96c0e2a1 SHA512 b5bd954288d57a6c043e336ddb62a42cd4e6cc340847fbd700573db288c4404ef80a86a76b3c4e458913cd73b08ea97b20a4e411043a6ce826d9d88ee54fbe1f
diff --git a/dev-python/pyminuit/metadata.xml b/dev-python/pyminuit/metadata.xml
deleted file mode 100644
index 55d260b1d5c..00000000000
--- a/dev-python/pyminuit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <upstream>
- <remote-id type="github">jpivarski/pyminuit</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild b/dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild
deleted file mode 100644
index 7a244d8663e..00000000000
--- a/dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Minuit numerical function minimization in Python"
-HOMEPAGE="https://github.com/jpivarski/pyminuit"
-SRC_URI="
- https://pyminuit.googlecode.com/files/${P}.tgz
- https://pyminuit.googlecode.com/files/Minuit-1_7_9-patch1.tar.gz
- "
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"/${PN}
-
-src_configure() {
- cd "${WORKDIR}"/Minuit-1_7_9 || die
- econf --disable-static
-}
-
-src_compile() {
- cd "${WORKDIR}"/Minuit-1_7_9 || die
- emake
- cd "${S}" || die
- distutils-r1_src_compile
-}
-
-python_install_all() {
- cd "${WORKDIR}"/Minuit-1_7_9 || die
- default
- distutils-r1_python_install_all
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 768385bbf18..e7f625dca6b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -627,12 +627,6 @@ dev-ada/gps
# Bug #735902.
dev-haskell/frown
-# Michał Górny <mgorny@gentoo.org> (2020-08-16)
-# Unmaintained. Not ported to py3.7. Not bumped since introduction
-# in 2015.
-# Removal in 30 days. Bug #719422.
-dev-python/pyminuit
-
# Michał Górny <mgorny@gentoo.org> (2020-08-16)
# Unmaintained. Not ported to py3.7. 'blocks' is a snapshot from 2013,
# last activity in 2014. It is the only revdep of 'maintboot'.
reply other threads:[~2020-09-17 22:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1600381207.b2980227174fe11bd227d565dfe1eb1fcc495785.bman@gentoo \
--to=bman@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