update packages for python 3.13

This commit is contained in:
RokuRokuYon 2025-03-25 15:47:15 +01:00
parent 2852dce25b
commit 7d77ddb117
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{11,12} ) PYTHON_COMPAT=( python3_{11,13} )
inherit distutils-r1 git-r3 inherit distutils-r1 git-r3
DESCRIPTION="Minimalistic shared libraries of the Decade project." DESCRIPTION="Minimalistic shared libraries of the Decade project."

View file

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_{11,12} ) PYTHON_COMPAT=( python3_{11,13} )
inherit distutils-r1 git-r3 inherit distutils-r1 git-r3
DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project." DESCRIPTION="Useful Python libraries and convenience functions from the former Overwatch UAV project."

View file

@ -2,7 +2,7 @@
# 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
PYTHON_COMPAT=( python3_{11..12} ) PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi inherit distutils-r1 pypi

View file

@ -2,7 +2,7 @@
# 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
PYTHON_COMPAT=( python3_{11..12} ) PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi inherit distutils-r1 pypi