mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-python/os-service-types: Bump to 1.8.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
70b475447a
commit
c70f0b6595
@ -1,2 +1,3 @@
|
||||
DIST os_service_types-1.8.0.tar.gz 27279 BLAKE2B 5a310fdcedaed7ef91526b12497fd2ffbaf544b563ef1d775dcb1fde52feb3aa7d6112b3ae1ce91b7a5db2bd4768a016b33a5f49ec713c95cdac77f1d68eb006 SHA512 b25512268c8f66e555acedf8481830163aec63d06c8438ecee1b5ab1ed18136406c74fb1e6661791959d5cb21ef278603b5f49a2d89dddd73c76c445206bd6f2
|
||||
DIST os_service_types-1.8.1.tar.gz 27348 BLAKE2B 7efa63dd92f5aa7830a9b823f0c14c6e264658b60905d76d8daa3e3b86f21b83927ed96c591350202b7f2d9628fceb52099e6fc1fc70ae2de534de4ebde5b111 SHA512 bca76791c32f54acc81b4aa478850313ff3cdef02ad349b62810f1fdfed18dc9097657a4f9069c9fc97529e819dcf2c8d526fde05801fda7beb919a04f553f62
|
||||
DIST os_service_types-1.8.2.tar.gz 27476 BLAKE2B 17084545aa6183822a81a5dfb1bf543dc0457dabb66c54c14038a13e834a7d018eda16833828e16de15cb4daaf4d700979fad6d7a10871effa1ea52ec8ee7e7b SHA512 a7e62855848496b31c784b2e8cb025c4ae4ea4cb47ed55f4ab1a05d5c654e93975ad2334ee8e1a9c12683ebbb224319aa10fd4bb6be0f709e7753e9fa322ef7c
|
||||
|
||||
36
dev-python/os-service-types/os-service-types-1.8.2.ebuild
Normal file
36
dev-python/os-service-types/os-service-types-1.8.2.ebuild
Normal file
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library to handle official service types for OpenStack and it's aliases"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/os-service-types/
|
||||
https://github.com/openstack/os-service-types/
|
||||
https://pypi.org/project/os-service-types/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-6.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Loading…
x
Reference in New Issue
Block a user