dev-python/osc-placement: add 4.9.0

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-07-01 23:08:32 +02:00
parent 10490c428d
commit 27ce2638ec
2 changed files with 45 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST osc_placement-4.8.0.tar.gz 60049 BLAKE2B f833eb94b28e053367af1642211bbeb0f6eeb9fda2025277e0a1c277834e6d4ab973bef97cd06a05af6d78df384384f502058797b2fe6ac4315fb84fbc0c5829 SHA512 70b182dc2058ea9d46cd6ca97976844d05568b13db884a92fe1f51347d5b5a3b4de67f4a5a488de936276bd882159f6be1fb011f54d5a2fec31ab59949e677e8
DIST osc_placement-4.9.0.tar.gz 60374 BLAKE2B cfe3f9efb5701b6187959bfcea64b895e046041711cf7cc9e636a2be5e6d669b9f529dd2df0d4a4ccbf0ae7dbd2b071560c5666d16aa5f5ae612d03e30ff7dc3 SHA512 8f902e48f9fb112ea32a01613f37cc8cfea1c26cc37f270d7ff84d838a447d9cd59c6066810039124728897d6d9aa83d795c86393ad39e342b86d93cf5b93224

View File

@@ -0,0 +1,44 @@
# 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..14} )
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/fixtures-4.2.2[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
EPYTEST_IGNORE=(
# Require access to cloud instance
osc_placement/tests/functional/
)
distutils_enable_tests pytest