Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/
Date: Mon, 09 May 2022 20:34:12
Message-Id: 1652128308.db196d1378d75cd067406ff82a623424fde4b7d5.mgorny@gentoo
1 commit: db196d1378d75cd067406ff82a623424fde4b7d5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 10:51:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 20:31:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db196d13
7
8 profiles: Add flags for python3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/base/package.use.force | 1 +
13 profiles/base/use.stable.mask | 7 ++++++-
14 profiles/desc/python_single_target.desc | 1 +
15 profiles/desc/python_targets.desc | 1 +
16 4 files changed, 9 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
19 index abd8fbe4ffb3..79717a6a79fa 100644
20 --- a/profiles/base/package.use.force
21 +++ b/profiles/base/package.use.force
22 @@ -219,6 +219,7 @@ app-shells/bash:0 readline
23 dev-lang/python-exec python_targets_python3_8
24 dev-lang/python-exec python_targets_python3_9
25 dev-lang/python-exec python_targets_python3_10
26 +dev-lang/python-exec python_targets_python3_11
27 dev-lang/python-exec python_targets_pypy3
28
29 # Zac Medico <zmedico@g.o> (2010-10-20)
30
31 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
32 index 23119a063249..db3f89d740ed 100644
33 --- a/profiles/base/use.stable.mask
34 +++ b/profiles/base/use.stable.mask
35 @@ -1,9 +1,14 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 +# Copyright 1999-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 # This file requires eapi 5 or later. New entries go on top.
41 # Please use the same syntax as in use.mask
42
43 +# Michał Górny <mgorny@g.o> (2022-05-08)
44 +# Mask until dev-lang/python:3.11 becomes stable.
45 +python_targets_python3_11
46 +python_single_target_python3_11
47 +
48 # Brian Evans <grknight@g.o> (2021-11-29)
49 # Mask 8.1 as it is currently unstable only
50 php_targets_php8-1
51
52 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
53 index d670f950de72..6c978694943c 100644
54 --- a/profiles/desc/python_single_target.desc
55 +++ b/profiles/desc/python_single_target.desc
56 @@ -6,4 +6,5 @@
57 python3_8 - Build for Python 3.8 only
58 python3_9 - Build for Python 3.9 only
59 python3_10 - Build for Python 3.10 only
60 +python3_11 - Build for Python 3.11 only
61 pypy3 - Build for PyPy3 only
62
63 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
64 index ba8b8ea5eff8..ad77fbf5b60f 100644
65 --- a/profiles/desc/python_targets.desc
66 +++ b/profiles/desc/python_targets.desc
67 @@ -6,4 +6,5 @@
68 python3_8 - Build with Python 3.8
69 python3_9 - Build with Python 3.9
70 python3_10 - Build with Python 3.10
71 +python3_11 - Build with Python 3.11
72 pypy3 - Build with PyPy3