profiles: Initial support for Python 3.6 (masked)
authorMichał Górny <mgorny@gentoo.org>
Wed, 25 Jan 2017 22:15:37 +0000 (23:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 25 Jan 2017 22:56:54 +0000 (23:56 +0100)
profiles/base/package.use.force
profiles/base/package.use.mask
profiles/base/package.use.stable.mask
profiles/base/use.mask
profiles/base/use.stable.mask
profiles/desc/python_single_target.desc
profiles/desc/python_targets.desc
profiles/prefix/windows/cygwin/use.mask

index 168903d9aef0879b748ac3cb83f76ac12823bd2e..acb7250ca31ebb153055ba7f9203bb91667a72f3 100644 (file)
@@ -51,7 +51,13 @@ app-shells/bash:0 readline
 # Michał Górny <mgorny@gentoo.org> (14 Oct 2012)
 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
 # API. Please remember to keep it in sync with python_targets.desc.
-dev-lang/python-exec python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3
+dev-lang/python-exec python_targets_python2_7
+dev-lang/python-exec python_targets_python3_4
+dev-lang/python-exec python_targets_python3_5
+dev-lang/python-exec python_targets_python3_6
+dev-lang/python-exec python_targets_jython2_7
+dev-lang/python-exec python_targets_pypy
+dev-lang/python-exec python_targets_pypy3
 
 # Zac Medico <zmedico@gentoo.org> (20 Oct 2010)
 # Force ipc USE flag since it should remain enabled unless
index 873fbab2904e431b36bb5176bdfc1ef800e041d8..8a432f971e1f899c5cdb43dc5c9a282f3f9abae1 100644 (file)
@@ -5,6 +5,10 @@
 # This file requires >=portage-2.1.1
 # New entries go on top.
 
+# Michał Górny <mgorny@gentoo.org> (25 Jan 2017)
+# Unmask python-exec support for experimental dev-lang/python:3.6
+dev-lang/python-exec -python_targets_python3_6
+
 # Matt Turner <mattst88@gentoo.org> (25 Jan 2017)
 # xf86-video-??? masked for removal
 x11-base/xorg-drivers video_cards_v4l
index 221bded855c814c68550842469ea286ea839bd0b..4ccb5c1122771cb3b9977add457540354f9b2ebc 100644 (file)
@@ -75,8 +75,9 @@ app-emulation/ganeti monitoring
 =media-video/mpv-0.9.2-r1 libcaca
 
 # Mike Gilbert <floppym@gentoo.org> (03 Oct 2015)
-# Unmask python3.5 for python-exec
+# Unmask stable-masked implementations for python-exec
 dev-lang/python-exec -python_targets_python3_5
+dev-lang/python-exec -python_targets_python3_6
 
 # Pacho Ramos <pacho@gentoo.org> (15 May 2015)
 # Version compatible with current ffmpeg is not ready to be stabilized
index 31136dc5bc16a4c0b8eb5612e874fc927fbbaf57..480c8ee49ffdbba297336aa6dce73d8f766c176d 100644 (file)
@@ -2,6 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Michał Górny <mgorny@gentoo.org> (25 Jan 2017)
+# Masked until dev-lang/python:3.6 is unmasked
+python_targets_python3_6
+python_single_target_python3_6
+
 # Michael Orlitzky <mjo@gentoo.org> (7 Jan 2017)
 # The dev-db/firebird and dev-db/oracle-instantclient* packages
 # only support amd64 and x86.
index 76a79005b03d973be04edd8a80182b5f2648c8a3..43c3066c4f1f72a2166152b9b046f80e5ed91519 100644 (file)
@@ -1,10 +1,15 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # 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> (25 Jan 2017)
+# Early pre-stabilization mask for dev-lang/python:3.6
+python_targets_python3_6
+python_single_target_python3_6
+
 # Brian Evans <grknight@gentoo.org> (06 Dec 2016)
 # Needs dev-lang/php:7.1 stable
 php_targets_php7-1
index 958bf51afb888677d1abfa8a1258bb220bb679b5..43154572634a77a3c41309b5e224de41b8d4e7e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,6 +7,7 @@
 python2_7 - Build for Python 2.7 only
 python3_4 - Build for Python 3.4 only
 python3_5 - Build for Python 3.5 only
+python3_6 - Build for Python 3.6 only
 jython2_7 - Build for Jython 2.7 only
 pypy - Build for PyPy only
 pypy3 - Build for PyPy3 only
index 7369964e71299791821f01793ae038d10a53f6a7..32bb7cd511a7c844f6c24acd6c94fe6b05ea9a1e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,6 +7,7 @@
 python2_7 - Build with Python 2.7
 python3_4 - Build with Python 3.4
 python3_5 - Build with Python 3.5
+python3_6 - Build with Python 3.6
 jython2_7 - Build with Jython 2.7
 pypy - Build with PyPy
 pypy3 - Build with PyPy3
index 10ade17c9e55ae0c123652b5dfba47a66dcf08b5..0fcf5e644a71f2019b13e1ce507b4aeb0eaf3108 100644 (file)
@@ -8,3 +8,4 @@
 # we do not have python-3 cygwin ready yet
 python_targets_python3_4
 python_targets_python3_5
+python_targets_python3_6