Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paramunittest/, profiles/
Date: Sun, 31 May 2020 10:07:55
Message-Id: 1590919623.5b948583b879100eacc2452819e1327ea3aeff5f.mgorny@gentoo
1 commit: 5b948583b879100eacc2452819e1327ea3aeff5f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:04:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:07:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b948583
7
8 dev-python/paramunittest: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719296
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/paramunittest/Manifest | 1 -
14 dev-python/paramunittest/metadata.xml | 9 ---------
15 dev-python/paramunittest/paramunittest-0.2.ebuild | 23 -----------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 38 deletions(-)
18
19 diff --git a/dev-python/paramunittest/Manifest b/dev-python/paramunittest/Manifest
20 deleted file mode 100644
21 index c5a7098637b..00000000000
22 --- a/dev-python/paramunittest/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST ParamUnittest-0.2.tar.gz 2482 BLAKE2B 13d7de57fe0f3747fa5a8bdf2654a16b18c56d74545d05cfd8288fd902f43fec3c7c73d7528c1b3ada7e280e95b72855c14ac6e6d7419280197258eed2592a52 SHA512 ad39def15e5983ebe6b018b10f966b7f83085facccc50e71010f88b8bcfdb704e889ce021535b2e4dd84bc1ae413088e7c028990d934d4fe28d3186b4b01a3b7
26
27 diff --git a/dev-python/paramunittest/metadata.xml b/dev-python/paramunittest/metadata.xml
28 deleted file mode 100644
29 index d4840cc0a39..00000000000
30 --- a/dev-python/paramunittest/metadata.xml
31 +++ /dev/null
32 @@ -1,9 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!--maintainer-needed-->
37 - <upstream>
38 - <remote-id type="pypi">ParamUnittest</remote-id>
39 - <remote-id type="github">rik0/ParamUnittest</remote-id>
40 - </upstream>
41 -</pkgmetadata>
42
43 diff --git a/dev-python/paramunittest/paramunittest-0.2.ebuild b/dev-python/paramunittest/paramunittest-0.2.ebuild
44 deleted file mode 100644
45 index c02fce856a0..00000000000
46 --- a/dev-python/paramunittest/paramunittest-0.2.ebuild
47 +++ /dev/null
48 @@ -1,23 +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 -PYTHON_COMPAT=( python3_6 )
54 -
55 -inherit distutils-r1
56 -
57 -MY_PN=ParamUnittest
58 -
59 -DESCRIPTION="Simple extension to have parametrized unit tests."
60 -HOMEPAGE="https://github.com/rik0/ParamUnittest"
61 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
62 -
63 -S="${WORKDIR}/${MY_PN}-${PV}"
64 -
65 -LICENSE="BSD"
66 -SLOT="0"
67 -KEYWORDS="~amd64 ~x86"
68 -IUSE=""
69 -
70 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71 -RDEPEND=""
72
73 diff --git a/profiles/package.mask b/profiles/package.mask
74 index a7824071aac..4dae21341d3 100644
75 --- a/profiles/package.mask
76 +++ b/profiles/package.mask
77 @@ -389,11 +389,6 @@ dev-python/dap
78 # Removal in 30 days. Bug #719298.
79 dev-python/parsley
80
81 -# Michał Górny <mgorny@g.o> (2020-04-24)
82 -# Unmaintained. Stuck at py3.6. Missing tests. No revdeps.
83 -# Removal in 30 days. Bug #719296.
84 -dev-python/paramunittest
85 -
86 # Michał Górny <mgorny@g.o> (2020-04-22)
87 # Effectively unmaintained and stuck on Python 3.6.
88 #