commit: ab4dd1c745d68c77069d6c5e8b4a08f23d815ee1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 10:38:46 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 10:38:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4dd1c7
package.deprecated: Add dev-python/toml Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index e8321b3e1961..72099fbdd577 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-10-14) +# The toml package is unmaintained (last release in 2020) and does not +# implement TOML 1.0. The recommended alternatives include the built-in +# tomllib module, dev-python/tomli, dev-python/tomli-w +# and dev-python/tomlkit. Please consult Guide for porting tips: +# https://projects.gentoo.org/python/guide/porting.html#replacing-the-toml-package +dev-python/toml + # Petr Vaněk <[email protected]> (2022-10-06) # Obsolete virtual. # Only one provider is left (net-libs/c-client), please change dependency to
