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: Mon, 03 Mar 2025 17:20:21 +0000 (UTC) [thread overview]
Message-ID: <1741022335.4445715086abb8148819562173aef61d9a8f85ee.gentoo-bugzilla@gentoo> (raw)
commit: 4445715086abb8148819562173aef61d9a8f85ee
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Mon Mar 3 17:18:55 2025 +0000
Commit: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Mon Mar 3 17:18:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44457150
dev-python/python-octaviaclient: add 3.10.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/python-octaviaclient/Manifest | 1 +
.../python-octaviaclient-3.10.0.ebuild | 46 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-python/python-octaviaclient/Manifest b/dev-python/python-octaviaclient/Manifest
index e3f5087f9..67343e113 100644
--- a/dev-python/python-octaviaclient/Manifest
+++ b/dev-python/python-octaviaclient/Manifest
@@ -1 +1,2 @@
DIST python-octaviaclient-3.9.0.tar.gz 97191 BLAKE2B 4bf7a25711d6a67ce49c375c4dff8be791bad14d4acdacf57d4ad52cdd6852a9c85a719c626feb3d02deeee46887da80353b7577208f656f515513dd507242ba SHA512 8f5e0ad83c2df75865f26b50b325d5adac6a9797cac5ca5422cf95a85426f0803699f26ea27745e17171f2c56623a5de11e26bd650b9a797d1fdf41dc5c15ab5
+DIST python_octaviaclient-3.10.0.tar.gz 97294 BLAKE2B ca56e662bf0173ad4a922b6fc9f82fbfe7a5cd7488abc2746836db44b6e128e159272a7b9618703aef143c6f50764da5d16cf2142a7730fba9ceb37648c37de6 SHA512 cf867242794e9c79be283915040d5280134da28fa92c4371a9ff94f7c03189e5fe513c5da42cfc9079e3be54234dce868b1770e3869654135a5be159029c7b1c
diff --git a/dev-python/python-octaviaclient/python-octaviaclient-3.10.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-3.10.0.ebuild
new file mode 100644
index 000000000..581eb1ee4
--- /dev/null
+++ b/dev-python/python-octaviaclient/python-octaviaclient-3.10.0.ebuild
@@ -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_{11..12} )
+
+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}]
+"
+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
next reply other threads:[~2025-03-03 17:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-03 17:20 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
2024-12-14 15:09 Takuya Wakazono
2024-12-12 5:50 Anna Vyalkova
2024-12-11 20:02 Niklaus 'vimja' Hofer
2024-08-28 20:23 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=1741022335.4445715086abb8148819562173aef61d9a8f85ee.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