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 4BACF158074 for ; Sun, 29 Jun 2025 14:26:18 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 372F6341E79 for ; Sun, 29 Jun 2025 14:26:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5DF39110563; Sun, 29 Jun 2025 14:26:03 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 525E8110563 for ; Sun, 29 Jun 2025 14:26:03 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F012C341D6C for ; Sun, 29 Jun 2025 14:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F2D2B24 for ; Sun, 29 Jun 2025 14:26:00 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1751207104.377f7c52c5f58f40315b81cbe355ff56a13fe8fa.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/python/metadata.xml dev-lang/python/python-3.10.17_p2.ebuild dev-lang/python/python-3.10.18.ebuild dev-lang/python/python-3.11.12_p2.ebuild dev-lang/python/python-3.11.13.ebuild dev-lang/python/python-3.12.10_p2.ebuild dev-lang/python/python-3.12.11.ebuild dev-lang/python/python-3.13.3_p2.ebuild dev-lang/python/python-3.13.4.ebuild dev-lang/python/python-3.9.22_p2.ebuild dev-lang/python/python-3.9.23.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 377f7c52c5f58f40315b81cbe355ff56a13fe8fa X-VCS-Branch: master Date: Sun, 29 Jun 2025 14:26:00 +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: 5848bd9a-76b7-45f5-a950-94139f5bad0f X-Archives-Hash: 5a6fe10bc706af1b1fde86266c17b08c commit: 377f7c52c5f58f40315b81cbe355ff56a13fe8fa Author: orbea riseup net> AuthorDate: Sun Jun 29 14:25:04 2025 +0000 Commit: orbea riseup net> CommitDate: Sun Jun 29 14:25:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=377f7c52 dev-lang/python: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/python/metadata.xml | 12 ++++++++---- dev-lang/python/python-3.10.17_p2.ebuild | 1 - dev-lang/python/python-3.10.18.ebuild | 1 - dev-lang/python/python-3.11.12_p2.ebuild | 1 - dev-lang/python/python-3.11.13.ebuild | 1 - dev-lang/python/python-3.12.10_p2.ebuild | 1 - dev-lang/python/python-3.12.11.ebuild | 1 - dev-lang/python/python-3.13.3_p2.ebuild | 1 - dev-lang/python/python-3.13.4.ebuild | 1 - dev-lang/python/python-3.9.22_p2.ebuild | 1 - dev-lang/python/python-3.9.23.ebuild | 1 - 11 files changed, 8 insertions(+), 14 deletions(-) diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml index 22ce986..2721a86 100644 --- a/dev-lang/python/metadata.xml +++ b/dev-lang/python/metadata.xml @@ -17,15 +17,16 @@ Enable experimental Just-In-Time compilation support. - - Link readline extension against dev-libs/libedit - instead of sys-libs/readline - Optimize the build using Profile Guided Optimization (PGO) by running Python's test suite and collecting statistics based on its performance. This will take longer to build. + + Enable the tail call interpreter. May lead to better + performance but is still new and dependent on latest + toolchain versions (Clang 19, GCC 15). + Disable pymalloc when running under dev-debug/valgrind is detected (may incur minor @@ -37,6 +38,9 @@ + https://github.com/python/cpython/issues + https://docs.python.org/3/whatsnew/ + https://docs.python.org cpe:/a:python:python python/cpython diff --git a/dev-lang/python/python-3.10.17_p2.ebuild b/dev-lang/python/python-3.10.17_p2.ebuild index 41f318b..faf9ac0 100644 --- a/dev-lang/python/python-3.10.17_p2.ebuild +++ b/dev-lang/python/python-3.10.17_p2.ebuild @@ -381,7 +381,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.10.18.ebuild b/dev-lang/python/python-3.10.18.ebuild index fca80c7..e907a98 100644 --- a/dev-lang/python/python-3.10.18.ebuild +++ b/dev-lang/python/python-3.10.18.ebuild @@ -381,7 +381,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.11.12_p2.ebuild b/dev-lang/python/python-3.11.12_p2.ebuild index dfb146d..606361a 100644 --- a/dev-lang/python/python-3.11.12_p2.ebuild +++ b/dev-lang/python/python-3.11.12_p2.ebuild @@ -387,7 +387,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.11.13.ebuild b/dev-lang/python/python-3.11.13.ebuild index c3fde5e..8e3fd4f 100644 --- a/dev-lang/python/python-3.11.13.ebuild +++ b/dev-lang/python/python-3.11.13.ebuild @@ -387,7 +387,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.12.10_p2.ebuild b/dev-lang/python/python-3.12.10_p2.ebuild index c9f64ae..dd75c17 100644 --- a/dev-lang/python/python-3.12.10_p2.ebuild +++ b/dev-lang/python/python-3.12.10_p2.ebuild @@ -388,7 +388,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.12.11.ebuild b/dev-lang/python/python-3.12.11.ebuild index 307bedd..36e681d 100644 --- a/dev-lang/python/python-3.12.11.ebuild +++ b/dev-lang/python/python-3.12.11.ebuild @@ -388,7 +388,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.13.3_p2.ebuild b/dev-lang/python/python-3.13.3_p2.ebuild index 12f61f5..5fc982e 100644 --- a/dev-lang/python/python-3.13.3_p2.ebuild +++ b/dev-lang/python/python-3.13.3_p2.ebuild @@ -411,7 +411,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.13.4.ebuild b/dev-lang/python/python-3.13.4.ebuild index e8a55d3..d250655 100644 --- a/dev-lang/python/python-3.13.4.ebuild +++ b/dev-lang/python/python-3.13.4.ebuild @@ -411,7 +411,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.9.22_p2.ebuild b/dev-lang/python/python-3.9.22_p2.ebuild index 9b27387..7e48733 100644 --- a/dev-lang/python/python-3.9.22_p2.ebuild +++ b/dev-lang/python/python-3.9.22_p2.ebuild @@ -317,7 +317,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions diff --git a/dev-lang/python/python-3.9.23.ebuild b/dev-lang/python/python-3.9.23.ebuild index 957a3a3..225d04b 100644 --- a/dev-lang/python/python-3.9.23.ebuild +++ b/dev-lang/python/python-3.9.23.ebuild @@ -317,7 +317,6 @@ src_configure() { --enable-ipv6 --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' - --with-computed-gotos --with-dbmliborder="${dbmliborder}" --with-libc= --enable-loadable-sqlite-extensions