From c97f8d9f22b6bd8eb1034c0a14e21624fd2ee7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 15 Aug 2025 19:39:03 +0200 Subject: [PATCH] dev-python/nh3: Set RUST_MIN_VER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/961537 Signed-off-by: Michał Górny --- 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 8a92deb9c2920..90c150569f4d5 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=" aliasable@0.1.3 ammonia@4.1.1 @@ -109,10 +114,6 @@ CRATES=" zerovec@0.11.2 " -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"