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/utmp/, profiles/
Date: Sun, 31 May 2020 10:17:40
Message-Id: 1590920237.0b364503c169bab10bd8055d5a1e54520c28e08f.mgorny@gentoo
1 commit: 0b364503c169bab10bd8055d5a1e54520c28e08f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:15:41 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:17:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b364503
7
8 dev-python/utmp: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719616
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/utmp/Manifest | 1 -
14 dev-python/utmp/metadata.xml | 11 -----------
15 dev-python/utmp/utmp-0.4.ebuild | 28 ----------------------------
16 profiles/package.mask | 5 -----
17 4 files changed, 45 deletions(-)
18
19 diff --git a/dev-python/utmp/Manifest b/dev-python/utmp/Manifest
20 deleted file mode 100644
21 index 57daced4cbf..00000000000
22 --- a/dev-python/utmp/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST utmp-0.4.tar.gz 4300 BLAKE2B 944b4e58158a26609b225534c26547bc751ab67752177fa8a6bb8d52ee123180b51b30fab5fed09e6e21d5e8f9d9b274122e3a03b1f936b6d521333dfb7f6fd9 SHA512 802345227a9de972a7ae1127a006aab6bb51e1a7e81772a58b9c19bee74c79c4f5219519743133e8c02b90f8a72f52e22ab668c8a78a898c00e0a9a147a68472
26
27 diff --git a/dev-python/utmp/metadata.xml b/dev-python/utmp/metadata.xml
28 deleted file mode 100644
29 index 53932d24b5e..00000000000
30 --- a/dev-python/utmp/metadata.xml
31 +++ /dev/null
32 @@ -1,11 +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 type="project">
37 - <email>python@g.o</email>
38 - <name>Python</name>
39 - </maintainer>
40 - <upstream>
41 - <remote-id type="pypi">utmp</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/utmp/utmp-0.4.ebuild b/dev-python/utmp/utmp-0.4.ebuild
46 deleted file mode 100644
47 index 040e8f075e9..00000000000
48 --- a/dev-python/utmp/utmp-0.4.ebuild
49 +++ /dev/null
50 @@ -1,28 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -
56 -PYTHON_COMPAT=( python3_6 )
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="utmp/wtmp reader"
61 -HOMEPAGE="https://pypi.org/project/utmp/ https://srcco.de/"
62 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63 -
64 -SLOT="0"
65 -LICENSE="Apache-2.0"
66 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
67 -IUSE=""
68 -
69 -RDEPEND="
70 - dev-python/six[${PYTHON_USEDEP}]
71 - !sys-apps/utempter"
72 -DEPEND="${RDEPEND}
73 - dev-python/setuptools[${PYTHON_USEDEP}]"
74 -
75 -python_prepare_all() {
76 - sed "s:'flake8'::g" -i setup.py || die
77 - distutils-r1_python_prepare_all
78 -}
79
80 diff --git a/profiles/package.mask b/profiles/package.mask
81 index d97bd990dd7..8c6a93f8e0b 100644
82 --- a/profiles/package.mask
83 +++ b/profiles/package.mask
84 @@ -287,11 +287,6 @@ dev-python/xstatic-patternfly-bootstrap-treeview
85 # Removal in 30 days. Bug #639520.
86 dev-python/versiontools
87
88 -# Michał Górny <mgorny@g.o> (2020-04-26)
89 -# Stuck on py3.6. Missing tests. No revdeps.
90 -# Removal in 30 days. Bug #719616.
91 -dev-python/utmp
92 -
93 # Michał Górny <mgorny@g.o> (2020-04-26)
94 # Unmaintained. Stuck on Python 3.6. No revdeps.
95 # Removal in 30 days. Bug #719604.