diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 08:03:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 08:03:54 +0200 |
commit | 7ce415c06d780600acdf8e1c8fc839b71749bbb5 (patch) | |
tree | fa535643be292aeafad9fd0295d7e848ada3ae4c /profiles/desc | |
parent | dev-python/h5py: Restore PYTHON_USEDEP on pkgconfig (diff) | |
download | gentoo-7ce415c06d780600acdf8e1c8fc839b71749bbb5.tar.gz gentoo-7ce415c06d780600acdf8e1c8fc839b71749bbb5.tar.bz2 gentoo-7ce415c06d780600acdf8e1c8fc839b71749bbb5.zip |
profiles: Prepare for Python 3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 6f8f16d8d04f..8101fce1ec74 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 7823e2baa42f..da103c797788 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 |