mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-13 20:42:20 +01:00
overlay *: Bump some python compats to 3.14
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
ed558a1357
commit
d2368a3d84
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_11 )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit multilib python-any-r1 systemd toolchain-funcs
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
TMPFILES_OPTIONAL=1
|
||||
inherit python-any-r1 systemd tmpfiles
|
||||
|
||||
@ -12,7 +12,7 @@ else
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit git-r3 systemd python-any-r1
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@ else
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit git-r3 python-single-r1
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit bash-completion-r1 python-single-r1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user