profiles: Remove dead PYTHON_TARGETS

Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14164
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
David Seifert
2019-12-30 01:48:32 +01:00
committed by Michał Górny
parent b1b38d9aca
commit e636f5a608
17 changed files with 8 additions and 55 deletions

View File

@@ -100,5 +100,4 @@ gnustep-base/gnustep-make libobjc2
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# Don't apply stable masks to python-exec since we're forcing every
# impl there anyway. Please keep this in sync with use.stable.mask.
dev-lang/python-exec -python_targets_pypy
dev-lang/python-exec -python_targets_pypy3

View File

@@ -42,8 +42,6 @@
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# PyPy is keyworded on this arch.
-python_targets_pypy
-python_single_target_pypy
-python_targets_pypy3
-python_single_target_pypy3
@@ -72,11 +70,6 @@
# IPMI is only implemented for x86, amd64 and ia64
-ipmi
# Ralph Sennhauser <sera@gentoo.org> (2012-07-31)
# Keyworded on amd64
-python_targets_jython2_7
-python_single_target_jython2_7
# Joerg Bornkessel <hd_brummy@gentoo.org> (2012-03-05)
# Unmask, works with v4l2, #350211
-dxr3

View File

@@ -25,7 +25,5 @@ clozurecl
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# PyPy is unstable on this arch.
python_targets_pypy
python_single_target_pypy
python_targets_pypy3
python_single_target_pypy3

View File

@@ -191,8 +191,6 @@ orc
# Mike Gilbert <floppym@gentoo.org> (2013-01-02)
# PyPy is unkeyworded on most arches. If you are running amd64 or x86,
# please switch to one of the testing 13.0 profiles to get it.
python_targets_pypy
python_single_target_pypy
python_targets_pypy3
python_single_target_pypy3

View File

@@ -7,8 +7,6 @@
# Our Python has a lot of trouble with the two-level libdir.
python_targets_python2_7
python_targets_python3_5
python_targets_python3_6
python_single_target_python2_7
python_single_target_python3_5
python_single_target_python3_6

View File

@@ -94,5 +94,4 @@ dev-cpp/eigen test
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# Don't apply stable masks to python-exec since we're forcing every
# impl there anyway. Please keep this in sync with use.stable.mask.
dev-lang/python-exec -python_targets_pypy
dev-lang/python-exec -python_targets_pypy3

View File

@@ -38,8 +38,6 @@ python_single_target_python3_7
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# PyPy is keyworded on this arch.
-python_targets_pypy
-python_single_target_pypy
-python_targets_pypy3
-python_single_target_pypy3
@@ -69,11 +67,6 @@ python_single_target_python3_7
# IPMI is only implemented for x86, amd64 and ia64
-ipmi
# Ralph Sennhauser <sera@gentoo.org> (2012-07-31)
# Keyworded on x86
-python_targets_jython2_7
-python_single_target_jython2_7
# Joerg Bornkessel <hd_brummy@gentoo.org> (2012-03-05)
# Unmask, works with v4l2, #350211
-dxr3

View File

@@ -25,7 +25,5 @@ clozurecl
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
# PyPy is unstable on this arch.
python_targets_pypy
python_single_target_pypy
python_targets_pypy3
python_single_target_pypy3

View File

@@ -106,12 +106,9 @@ app-shells/bash:0 readline
# 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
dev-lang/python-exec python_targets_python3_5
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_jython2_7
dev-lang/python-exec python_targets_pypy
dev-lang/python-exec python_targets_pypy3
# Zac Medico <zmedico@gentoo.org> (2010-10-20)

View File

@@ -88,11 +88,6 @@ prefix-stack
# masking flags that only apply to FreeBSD
kqueue
# Ralph Sennhauser <sera@gentoo.org> (2012-07-31)
# Unmask in arch specific profiles when jython implementaton is available.
python_targets_jython2_7
python_single_target_jython2_7
# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-18)
# Prelude is being masked for removal
prelude

View File

@@ -18,8 +18,6 @@ postgres_targets_postgres12
# Zac Medico <zmedico@gentoo.org> (2016-09-01)
# Needs virtual/pypy* stable
python_targets_pypy
python_single_target_pypy
python_targets_pypy3
python_single_target_pypy3

View File

@@ -4,10 +4,7 @@
# This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
python2_7 - Build for Python 2.7 only
python3_5 - Build for Python 3.5 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
jython2_7 - Build for Jython 2.7 only
pypy - Build for PyPy only
pypy3 - Build for PyPy3 only

View File

@@ -4,10 +4,7 @@
# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
python2_7 - Build with Python 2.7
python3_5 - Build with Python 3.5
python3_6 - Build with Python 3.6
python3_7 - Build with Python 3.7
python3_8 - Build with Python 3.8
jython2_7 - Build with Jython 2.7
pypy - Build with PyPy
pypy3 - Build with PyPy3

View File

@@ -1,3 +1 @@
# >=python-3 is masked
python_single_target_python3_5
python_targets_python3_5

View File

@@ -7,14 +7,14 @@ net-analyzer/wireshark sdjournal
# Brian Dolbec <dolsen@gentoo.org> (2014-09-17)
# mask pypy for several utilities due to incompatibility with libselinux
sys-apps/portage python_targets_pypy python_targets_pypy3
app-portage/gentoolkit python_targets_pypy python_targets_pypy3
app-portage/layman python_targets_pypy python_targets_pypy3
app-admin/webapp-config python_targets_pypy python_targets_pypy3
app-portage/diffmask python_targets_pypy python_targets_pypy3
app-portage/flaggie python_targets_pypy python_targets_pypy3
app-portage/gentoopm python_targets_pypy python_targets_pypy3
app-portage/gpyutils python_targets_pypy python_targets_pypy3
sys-apps/portage python_targets_pypy3
app-portage/gentoolkit python_targets_pypy3
app-portage/layman python_targets_pypy3
app-admin/webapp-config python_targets_pypy3
app-portage/diffmask python_targets_pypy3
app-portage/flaggie python_targets_pypy3
app-portage/gentoopm python_targets_pypy3
app-portage/gpyutils python_targets_pypy3
# Jason Zaman <perfinion@gentoo.org> (2015-06-27)
# SystemD has no support in the SELinux policy at the moment.

View File

@@ -21,9 +21,5 @@ kernel_linux
# coreutils on darwin.
acl
# Prefix removed python3_5 from PYTHON_TARGETS and PYTHON_SINGLE_TARGET
python_targets_python3_5
python_single_target_python3_5
# Similar for Ruby 2.3
ruby_targets_ruby23

View File

@@ -5,5 +5,4 @@
-elibc_Cygwin
# we do have only python-3.6 ready on cygwin
python_targets_python3_5
python_targets_python3_7