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:
Michael Marineau 2014-08-02 21:06:06 -07:00
parent 55a8b89103
commit 8185054b6f
9 changed files with 9 additions and 9 deletions

View File

@ -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"

View File

@ -3,7 +3,7 @@
# $Header: $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

View File

@ -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

View File

@ -3,7 +3,7 @@
# $Header: $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python2_7 )
inherit python-r1

View File

@ -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

View File

@ -3,7 +3,7 @@
# $Header: $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

View File

@ -3,7 +3,7 @@
# $Header: $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

View File

@ -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