profiles: Prepare for Python 3.9
authorMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 06:03:54 +0000 (08:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 25 May 2020 06:03:54 +0000 (08:03 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/base/package.use.force
profiles/base/use.stable.mask
profiles/desc/python_single_target.desc
profiles/desc/python_targets.desc

index 713a937d8c7697748b5df0c3db90f4a8c43ce469..d266201073f11d5610cba6ffd2179e2e23035469 100644 (file)
@@ -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)
index 3d7804a385c662bf5b4b058299899cfba9c8e036..a8422351f10aa937ea84bba68ffc4c5d26ef0b2f 100644 (file)
@@ -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
index 6f8f16d8d04f6846bfd95ee9b48e28519c931d8a..8101fce1ec74f8e7030124e080153395723f4bea 100644 (file)
@@ -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
index 7823e2baa42f21ada4a79ba789345e86f77613d3..da103c7977887d804d66d6655303ef7b658a81dc 100644 (file)
@@ -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