commit: 7a6154db562d656b1a85ddb7a46c9797376ee648 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Sep 11 08:04:43 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Sep 11 08:04:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6154db
package.mask: Last rite dev-python/oset Bug: https://bugs.gentoo.org/81255 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c67ecc18645..f450700bba7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,14 @@ #--- END OF EXAMPLES --- +# Arthur Zamarin <[email protected]> (2021-09-11) +# No reverse dependencies. Implements ordered set, which was needed +# for the python 2.6 era, and since python 2.7 isn't needed and is +# builtin in the language. Upstream isn't active at all. +# No other distros package it anymore. +# Removal on 2021-10-11. Bug #812554 +dev-python/oset + # Arthur Zamarin <[email protected]> (2021-09-11) # No reverse dependencies. Has issues with porting to python 3.10. # Has known upstream issues with latest GitHub's markdown parsing.
