mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-07 16:51:41 +01:00
overlay *: Bump some python compats to 3.14
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
5dfb62c7e8
commit
1a55092a98
@ -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
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit systemd python-any-r1
|
||||
|
||||
DESCRIPTION="Init scripts for Flatcar"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..11} )
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="emerge utilities for Flatcar developer images"
|
||||
|
||||
@ -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