commit: 5808b5080739cb813fb6debc64ec178721e7c601 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 13:18:43 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 13:25:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5808b508
package.deprecated: Deprecate dev-python/unittest2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 89165cb699f..26330052a95 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,9 +17,11 @@ #--- END OF EXAMPLES --- -# Andreas K. Hüttel <[email protected]> (2021-06-30) -# Deprecated upstream, see HOMEPAGE -dev-perl/Mail-Sender +# 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.
