commit: 098aed918d64a88de1a8627cbd0f205636d28876 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 07:59:21 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 08:03:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098aed91
package.mask: Last rite dev-python/typed-ast Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index e720a5fe2c71..f6f9bd730ef9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2023-07-05) +# Discontinued in favor of built-in `ast` module on all supported +# versions of Python. No revdeps left. +# Removal on 2023-08-04. +dev-python/typed-ast + # Sam James <[email protected]> (2023-07-05) # Doesn't install all needed files by e.g. kernelshark. # Need to either split into libtracecmd for the libraries or revert to Makefiles.
