dev-python/osc-placement: add 4.8.0

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-02-27 21:00:43 +01:00
parent 06afdbf4fc
commit a0db84af14
2 changed files with 51 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST osc_placement-4.7.0.tar.gz 59825 BLAKE2B d8750e1673604d1ecb1cbabae66c06be1e0b63e4189b6ba8cc94d96225d5919ead456867aa173f853ede583fac955cbc868afbfa0deeb80ca97281bee53294c1 SHA512 1039fc5668e2f6ce7251199259fed891a192c6455e762aabe0286d8e1f2352b1539874d1ee298c66b87bc97b452b97e3efcb339f4c3534877e5c49f8799cc041
DIST osc_placement-4.8.0.tar.gz 60049 BLAKE2B f833eb94b28e053367af1642211bbeb0f6eeb9fda2025277e0a1c277834e6d4ab973bef97cd06a05af6d78df384384f502058797b2fe6ac4315fb84fbc0c5829 SHA512 70b182dc2058ea9d46cd6ca97976844d05568b13db884a92fe1f51347d5b5a3b4de67f4a5a488de936276bd882159f6be1fb011f54d5a2fec31ab59949e677e8

View File

@@ -0,0 +1,50 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pbr
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
DESCRIPTION="OpenStackClient plugin for Placement service"
HOMEPAGE="
https://opendev.org/openstack/osc-placement
https://pypi.org/project/python-octaviaclient/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/keystoneauth1-3.3.0[${PYTHON_USEDEP}]
>=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.37.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
>=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
>=dev-python/fixtures-4.2.2[${PYTHON_USEDEP}]
)
"
EPYTEST_IGNORE=(
# Require the placement service to be packaged, too
osc_placement/tests/functional/test_allocation.py
osc_placement/tests/functional/test_allocation_candidate.py
osc_placement/tests/functional/test_inventory.py
osc_placement/tests/functional/test_resource_class.py
osc_placement/tests/functional/test_resource_provider.py
osc_placement/tests/functional/test_trait.py
osc_placement/tests/functional/test_usage.py
osc_placement/tests/functional/test_aggregate.py
osc_placement/tests/functional/test_plugin.py
)
distutils_enable_tests pytest