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 B95BE15808A for ; Sun, 03 Aug 2025 08:51:12 +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 9E610340DA1 for ; Sun, 03 Aug 2025 08:51:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4EBDD11055F; Sun, 03 Aug 2025 08:51:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 44A5611055F for ; Sun, 03 Aug 2025 08:51:09 +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 E492A33FEF1 for ; Sun, 03 Aug 2025 08:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3061831BA for ; Sun, 03 Aug 2025 08:51:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1754211026.3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python-exec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python-exec/python-exec-2.4.10.ebuild X-VCS-Directories: dev-lang/python-exec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0 X-VCS-Branch: master Date: Sun, 03 Aug 2025 08:51:07 +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: ab1192bb-944d-4c78-bee8-41453807392b X-Archives-Hash: 2e1526e9f5b4ac0b00da35cf722c2998 commit: 3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0 Author: Sam James gentoo org> AuthorDate: Sun Aug 3 08:49:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 3 08:50:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c986dbc dev-lang/python-exec: add comment explaining PYTHON_COMPAT is cosmetic here This is just a stub for tooling, see the IUSE hack below. Don't panic if the array here doesn't contain the latest impl. If you can't use a new impl., it's likely because it's a stable-masked flag. Prompted by some confusion on IRC. I actually thought we had a comment here already. Signed-off-by: Sam James gentoo.org> dev-lang/python-exec/python-exec-2.4.10.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/python-exec/python-exec-2.4.10.ebuild b/dev-lang/python-exec/python-exec-2.4.10.ebuild index cfea6c4b2915..1ec3c923c8ef 100644 --- a/dev-lang/python-exec/python-exec-2.4.10.ebuild +++ b/dev-lang/python-exec/python-exec-2.4.10.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# This is just a stub for tooling, see the IUSE hack below. Don't panic +# if the array here doesn't contain the latest impl. If you can't use a +# new impl., it's likely because it's a stable-masked flag. PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit python-any-r1