summaryrefslogtreecommitdiff
path: root/dev-python/rustworkx/rustworkx-0.12.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-04 23:29:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-04 23:29:09 +0100
commit6f57e716c7968def6387f9db258e883125bab84f (patch)
tree1d3f720f107f7577200cfa215fde87643c8ced16 /dev-python/rustworkx/rustworkx-0.12.1.ebuild
parent7dfa73123ca5218ae5f5cf878a90db9ea9a25321 (diff)
gentoo auto-resync : 04:05:2023 - 23:29:09
Diffstat (limited to 'dev-python/rustworkx/rustworkx-0.12.1.ebuild')
-rw-r--r--dev-python/rustworkx/rustworkx-0.12.1.ebuild7
1 files 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"