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, 25 May 2020 06:12:42
Message-Id: 1590386634.7ce415c06d780600acdf8e1c8fc839b71749bbb5.mgorny@gentoo
1 commit: 7ce415c06d780600acdf8e1c8fc839b71749bbb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 06:03:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 06:03:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce415c0
7
8 profiles: Prepare for Python 3.9
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 | 3 ++-
15 profiles/desc/python_targets.desc | 1 +
16 4 files changed, 10 insertions(+), 2 deletions(-)
17
18 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
19 index 713a937d8c7..d266201073f 100644
20 --- a/profiles/base/package.use.force
21 +++ b/profiles/base/package.use.force
22 @@ -127,6 +127,7 @@ dev-lang/python-exec python_targets_python2_7
23 dev-lang/python-exec python_targets_python3_6
24 dev-lang/python-exec python_targets_python3_7
25 dev-lang/python-exec python_targets_python3_8
26 +dev-lang/python-exec python_targets_python3_9
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 3d7804a385c..a8422351f10 100644
33 --- a/profiles/base/use.stable.mask
34 +++ b/profiles/base/use.stable.mask
35 @@ -1,9 +1,14 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 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> (2020-05-25)
44 +# Python 3.9 is not yet stable.
45 +python_targets_python3_9
46 +python_single_target_python3_9
47 +
48 # Sergei Trofimovich <slyfox@g.o> (2020-04-13)
49 # dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
50 darcs
51
52 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
53 index 6f8f16d8d04..8101fce1ec7 100644
54 --- a/profiles/desc/python_single_target.desc
55 +++ b/profiles/desc/python_single_target.desc
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2019 Gentoo Authors.
58 +# Copyright 1999-2020 Gentoo Authors.
59 # Distributed under the terms of the GNU General Public License v2
60
61 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
62 @@ -7,4 +7,5 @@ python2_7 - Build for Python 2.7 only
63 python3_6 - Build for Python 3.6 only
64 python3_7 - Build for Python 3.7 only
65 python3_8 - Build for Python 3.8 only
66 +python3_9 - Build for Python 3.9 only
67 pypy3 - Build for PyPy3 only
68
69 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
70 index 7823e2baa42..da103c79778 100644
71 --- a/profiles/desc/python_targets.desc
72 +++ b/profiles/desc/python_targets.desc
73 @@ -7,4 +7,5 @@ python2_7 - Build with Python 2.7
74 python3_6 - Build with Python 3.6
75 python3_7 - Build with Python 3.7
76 python3_8 - Build with Python 3.8
77 +python3_9 - Build with Python 3.9
78 pypy3 - Build with PyPy3