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 CF69515806E for ; Tue, 23 May 2023 04:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F1F6E096C; Tue, 23 May 2023 04:36:42 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E90C9E095A for ; Tue, 23 May 2023 04:36:41 +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 25F1B335DA6 for ; Tue, 23 May 2023 04:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BE30A77 for ; Tue, 23 May 2023 04:36:39 +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: <1684816591.fd3d4bd32c066749532bb565b3b9d2ce35052e8d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force profiles/base/use.stable.mask profiles/desc/python_single_target.desc profiles/desc/python_targets.desc X-VCS-Directories: profiles/desc/ profiles/base/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd3d4bd32c066749532bb565b3b9d2ce35052e8d X-VCS-Branch: master Date: Tue, 23 May 2023 04:36:39 +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: c2c13833-723e-4f09-88d0-ae81e49133b7 X-Archives-Hash: 2f72a0a0c47feb341cc0c34860bef01e commit: fd3d4bd32c066749532bb565b3b9d2ce35052e8d Author: Michał Górny gentoo org> AuthorDate: Tue May 23 03:58:20 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 23 04:36:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd3d4bd3 profiles: Add python3_12 target Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.force | 1 + profiles/base/use.stable.mask | 5 +++++ profiles/desc/python_single_target.desc | 1 + profiles/desc/python_targets.desc | 1 + 4 files changed, 8 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index d02c5ebecc65..2af984ca5d93 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -209,6 +209,7 @@ app-shells/bash:0 readline # API. Please remember to keep it in sync with python_targets.desc. dev-lang/python-exec python_targets_python3_10 dev-lang/python-exec python_targets_python3_11 +dev-lang/python-exec python_targets_python3_12 dev-lang/python-exec python_targets_pypy3 # Zac Medico (2010-10-20) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 6333d64dce62..b4432fbc178d 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2023-05-23) +# Mask until dev-lang/python:3.12 becomes stable. +python_targets_python3_12 +python_single_target_python3_12 + # Hans de Graaff (2023-01-15) # Currently in testing and not ready to go stable yet. ruby_targets_ruby31 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index d931638828a9..8a9f6479f1b9 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -5,4 +5,5 @@ python3_10 - Build for Python 3.10 only python3_11 - Build for Python 3.11 only +python3_12 - Build for Python 3.12 only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index bb38d02367e9..7bde52333b5d 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -5,4 +5,5 @@ python3_10 - Build with Python 3.10 python3_11 - Build with Python 3.11 +python3_12 - Build with Python 3.12 pypy3 - Build with PyPy3