dev-python/python-octaviaclient: add 3.13.0

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-02-27 20:15:35 +01:00
parent ed41c5311e
commit 8424ba37ec
2 changed files with 47 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST python_octaviaclient-3.12.0.tar.gz 97448 BLAKE2B 86755ae2117865e166fd69f995bdb24168c431a6bc8672cae7719a5b1ae8a47ee6233bd5a9008e439a17edce903e87a590b95094fe75d1727290d48bbe6ae1ff SHA512 bf113a4b673b3f95359b8334bdfc43d8182a02c049893425e4e9faa80bb7bbe6f16bec5581d13d7cac5a387d373803826875f25fafc721a0c23a7eeeff3e3bcc
DIST python_octaviaclient-3.13.0.tar.gz 98107 BLAKE2B ca967b628e9841828c4557676cee5a43328da2b6006696c0721caa0557b1dca83aeb25844ededb1dab8429155742e70d89d60e60ca83b9e334cec8506a91c5f4 SHA512 0cb4a82e74ee2e1e1dfc279143f6511da2cca3c45990a3977a758098ae7d401926bf2f2f564544958f99651b1de63f28a01c8d80768f6b053c760bee669740fa

View File

@@ -0,0 +1,46 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
DESCRIPTION="A client for the OpenStack Octavia API"
HOMEPAGE="
https://opendev.org/openstack/python-octaviaclient
https://github.com/openstack/python-octaviaclient/
https://pypi.org/project/python-octaviaclient/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/cliff-4.7.0[${PYTHON_USEDEP}]
>=dev-python/keystoneauth1-3.18.0[${PYTHON_USEDEP}]
>=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
>=dev-python/osc-lib-1.14.1[${PYTHON_USEDEP}]
>dev-python/oslo-serialization-2.19.1-r9999[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/pbr-3.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
)
"
EPYTEST_IGNORE=(
# not packaged
octaviaclient/tests/unit/test_hacking.py
)
distutils_enable_tests pytest