public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Niklaus 'vimja' Hofer" <gentoo-bugzilla@vimja.email>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-octaviaclient/
Date: Wed, 28 Aug 2024 20:23:50 +0000 (UTC)	[thread overview]
Message-ID: <1724876550.ed9bbf5d9a6f04c5a5d5ad2b1ecd19c8829ae834.gentoo-bugzilla@gentoo> (raw)

commit:     ed9bbf5d9a6f04c5a5d5ad2b1ecd19c8829ae834
Author:     Niklaus Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Tue Aug 27 18:52:19 2024 +0000
Commit:     Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Wed Aug 28 20:22:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed9bbf5d

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 <AT> vimja.email>

 dev-python/python-octaviaclient/Manifest           |  1 +
 dev-python/python-octaviaclient/metadata.xml       | 12 +++++++
 .../python-octaviaclient-3.7.0.ebuild              | 37 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/python-octaviaclient/Manifest b/dev-python/python-octaviaclient/Manifest
new file mode 100644
index 000000000..817415fcc
--- /dev/null
+++ b/dev-python/python-octaviaclient/Manifest
@@ -0,0 +1 @@
+DIST python-octaviaclient-3.7.0.tar.gz 96169 BLAKE2B e52f7bf2171eb25326a6e425439160cee38bfb829e7dd22b670e76efeb5737aeb9c326c39541f9d24ffb130f3f90ee501754342c0177bec1e98fc42318b8c1bd SHA512 45171a954450601f93588a2649225d7e027da98da8fbe6246fb015174e4ab785ee5aa1b038c96e95827e8436d13afd7d010cf4a1fa9c4aaaa3ea42b25a205d43

diff --git a/dev-python/python-octaviaclient/metadata.xml b/dev-python/python-octaviaclient/metadata.xml
new file mode 100644
index 000000000..0addb4ef2
--- /dev/null
+++ b/dev-python/python-octaviaclient/metadata.xml
@@ -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>

diff --git a/dev-python/python-octaviaclient/python-octaviaclient-3.7.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-3.7.0.ebuild
new file mode 100644
index 000000000..2aeda0d13
--- /dev/null
+++ b/dev-python/python-octaviaclient/python-octaviaclient-3.7.0.ebuild
@@ -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
+}


             reply	other threads:[~2024-08-28 20:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28 20:23 Niklaus 'vimja' Hofer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-14 22:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-octaviaclient/ Niklaus 'vimja' Hofer
2025-07-13 21:52 Niklaus 'vimja' Hofer
2025-05-04 15:49 Niklaus 'vimja' Hofer
2025-05-01 15:37 Anna Vyalkova
2025-03-03 17:20 Niklaus 'vimja' Hofer
2024-12-14 15:09 Takuya Wakazono
2024-12-12  5:50 Anna Vyalkova
2024-12-11 20:02 Niklaus 'vimja' Hofer
2023-02-19  5:17 Anna Vyalkova
2022-05-29 21:04 Alessandro Barbieri
2022-03-12  9:10 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-03-12  9:10 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-03-11  3:34 Alessandro Barbieri
2022-01-02 15:34 Andrew Ammerlaan
2021-10-15 21:41 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1724876550.ed9bbf5d9a6f04c5a5d5ad2b1ecd19c8829ae834.gentoo-bugzilla@gentoo \
    --to=gentoo-bugzilla@vimja.email \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox