public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/
Date: Mon, 25 May 2020 06:12:37 +0000 (UTC)	[thread overview]
Message-ID: <1590386634.7ce415c06d780600acdf8e1c8fc839b71749bbb5.mgorny@gentoo> (raw)

commit:     7ce415c06d780600acdf8e1c8fc839b71749bbb5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 06:03:54 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 06:03:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce415c0

profiles: Prepare for Python 3.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/base/package.use.force         | 1 +
 profiles/base/use.stable.mask           | 7 ++++++-
 profiles/desc/python_single_target.desc | 3 ++-
 profiles/desc/python_targets.desc       | 1 +
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 713a937d8c7..d266201073f 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -127,6 +127,7 @@ dev-lang/python-exec python_targets_python2_7
 dev-lang/python-exec python_targets_python3_6
 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_pypy3
 
 # Zac Medico <zmedico@gentoo.org> (2010-10-20)

diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
index 3d7804a385c..a8422351f10 100644
--- a/profiles/base/use.stable.mask
+++ b/profiles/base/use.stable.mask
@@ -1,9 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Michał Górny <mgorny@gentoo.org> (2020-05-25)
+# Python 3.9 is not yet stable.
+python_targets_python3_9
+python_single_target_python3_9
+
 # Sergei Trofimovich <slyfox@gentoo.org> (2020-04-13)
 # dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
 darcs

diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 6f8f16d8d04..8101fce1ec7 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors.
+# Copyright 1999-2020 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
@@ -7,4 +7,5 @@ python2_7 - Build for Python 2.7 only
 python3_6 - Build for Python 3.6 only
 python3_7 - Build for Python 3.7 only
 python3_8 - Build for Python 3.8 only
+python3_9 - Build for Python 3.9 only
 pypy3 - Build for PyPy3 only

diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index 7823e2baa42..da103c79778 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -7,4 +7,5 @@ python2_7 - Build with Python 2.7
 python3_6 - Build with Python 3.6
 python3_7 - Build with Python 3.7
 python3_8 - Build with Python 3.8
+python3_9 - Build with Python 3.9
 pypy3 - Build with PyPy3


             reply	other threads:[~2020-05-25  6:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-25  6:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-25  9:02 [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ Hans de Graaff
2023-05-23  4:36 Michał Górny
2022-12-25 13:52 Hans de Graaff
2022-05-09 20:33 Michał Górny
2022-03-02  6:39 Hans de Graaff
2020-12-28  7:46 Hans de Graaff
2019-10-04 18:59 Robin H. Johnson
2019-01-16 12:01 Andreas Sturmlechner
2019-01-01 19:40 Andreas Sturmlechner
2018-12-26  8:20 Hans de Graaff
2018-04-15  9:09 Johannes Huber
2018-03-18 20:02 Matthias Maier
2017-01-17 18:38 Michael Orlitzky
2016-12-26 19:17 Hans de Graaff
2016-12-23  8:51 Johannes Huber
2015-12-27  9:22 Hans de Graaff
2015-10-13  0:20 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1590386634.7ce415c06d780600acdf8e1c8fc839b71749bbb5.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox