commit: 6bccdb743d0af4c79eab58d40689075dd6d6ecd1 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 11:46:22 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 11:47:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bccdb74
profiles: mask ~dev-util/maturin-1.8.0 Bug: https://bugs.gentoo.org/947209 Closes: https://bugs.gentoo.org/946966 Closes: https://bugs.gentoo.org/947040 Closes: https://bugs.gentoo.org/947166 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 133314253abe..1fbf47b38778 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens <[email protected]> (2024-12-30) +# No "real" problem with this version, but it intentionally aborts if +# it fails to find a defined version in pyproject.toml (that should +# exist). While this is something upstreams should fix, maturin +# intends to downgrade this from an error to a warning in the next +# version[1] and so there is little need for downstream to worry about +# this in the interim. Bug #946966, #947040, #947166, #947209 +# [1] https://github.com/PyO3/maturin/issues/2416 +~dev-util/maturin-1.8.0 + # Michał Górny <[email protected]> (2024-12-29) # As of 3.1.0, upstream has removed all mocking and made it impossible # to test the package locally. As such, we cannot maintain it going
