summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-10-27 20:09:33 -0400
committerMike Gilbert <floppym@gentoo.org>2016-10-27 21:33:25 -0400
commit1ec8826fd3c17a49b89901d62d4271c8f192f133 (patch)
treee7fc9512f57bc17a128b66d11c5bad6bbca6bb1b /profiles
parentpython-utils-r1.eclass: drop support for python3_3 (diff)
downloadgentoo-1ec8826fd3c17a49b89901d62d4271c8f192f133.tar.gz
gentoo-1ec8826fd3c17a49b89901d62d4271c8f192f133.tar.bz2
gentoo-1ec8826fd3c17a49b89901d62d4271c8f192f133.zip
profiles: drop python3_3
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/arm64/use.mask3
-rw-r--r--profiles/arch/nios2/use.mask3
-rw-r--r--profiles/base/package.use.force2
-rw-r--r--profiles/base/use.mask5
-rw-r--r--profiles/desc/python_single_target.desc1
-rw-r--r--profiles/desc/python_targets.desc1
6 files changed, 1 insertions, 14 deletions
diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index ca77c678c90f..c1e669b4b90a 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -226,8 +226,5 @@ clvm
# virtual/opencl is not keyworded
opencl
-# This one we need to test ...
-python_targets_python3_3
-
# No arm64 java support yet.
java
diff --git a/profiles/arch/nios2/use.mask b/profiles/arch/nios2/use.mask
index 195e1099c752..709c043a0f91 100644
--- a/profiles/arch/nios2/use.mask
+++ b/profiles/arch/nios2/use.mask
@@ -231,9 +231,6 @@ clvm
# virtual/opencl is not keyworded
opencl
-# This one we need to test ...
-python_targets_python3_3
-
# sys-libs/libseccomp has not been ported to this arch yet #524148
seccomp
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index af149bee1a04..622c12eb369d 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -50,7 +50,7 @@ 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_2 python_targets_python3_3 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 python_targets_python3_4 python_targets_python3_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3
# Zac Medico <zmedico@gentoo.org> (20 Oct 2010)
# Force ipc USE flag since it should remain enabled unless
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 0bb9025ca879..3de935616b83 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -394,8 +394,3 @@ php_targets_php5-4
# Brian Evans <grknight@gentoo.org> (22 Aug 2016)
# php 5.5 is end of life, masked for removal
php_targets_php5-5
-
-# Mike Gilbert <floppym@gentoo.org> (03 Sep 2016)
-# Python 3.3 is being removed from Gentoo.
-python_targets_python3_3
-python_single_target_python3_3
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index 79712ba6c8ce..958bf51afb88 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -5,7 +5,6 @@
# This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
python2_7 - Build for Python 2.7 only
-python3_3 - Build for Python 3.3 only
python3_4 - Build for Python 3.4 only
python3_5 - Build for Python 3.5 only
jython2_7 - Build for Jython 2.7 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index 3ea63cafef01..7369964e7129 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -5,7 +5,6 @@
# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
python2_7 - Build with Python 2.7
-python3_3 - Build with Python 3.3
python3_4 - Build with Python 3.4
python3_5 - Build with Python 3.5
jython2_7 - Build with Jython 2.7