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: profiles/
Date: Mon, 05 Jul 2021 22:54:22
Message-Id: 1625525648.df3362656ee02de793555426a1c373a248350482.mgorny@gentoo
1 commit: df3362656ee02de793555426a1c373a248350482
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 22:27:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 22:54:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df336265
7
8 package.mask: Last rite dev-python/unittest2 and other backports
9
10 Bug: https://bugs.gentoo.org/800698
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.deprecated | 6 ------
14 profiles/package.mask | 9 +++++++++
15 2 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/profiles/package.deprecated b/profiles/package.deprecated
18 index 26330052a95..2714c11fb22 100644
19 --- a/profiles/package.deprecated
20 +++ b/profiles/package.deprecated
21 @@ -17,12 +17,6 @@
22
23 #--- END OF EXAMPLES ---
24
25 -# Michał Górny <mgorny@g.o> (2021-07-05)
26 -# Backport for old versions of Python. Most of the revdeps are either
27 -# stale (i.e. package doesn't use it at all) or can be trivially sed-ed
28 -# into using the built-in unittest module.
29 -dev-python/unittest2
30 -
31 # Andreas K. Hüttel <dilfridge@g.o> (2021-06-11)
32 # gtk2. Nuff said. See HOMEPAGE, too.
33 dev-perl/Gtk2-SourceView2
34
35 diff --git a/profiles/package.mask b/profiles/package.mask
36 index fedbf2745ab..6fc6d8daefe 100644
37 --- a/profiles/package.mask
38 +++ b/profiles/package.mask
39 @@ -32,6 +32,15 @@
40
41 #--- END OF EXAMPLES ---
42
43 +# Michał Górny <mgorny@g.o> (2021-07-06)
44 +# Various Python 2-specific backports. All the reverse dependencies
45 +# (except for deps between these packages) have been eliminated.
46 +# Removal on 2021-08-05. Bug #800698.
47 +dev-python/contextlib2
48 +dev-python/linecache2
49 +dev-python/traceback2
50 +dev-python/unittest2
51 +
52 # Sergei Trofimovich <slyfox@g.o> (2021-07-05)
53 # The platform is outdated and not maintained anymore.
54 # Mask for removal in 30 days.