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
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -5,12 +5,16 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1 PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} ) PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi inherit distutils-r1 pypi
DESCRIPTION="OpenStack Client Configuation Library" 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" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"