commit: 146f24d50e966286d521b6d72e723f10c07dcd96
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:54:27 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:56:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146f24d5
dev-python/rustworkx: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/rustworkx/rustworkx-0.12.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/rustworkx/rustworkx-0.12.1.ebuild
b/dev-python/rustworkx/rustworkx-0.12.1.ebuild
index 68cf897bdafd..26bed25b4ab4 100644
--- a/dev-python/rustworkx/rustworkx-0.12.1.ebuild
+++ b/dev-python/rustworkx/rustworkx-0.12.1.ebuild
@@ -3,6 +3,10 @@
EAPI=8
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
CRATES="
ahash-0.7.6
autocfg-1.1.0
@@ -74,9 +78,6 @@ CRATES="
winapi-x86_64-pc-windows-gnu-0.4.0
"
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
inherit cargo distutils-r1
DESCRIPTION="A high performance Python graph library implemented in Rust"