commit: df90a7ba1a228b78af05ef86817efbc1efd00e34 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 22 15:55:56 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 22 15:55:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df90a7ba
package.mask: Mask >=dev-python/hatchling-1.22 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index da1cc98203b8..024da3dc217e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,17 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-03-22) +# New versions of Hatchling counterintuitively ignore changes +# to pyproject.toml when PKG-INFO exists (i.e. when unpacking +# from sdist). Masked until upstream reaches final decision on how +# things are going to behave, and we add safety checks and/or hacks +# in the eclass. +# +# https://github.com/pypa/hatch/issues/1325 +# https://discuss.python.org/t/respecting-core-metadata-2-2-when-building-from-source-distributions/48886/5 +>=dev-python/hatchling-1.22 + # Hans de Graaff <[email protected]> (2024-03-22) # Broken with modern compilers, bug 884249. No longer maintained # upstream, last release 5 years ago. No reverse dependencies left. Use
