mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-08 05:36:33 +02:00
python: remove 2.6 as a supported version
2.6 is no longer an allowed value by the upstream python eclass.
This commit is contained in:
parent
55a8b89103
commit
8185054b6f
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
CROS_WORKON_COMMIT="3e4b20f67839aa541839eca6b4b7274d5ad1932c"
|
||||
CROS_WORKON_PROJECT="coreos/coreos-buildbot"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_8,1_9} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit python-r1
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_{6,7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
inherit eutils flag-o-matic python-single-r1 toolchain-funcs
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ EAPI=2
|
||||
PYTHON_COMPAT=(
|
||||
pypy2_0
|
||||
python3_2 python3_3 python3_4
|
||||
python2_6 python2_7
|
||||
python2_7
|
||||
)
|
||||
inherit eutils multilib
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user