From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-designateclient/
Date: Mon, 24 Mar 2025 09:51:28 +0000 (UTC) [thread overview]
Message-ID: <1742508914.9e4b080a81c29946a5cfa903d3ff96ce4b3d84bb.davidroman@gentoo> (raw)
commit: 9e4b080a81c29946a5cfa903d3ff96ce4b3d84bb
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Thu Mar 20 22:15:14 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Mar 20 22:15:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e4b080a
dev-python/python-designateclient: new package, add 6.2.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/python-designateclient/Manifest | 1 +
dev-python/python-designateclient/metadata.xml | 12 +++++
.../python-designateclient-6.2.0.ebuild | 52 ++++++++++++++++++++++
3 files changed, 65 insertions(+)
diff --git a/dev-python/python-designateclient/Manifest b/dev-python/python-designateclient/Manifest
new file mode 100644
index 000000000..e859fc4ef
--- /dev/null
+++ b/dev-python/python-designateclient/Manifest
@@ -0,0 +1 @@
+DIST python_designateclient-6.2.0.tar.gz 72182 BLAKE2B 1c39a9d4a8a40c153aa5c2ec6896e9e0b30b7291a0f9bdf7cc79a4b4a16d29e2329029e8f1b9802cf1d1c9dd2ac047a2be67d25e696ead44e1958d6b65b5a9b0 SHA512 72995f35cd86dcf70bb623d89f1b51cace5c459db174478f119253fbfe4cc3f40c7a4d049bf65d992b8307bceef8d7619fc6649a52f9ae7f914b432f654fa6c5
diff --git a/dev-python/python-designateclient/metadata.xml b/dev-python/python-designateclient/metadata.xml
new file mode 100644
index 000000000..932ed8b2a
--- /dev/null
+++ b/dev-python/python-designateclient/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-designateclient</remote-id>
+ <remote-id type="github">openstack/python-designateclient</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-designateclient/python-designateclient-6.2.0.ebuild b/dev-python/python-designateclient/python-designateclient-6.2.0.ebuild
new file mode 100644
index 000000000..88fcce102
--- /dev/null
+++ b/dev-python/python-designateclient/python-designateclient-6.2.0.ebuild
@@ -0,0 +1,52 @@
+# 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..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="OpenStack DNS-as-a-Service - Client"
+HOMEPAGE="
+ https://opendev.org/openstack/python-designateclient
+ https://github.com/openstack/python-designateclient/
+ https://pypi.org/project/python-designateclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/cliff-2.10.0[${PYTHON_USEDEP}]
+ >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+ >dev-python/oslo-serialization-2.20.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >dev-python/pbr-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-subunit-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/tempest-25.0.0[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_IGNORE=(
+ # not packaged
+ designateclient/hacking/checks.py
+)
+
+distutils_enable_tests pytest
next reply other threads:[~2025-03-24 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-24 9:51 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-28 15:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-designateclient/ Arthur Zamarin
2022-03-11 10:57 Arthur Zamarin
2022-01-02 15:34 Andrew Ammerlaan
2021-10-20 8:18 Florian Schmaus
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=1742508914.9e4b080a81c29946a5cfa903d3ff96ce4b3d84bb.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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