From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB084158287 for ; Wed, 14 May 2025 08:31:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 96E763434F8 for ; Wed, 14 May 2025 08:31:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 23B141103C0; Wed, 14 May 2025 08:31:16 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1B1901103C0 for ; Wed, 14 May 2025 08:31:16 +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 BD51234344A for ; Wed, 14 May 2025 08:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EDE82835 for ; Wed, 14 May 2025 08:31:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1747211450.5122a7df520a4e3bf05ac05cebe4b2145871c5d5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild X-VCS-Directories: dev-python/setuptools-rust/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5122a7df520a4e3bf05ac05cebe4b2145871c5d5 X-VCS-Branch: master Date: Wed, 14 May 2025 08:31:14 +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: ad1974f1-4244-4823-98cc-2261d28901d3 X-Archives-Hash: dbaa0c9a951dc9ba62b45e7c6cd1d12a commit: 5122a7df520a4e3bf05ac05cebe4b2145871c5d5 Author: Michał Górny gentoo org> AuthorDate: Wed May 14 08:18:14 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 14 08:30:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5122a7df dev-python/setuptools-rust: Enable py3.14 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild index 2967dcbdf606..b51a15fc82cb 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.11.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 CARGO_OPTIONAL=yes DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3_11 pypy3 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) CRATES=" autocfg@1.3.0 @@ -141,6 +141,8 @@ BDEPEND=" ) " +export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 + src_unpack() { cargo_src_unpack }