update packages for python 3.13
This commit is contained in:
parent
2852dce25b
commit
7d77ddb117
4 changed files with 4 additions and 4 deletions
|
@ -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."
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue