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-manilaclient/
Date: Sat, 22 Mar 2025 22:07:56 +0000 (UTC)	[thread overview]
Message-ID: <1742681247.7f87706ddb3e2a223e4232b001419cf6e5d1efa8.gentoo-bugzilla@gentoo> (raw)

commit:     7f87706ddb3e2a223e4232b001419cf6e5d1efa8
Author:     Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sat Mar 22 22:05:20 2025 +0000
Commit:     Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Sat Mar 22 22:07:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f87706d

dev-python/python-manilaclient: new package, add 5.4.0

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>

 dev-python/python-manilaclient/Manifest            |  1 +
 dev-python/python-manilaclient/metadata.xml        | 12 ++++++
 .../python-manilaclient-5.4.0.ebuild               | 48 ++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
new file mode 100644
index 000000000..f5e46c4a4
--- /dev/null
+++ b/dev-python/python-manilaclient/Manifest
@@ -0,0 +1 @@
+DIST python_manilaclient-5.4.0.tar.gz 389596 BLAKE2B 3383d59b690f5c694b0fc57101b6569f8b41b0f4e7280f170b330f5e0c70f54cd55f491d9a989bc80194a215da2e88ca244e0b954e7d14697c14a3591fc9fa99 SHA512 c8149acbe151884d29fc520c44a80ab6fe6900bd1b40cc3a74a2bcb70fa8b868df5fffd7062e1fde685af171dc27689b77c6199be6cd272f4a1f21bc466dbf96

diff --git a/dev-python/python-manilaclient/metadata.xml b/dev-python/python-manilaclient/metadata.xml
new file mode 100644
index 000000000..7d6e13c2b
--- /dev/null
+++ b/dev-python/python-manilaclient/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-manilaclient</remote-id>
+		<remote-id type="github">openstack/python-manilaclient</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
new file mode 100644
index 000000000..1e3f9649d
--- /dev/null
+++ b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings to the OpenStack Manila API"
+HOMEPAGE="
+	https://opendev.org/openstack/python-manilaclient
+	https://github.com/openstack/ython-manilaclient/
+	https://pypi.org/project/python-manilaclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+	>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-serialization-2.20.0[${PYTHON_USEDEP}]
+	>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+	>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+	>=dev-python/osc-lib-3.2.0[${PYTHON_USEDEP}]
+	>=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+	>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	test? (
+		>=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
+		>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+		>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+		>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+		>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+		>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+		>=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
+	)
+"
+
+# The functional tests would requier the OpenStack manila service to be
+# packaged, too.
+distutils_enable_tests unittest


             reply	other threads:[~2025-03-22 22:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-22 22:07 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-manilaclient/ Niklaus 'vimja' Hofer
2025-07-13 21:52 Niklaus 'vimja' Hofer
2025-03-23  9:04 Takuya Wakazono
2022-05-28 21:48 Alessandro Barbieri
2022-05-28 15:15 Alessandro Barbieri
2022-03-30  3:27 Alessandro Barbieri
2022-03-11  3:12 Alessandro Barbieri
2022-01-23  0:13 Alessandro Barbieri
2022-01-02 15:34 Andrew Ammerlaan
2021-10-14 20:22 Alessandro Barbieri
2021-09-26 19:34 Alessandro Barbieri
2021-09-26 19:34 Alessandro Barbieri
2021-09-26 18:37 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=1742681247.7f87706ddb3e2a223e4232b001419cf6e5d1efa8.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