mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/os-client-config: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
6cc3819c79
commit
2fe0c182f6
@ -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>
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user