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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 931E813835A for ; Tue, 4 May 2021 13:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B8FE0880; Tue, 4 May 2021 13:59:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D943E0874 for ; Tue, 4 May 2021 13:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 509B9340AED for ; Tue, 4 May 2021 13:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D7371B for ; Tue, 4 May 2021 13:59:00 +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: <1620136731.4ebe532b50baba0e5b15cadef8e762611d65df5a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/amd64/, profiles/arch/powerpc/ppc64/64ul/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/use.stable.mask profiles/arch/arm/use.stable.mask profiles/arch/arm64/use.stable.mask profiles/arch/hppa/use.stable.mask profiles/arch/powerpc/ppc32/use.stable.mask profiles/arch/powerpc/ppc64/64le/use.stable.mask profiles/arch/powerpc/ppc64/64ul/use.stable.mask profiles/arch/powerpc/ppc64/use.stable.mask profiles/arch/sparc/use.stable.mask profiles/arch/x86/use.stable.mask profiles/base/package.use.force profiles/desc/python_single_target.desc profiles/desc/python_targets.desc X-VCS-Directories: profiles/arch/sparc/ profiles/arch/powerpc/ppc64/ profiles/base/ profiles/arch/powerpc/ppc64/64le/ profiles/arch/powerpc/ppc64/64ul/ profiles/arch/powerpc/ppc32/ profiles/arch/x86/ profiles/desc/ profiles/arch/arm64/ profiles/arch/hppa/ profiles/arch/arm/ profiles/arch/amd64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4ebe532b50baba0e5b15cadef8e762611d65df5a X-VCS-Branch: master Date: Tue, 4 May 2021 13:59: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: 10c357c7-b138-4fc9-aac1-cd1d012ba21d X-Archives-Hash: b2081bec6bfd6bc3a28115b4b97dae94 commit: 4ebe532b50baba0e5b15cadef8e762611d65df5a Author: Michał Górny gentoo org> AuthorDate: Tue May 4 13:23:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 4 13:58:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebe532b profiles: Add python-3.10 flags Signed-off-by: Michał Górny gentoo.org> profiles/arch/amd64/use.stable.mask | 6 ++++++ profiles/arch/arm/use.stable.mask | 6 ++++++ profiles/arch/arm64/use.stable.mask | 6 ++++++ profiles/arch/hppa/use.stable.mask | 6 ++++++ profiles/arch/powerpc/ppc32/use.stable.mask | 9 +++++++++ profiles/arch/powerpc/ppc64/64le/use.stable.mask | 6 ++++++ profiles/arch/powerpc/ppc64/64ul/use.stable.mask | 8 +++++++- profiles/arch/powerpc/ppc64/use.stable.mask | 6 ++++++ profiles/arch/sparc/use.stable.mask | 6 ++++++ profiles/arch/x86/use.stable.mask | 6 ++++++ profiles/base/package.use.force | 1 + profiles/desc/python_single_target.desc | 1 + profiles/desc/python_targets.desc | 1 + 13 files changed, 67 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index ee9b21e49fe..8991e4f2f17 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 540ee8241f6..f1751dec36f 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 8ba26c22d2c..bb546ad7d53 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index fbe16f4d617..9114e7eb910 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Rolf Eike Beer (2021-02-08) # dev-lang/lua:5.2 not stable on hppa lua_single_target_lua5-2 diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 4d7c469150b..408d42d9aa9 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,3 +1,12 @@ +# Copyright 2014-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Andreas Sturmlechner (2020-08-13) # media-gfx/gimp is not stable gimp diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask index 4efce43db19..f0718dbcb02 100644 --- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask index 9bbcaee3616..9bf68847141 100644 --- a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask @@ -1,6 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Georgy Yakovlev (2020-01-26) # media-plugins/frei0r-plugins not stable yet frei0r diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask index ea76ca8f0f2..40076c2d987 100644 --- a/profiles/arch/powerpc/ppc64/use.stable.mask +++ b/profiles/arch/powerpc/ppc64/use.stable.mask @@ -3,3 +3,9 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask + +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 95fbcad5300..651f15426c6 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Sam James (2021-04-27) # Clang and friends aren't (yet?) stable on sparc clang diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 76cb48cac48..469e5f74c24 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,12 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Michał Górny (2021-05-04) +# Python 3.10 is not yet stable (and will not be until it's out of beta, +# around September. +python_single_target_python3_10 +python_targets_python3_10 + # Michał Górny (2021-01-07) # Prebuilt kernel rebuilds are supported on stable yet. dist-kernel diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 1216929e842..8a42be2310b 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -180,6 +180,7 @@ app-shells/bash:0 readline dev-lang/python-exec python_targets_python3_7 dev-lang/python-exec python_targets_python3_8 dev-lang/python-exec python_targets_python3_9 +dev-lang/python-exec python_targets_python3_10 dev-lang/python-exec python_targets_pypy3 # Zac Medico (2010-10-20) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 1be4dd4001a..4e52300f9d8 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -6,4 +6,5 @@ python3_7 - Build for Python 3.7 only python3_8 - Build for Python 3.8 only python3_9 - Build for Python 3.9 only +python3_10 - Build for Python 3.10 only pypy3 - Build for PyPy3 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 66d152ff98c..6fd532d95a5 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -6,4 +6,5 @@ python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 +python3_10 - Build with Python 3.9 pypy3 - Build with PyPy3