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 <[email protected]> (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 <[email protected]> (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 via email to