summaryrefslogtreecommitdiff
path: root/dev-python/ignore-python/ignore-python-0.3.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ignore-python/ignore-python-0.3.3.ebuild')
-rw-r--r--dev-python/ignore-python/ignore-python-0.3.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/ignore-python/ignore-python-0.3.3.ebuild b/dev-python/ignore-python/ignore-python-0.3.3.ebuild
index fbcac8a5e216..423c93e85be1 100644
--- a/dev-python/ignore-python/ignore-python-0.3.3.ebuild
+++ b/dev-python/ignore-python/ignore-python-0.3.3.ebuild
@@ -5,7 +5,9 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=(python3_{12..14})
+
+RUST_MIN_VER="1.85.0"
inherit cargo distutils-r1
@@ -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