mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user