itstool: python 3.13 migration

This commit is contained in:
Anton Bolshakov 2025-03-19 12:44:20 +08:00
parent 858f2636c5
commit feb3038418
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
5 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} pypy3 ) PYTHON_COMPAT=( python3_{11..13} pypy3 )
inherit distutils-r1 pypi inherit distutils-r1 pypi

View file

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
DISTUTILS_EXT=1 DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{9..12} ) PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 multiprocessing prefix pypi inherit distutils-r1 multiprocessing prefix pypi

View file

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1 DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} ) PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi inherit distutils-r1 pypi

View file

@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
DISTUTILS_EXT=1 DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} ) PYTHON_COMPAT=( python3_{9..13} )
inherit distutils-r1 inherit distutils-r1

View file

@ -3,7 +3,7 @@
EAPI=8 EAPI=8
PYTHON_COMPAT=( python3_{9..12} ) PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="xml(+)" PYTHON_REQ_USE="xml(+)"
inherit python-single-r1 inherit python-single-r1