Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyminuit/, profiles/
Date: Thu, 17 Sep 2020 22:20:36
Message-Id: 1600381207.b2980227174fe11bd227d565dfe1eb1fcc495785.bman@gentoo
1 commit: b2980227174fe11bd227d565dfe1eb1fcc495785
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 22:16:43 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 22:20:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2980227
7
8 package.mask: drop last-rited dev-python/pyminuit
9
10 Closes: https://bugs.gentoo.org/719422
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/pyminuit/Manifest | 2 --
14 dev-python/pyminuit/metadata.xml | 8 ------
15 dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild | 40 ----------------------------
16 profiles/package.mask | 6 -----
17 4 files changed, 56 deletions(-)
18
19 diff --git a/dev-python/pyminuit/Manifest b/dev-python/pyminuit/Manifest
20 deleted file mode 100644
21 index 4b1cbf9cc30..00000000000
22 --- a/dev-python/pyminuit/Manifest
23 +++ /dev/null
24 @@ -1,2 +0,0 @@
25 -DIST Minuit-1_7_9-patch1.tar.gz 430753 BLAKE2B 19c19177a19aa4af27e3feac9df7c526e6536a7e4fad45c94b83b5080e2286e26949bdd5055da298156c3468aced288b5e38d989d00cf93a07d7ad15f111da65 SHA512 741ded2e6e999e8edf1e067ce9c2583784f6c1a7e34709430074d1f312de3a5815249466fe0a1c5be0a2f77932f34cbdb4bd1eb9de1b3528223711f26cbc65b9
26 -DIST pyminuit-1.2.1.tgz 17099 BLAKE2B 9cefc9e59896d82cb7efd39085ab117a57b874bdae9ecc43fa2011b3148538fc3eeca0f086fae0d7b00cc654ff14edd9d63649ea71be35a795236bbe96c0e2a1 SHA512 b5bd954288d57a6c043e336ddb62a42cd4e6cc340847fbd700573db288c4404ef80a86a76b3c4e458913cd73b08ea97b20a4e411043a6ce826d9d88ee54fbe1f
27
28 diff --git a/dev-python/pyminuit/metadata.xml b/dev-python/pyminuit/metadata.xml
29 deleted file mode 100644
30 index 55d260b1d5c..00000000000
31 --- a/dev-python/pyminuit/metadata.xml
32 +++ /dev/null
33 @@ -1,8 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <!--maintainer-needed-->
38 - <upstream>
39 - <remote-id type="github">jpivarski/pyminuit</remote-id>
40 - </upstream>
41 -</pkgmetadata>
42
43 diff --git a/dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild b/dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild
44 deleted file mode 100644
45 index 7a244d8663e..00000000000
46 --- a/dev-python/pyminuit/pyminuit-1.2.1-r1.ebuild
47 +++ /dev/null
48 @@ -1,40 +0,0 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -PYTHON_COMPAT=( python3_6 )
55 -
56 -inherit distutils-r1 flag-o-matic
57 -
58 -DESCRIPTION="Minuit numerical function minimization in Python"
59 -HOMEPAGE="https://github.com/jpivarski/pyminuit"
60 -SRC_URI="
61 - https://pyminuit.googlecode.com/files/${P}.tgz
62 - https://pyminuit.googlecode.com/files/Minuit-1_7_9-patch1.tar.gz
63 - "
64 -
65 -SLOT="0"
66 -LICENSE="GPL-2"
67 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
68 -IUSE=""
69 -
70 -S="${WORKDIR}"/${PN}
71 -
72 -src_configure() {
73 - cd "${WORKDIR}"/Minuit-1_7_9 || die
74 - econf --disable-static
75 -}
76 -
77 -src_compile() {
78 - cd "${WORKDIR}"/Minuit-1_7_9 || die
79 - emake
80 - cd "${S}" || die
81 - distutils-r1_src_compile
82 -}
83 -
84 -python_install_all() {
85 - cd "${WORKDIR}"/Minuit-1_7_9 || die
86 - default
87 - distutils-r1_python_install_all
88 -}
89
90 diff --git a/profiles/package.mask b/profiles/package.mask
91 index 768385bbf18..e7f625dca6b 100644
92 --- a/profiles/package.mask
93 +++ b/profiles/package.mask
94 @@ -627,12 +627,6 @@ dev-ada/gps
95 # Bug #735902.
96 dev-haskell/frown
97
98 -# Michał Górny <mgorny@g.o> (2020-08-16)
99 -# Unmaintained. Not ported to py3.7. Not bumped since introduction
100 -# in 2015.
101 -# Removal in 30 days. Bug #719422.
102 -dev-python/pyminuit
103 -
104 # Michał Górny <mgorny@g.o> (2020-08-16)
105 # Unmaintained. Not ported to py3.7. 'blocks' is a snapshot from 2013,
106 # last activity in 2014. It is the only revdep of 'maintboot'.