commit: c97f8d9f22b6bd8eb1034c0a14e21624fd2ee7ae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 15 17:39:03 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 15 19:13:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97f8d9f
dev-python/nh3: Set RUST_MIN_VER Closes: https://bugs.gentoo.org/961537 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/nh3/nh3-0.3.0.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/nh3/nh3-0.3.0.ebuild b/dev-python/nh3/nh3-0.3.0.ebuild index 8a92deb9c292..90c150569f4d 100644 --- a/dev-python/nh3/nh3-0.3.0.ebuild +++ b/dev-python/nh3/nh3-0.3.0.ebuild @@ -3,6 +3,11 @@ EAPI=8 +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=maturin +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +RUST_MIN_VER="1.82.0" CRATES=" [email protected] [email protected] @@ -109,10 +114,6 @@ CRATES=" [email protected] " -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) - inherit cargo distutils-r1 pypi DESCRIPTION="Ammonia HTML sanitizer Python binding"
