dev-python/os-client-config: Enable py3.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-18 10:30:26 +02:00
parent 6cc3819c79
commit 2fe0c182f6
2 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">openstack/os-client-config</remote-id>
<remote-id type="pypi">os-client-config</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,12 +5,16 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="OpenStack Client Configuation Library"
HOMEPAGE="https://www.openstack.org/"
HOMEPAGE="
https://opendev.org/openstack/os-client-config/
https://github.com/openstack/os-client-config/
https://pypi.org/project/os-client-config/
"
LICENSE="Apache-2.0"
SLOT="0"