dev-python/ignore-python: set RUST_MIN_VER and QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/974827
Closes: https://bugs.gentoo.org/974828
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-13 20:29:02 +03:00
parent f3b0d07791
commit e1ad655c9d

View File

@@ -7,6 +7,8 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=(python3_{12..14})
RUST_MIN_VER="1.85.0"
inherit cargo distutils-r1
DESCRIPTION="Rust ignore crate Python bindings"
@@ -23,6 +25,8 @@ LICENSE="MIT Unicode-3.0 Apache-2.0-with-LLVM-exceptions"
SLOT="0"
KEYWORDS="~amd64"
QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/ignore/ignore.*.so"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest