From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 653BD158041 for ; Fri, 8 Mar 2024 16:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A1FE29D2; Fri, 8 Mar 2024 16:00:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72626E29D2 for ; Fri, 8 Mar 2024 16:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CBC9335D6D for ; Fri, 8 Mar 2024 16:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B250A119 for ; Fri, 8 Mar 2024 16:00:15 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1709913600.3f168be10ba9df76f9d0b5c09e820959f273063b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maturin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maturin/maturin-1.4.0.ebuild dev-util/maturin/maturin-1.5.0.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3f168be10ba9df76f9d0b5c09e820959f273063b X-VCS-Branch: master Date: Fri, 8 Mar 2024 16:00:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9eeffc2-ea9c-4094-99bc-d54f3335abb9 X-Archives-Hash: 7f925069fcb376a58ab9b4af44eb60de commit: 3f168be10ba9df76f9d0b5c09e820959f273063b Author: Ionen Wolkens gentoo org> AuthorDate: Fri Mar 8 15:55:04 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Mar 8 16:00:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f168be1 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 gentoo.org> dev-util/maturin/maturin-1.4.0.ebuild | 3 ++- dev-util/maturin/maturin-1.5.0.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 diff --git a/dev-util/maturin/maturin-1.5.0.ebuild b/dev-util/maturin/maturin-1.5.0.ebuild index 32c85e5db2ac..869513291b7e 100644 --- a/dev-util/maturin/maturin-1.5.0.ebuild +++ b/dev-util/maturin/maturin-1.5.0.ebuild @@ -418,6 +418,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