commit: df3362656ee02de793555426a1c373a248350482 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 22:27:01 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 22:54:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df336265
package.mask: Last rite dev-python/unittest2 and other backports Bug: https://bugs.gentoo.org/800698 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 6 ------ profiles/package.mask | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 26330052a95..2714c11fb22 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,12 +17,6 @@ #--- END OF EXAMPLES --- -# Michał Górny <[email protected]> (2021-07-05) -# Backport for old versions of Python. Most of the revdeps are either -# stale (i.e. package doesn't use it at all) or can be trivially sed-ed -# into using the built-in unittest module. -dev-python/unittest2 - # Andreas K. Hüttel <[email protected]> (2021-06-11) # gtk2. Nuff said. See HOMEPAGE, too. dev-perl/Gtk2-SourceView2 diff --git a/profiles/package.mask b/profiles/package.mask index fedbf2745ab..6fc6d8daefe 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2021-07-06) +# Various Python 2-specific backports. All the reverse dependencies +# (except for deps between these packages) have been eliminated. +# Removal on 2021-08-05. Bug #800698. +dev-python/contextlib2 +dev-python/linecache2 +dev-python/traceback2 +dev-python/unittest2 + # Sergei Trofimovich <[email protected]> (2021-07-05) # The platform is outdated and not maintained anymore. # Mask for removal in 30 days.
