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 D5951158041 for ; Fri, 8 Mar 2024 21:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC10EE29C4; Fri, 8 Mar 2024 21:31:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 874C1E29C4 for ; Fri, 8 Mar 2024 21:31:07 +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 71DAF335DEB for ; Fri, 8 Mar 2024 21:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AED310B0 for ; Fri, 8 Mar 2024 21:31:04 +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: <1709933350.639497d71909d8627acd872df09c553217c1e3e9.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.5.0.ebuild X-VCS-Directories: dev-util/maturin/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 639497d71909d8627acd872df09c553217c1e3e9 X-VCS-Branch: master Date: Fri, 8 Mar 2024 21:31:04 +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: 5574735f-648e-42fb-b26b-c18f7d3cf26a X-Archives-Hash: 9c9a3238665ae4a29063d7fe240e1cba commit: 639497d71909d8627acd872df09c553217c1e3e9 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Mar 8 18:44:41 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Mar 8 21:29:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639497d7 dev-util/maturin: cleanup leftover passing of unused array Signed-off-by: Ionen Wolkens gentoo.org> dev-util/maturin/maturin-1.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/maturin/maturin-1.5.0.ebuild b/dev-util/maturin/maturin-1.5.0.ebuild index d18df31e0dcc..086b566074c4 100644 --- a/dev-util/maturin/maturin-1.5.0.ebuild +++ b/dev-util/maturin/maturin-1.5.0.ebuild @@ -418,7 +418,6 @@ CRATES_TEST=" windows_x86_64_msvc@0.36.1 windows_x86_64_msvc@0.48.0 " - DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit cargo distutils-r1 shell-completion toolchain-funcs @@ -496,11 +495,13 @@ src_configure() { password-storage $(usev ssl native-tls) ) - cargo_src_configure "${cargoargs[@]}" + + cargo_src_configure } python_compile_all() { cargo_src_compile + use !doc || mdbook build -d html guide || die if ! tc-is-cross-compiler; then