commit: 0e4c643aa044f2e5ca2d277c6e243c8cfcb46363 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Apr 17 17:00:39 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 06:28:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4c643a
profiles: Make PYTHON_SINGLE_TARGET default to python3_4 Closes: https://github.com/gentoo/gentoo/pull/4299 profiles/base/make.defaults | 2 +- profiles/base/package.use | 51 +++++++++++---------------------------------- 2 files changed, 13 insertions(+), 40 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index d5afdb04eb4..28bf57c0e02 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -122,7 +122,7 @@ BOOTSTRAP_USE="cxx unicode internal-glib python_targets_python3_4 python_targets # Mike Gilbert <[email protected]> (15 May 2012) # Default target(s) for python-r1.eclass PYTHON_TARGETS="python2_7 python3_4" -PYTHON_SINGLE_TARGET="python2_7" +PYTHON_SINGLE_TARGET="python3_4" # Michał Górny <[email protected]> (10 Aug 2013) # Moved from portage's make.globals. diff --git a/profiles/base/package.use b/profiles/base/package.use index 4795831d01c..223a9b38220 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,56 +1,29 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Andreas Sturmlechner <[email protected]> (01 Apr 2017) -# Only >=python3_5 supported +# David Seifert <[email protected]> (17 Apr 2017) +# Only python 3.5 supported +dev-util/kdevelop-python:5 python_single_target_python3_5 python_targets_python3_5 kde-apps/kajongg:5 python_single_target_python3_5 python_targets_python3_5 +dev-python/pygcrypt python_targets_python3_5 +dev-python/uvloop python_targets_python3_5 +media-gfx/blender python_targets_python3_5 -# Mart Raudsepp <[email protected]> (23 Mar 2017) -# Only python3 supported -media-sound/gnome-music python_single_target_python3_4 - -# Michael Palimaka <[email protected]> (19 Mar 2017) -# only python 3 is supported -app-editors/gedit-plugins python_single_target_python3_4 - -# David Seifert <[email protected]> (18 Mar 2017) +# David Seifert <[email protected]> (17 Apr 2017) # These py2-only packages also support pypy, enable # Python 2.7 as the default implementation, preparing # for the eventual switch to py3 in PYTHON_SINGLE_TARGET -app-text/asciidoc python_single_target_python2_7 -dev-vcs/git-bz python_single_target_python2_7 -gnome-base/libglade python_single_target_python2_7 -sci-chemistry/pdb-tools python_single_target_python2_7 - -# Andreas Sturmlechner <[email protected]> (22 Oct 2016) -# Only python3 supported -dev-libs/libixion python_single_target_python3_4 -dev-libs/liborcus python_single_target_python3_4 - -# Mart Raudsepp <[email protected]> (17 Mar 2017) -# Only python3 single target available, no python2, bug 612870 -app-editors/gedit python_single_target_python3_4 +app-text/asciidoc python_single_target_python2_7 python_targets_python2_7 +app-text/wklej python_single_target_python2_7 python_targets_python2_7 +dev-vcs/git-bz python_single_target_python2_7 python_targets_python2_7 +gnome-base/libglade python_single_target_python2_7 python_targets_python2_7 +sci-chemistry/pdb-tools python_single_target_python2_7 python_targets_python2_7 # Michał Górny <[email protected]> (24 Sep 2016) # Enable the BPF target by default sys-devel/clang llvm_targets_BPF sys-devel/llvm llvm_targets_BPF -# Michael Palimaka <[email protected]> (31 Aug 2016) -dev-util/kdevelop-python:5 python_single_target_python3_5 python_targets_python3_5 - -# Justin Lecher <[email protected]> (08 Dec 2015) -# Only py3 and single target supported -app-backup/backintime python_single_target_python3_4 -dev-util/devhelp python_single_target_python3_4 - -# Pacho Ramos <[email protected]> (26 Jul 2015) -# Set here proper defaults to make the packages buildable by default, -# bugs #555930 and #472932 -gnome-extra/gnome-builder python_single_target_python3_4 -media-libs/lensfun python_single_target_python3_4 -media-video/pitivi python_single_target_python3_4 - # Chí-Thanh Christopher Nguyễn <[email protected]> (27 Jul 2012) # Modular X: Build the Xorg X server by default x11-base/xorg-server xorg
