diff options
| author | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-05-31 17:23:40 -0500 |
| commit | f953dc70343485250b836ad157649aaad47ac5bc (patch) | |
| tree | e3634b454cf48f10ce9f8d12f10e60ad0a749239 /dev-python/ignore-python/ignore-python-0.3.3.ebuild | |
| parent | 5e07081cf4f5afaef79409b430a018b1daec073e (diff) | |
| download | baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.gz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.tar.xz baldeagleos-repo-f953dc70343485250b836ad157649aaad47ac5bc.zip | |
Adding metadata
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.ebuild | 6 |
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 |
