diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-03-08 10:55:04 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-08 11:00:00 -0500 |
commit | 3f168be10ba9df76f9d0b5c09e820959f273063b (patch) | |
tree | ac0fac3bf3df7f8c5628af71ad7aa1487891c77b /dev-util/maturin/maturin-1.4.0.ebuild | |
parent | net-misc/nextcloud-client: add 3.12.1 (diff) | |
download | gentoo-3f168be10ba9df76f9d0b5c09e820959f273063b.tar.gz gentoo-3f168be10ba9df76f9d0b5c09e820959f273063b.tar.bz2 gentoo-3f168be10ba9df76f9d0b5c09e820959f273063b.zip |
dev-util/maturin: set DISTUTILS_EXT=1
At least for now anyway, have a bit of reserve given this has bit of
a loaded meaning and this does not build extensions -- but in reality
DISTUTILS_EXT is for "builds anything".
Closes: https://bugs.gentoo.org/926507
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/maturin/maturin-1.4.0.ebuild')
-rw-r--r-- | dev-util/maturin/maturin-1.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/maturin/maturin-1.4.0.ebuild b/dev-util/maturin/maturin-1.4.0.ebuild index 5acdc27779e6..3cf5c02fedec 100644 --- a/dev-util/maturin/maturin-1.4.0.ebuild +++ b/dev-util/maturin/maturin-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -427,6 +427,7 @@ CRATES_TEST=" windows_x86_64_msvc@0.36.1 windows_x86_64_msvc@0.48.0 " +DISTUTILS_EXT=1 #926507 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit cargo distutils-r1 edo shell-completion toolchain-funcs |