diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:54:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:56:36 +0200 |
commit | 146f24d50e966286d521b6d72e723f10c07dcd96 (patch) | |
tree | 287b67e506d690dad6f55406d2de0ea4fd22f6d1 /dev-python/rustworkx | |
parent | dev-python/rtimulib: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-146f24d50e966286d521b6d72e723f10c07dcd96.tar.gz gentoo-146f24d50e966286d521b6d72e723f10c07dcd96.tar.bz2 gentoo-146f24d50e966286d521b6d72e723f10c07dcd96.zip |
dev-python/rustworkx: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rustworkx')
-rw-r--r-- | dev-python/rustworkx/rustworkx-0.12.1.ebuild | 7 |
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" |