commit: e5a108f05dc4c4be567b9432289b08d501b134f9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 16 12:03:50 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 16 12:04:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a108f0
package.mask: Last rite dev-python/toml Bug: https://bugs.gentoo.org/878651 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2c426e64811e..f417b092a435 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2023-05-16) +# Unmaintained since 2020. Does not implement TOML 1.0, buggy. +# Alternatives include built-in tomllib module (Python 3.11+), +# dev-python/tomli along with dev-python/tomli-w, dev-python/tomlkit. +# Removal on 2023-06-15. Bug #878651. +dev-python/toml + # David Seifert <[email protected]> (2023-05-14) # QA and build issues, EAPI 6, no proper releases, no other # distro packages this. Removal on 2023-06-13. Bug #713794, #872539.
