dev-python/python-octaviaclient: new package, add 3.7.0

Tested on aarch64, amd64.

No test use-flag as of yet. There are just so many additional
dependencies that need to be packaged :/. I'm working on it though...

Signed-off-by: Niklaus Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus Hofer 2024-08-27 20:52:19 +02:00
parent 812cc122c3
commit ed9bbf5d9a
No known key found for this signature in database
GPG Key ID: 24424AA582AA54CE
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST python-octaviaclient-3.7.0.tar.gz 96169 BLAKE2B e52f7bf2171eb25326a6e425439160cee38bfb829e7dd22b670e76efeb5737aeb9c326c39541f9d24ffb130f3f90ee501754342c0177bec1e98fc42318b8c1bd SHA512 45171a954450601f93588a2649225d7e027da98da8fbe6246fb015174e4ab785ee5aa1b038c96e95827e8436d13afd7d010cf4a1fa9c4aaaa3ea42b25a205d43

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo-bugzilla@vimja.email</email>
<name>Niklaus 'vimja' Hofer</name>
</maintainer>
<upstream>
<remote-id type="pypi">python-octaviaclient</remote-id>
<remote-id type="github">openstack/python-octaviaclient</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,37 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )
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[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
"
src_prepare() {
distutils-r1_src_prepare
}