dev-python/python-designateclient: add 7.0.0

Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-07-01 23:05:44 +02:00
parent ab1d88c414
commit 10490c428d
2 changed files with 55 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST python_designateclient-6.4.0.tar.gz 73138 BLAKE2B ee8ad46cc5c82027afc914933ae6a84d046f282241761fb4c59db7e8c578b862033878baeead1ed1d583893c1ce422030d9110eed70947358403a0781982104e SHA512 72b8394a386acb1f529ac3d5eaa815cecc843519deda758340fc1872f98aa7bbced9585f261d8742f7def7a6756f2801d9611240f2a6d0a8aafd907b1c060e5d
DIST python_designateclient-7.0.0.tar.gz 75902 BLAKE2B 938aaf00f77a066106d5aab75c9243f8670eeda10132c7fb50e5b543e353f7f9d0ef95874c2913c668cd398f6975bddc91167104f494c0e2dee3f8520d1d3a23 SHA512 a4b4e4cb9889d4d7b81de5f9b22ecad6fe7591f88ee69d1f175532cece17b91abb0884f175c557c58736ec4b2644ef8d6cfbb168a0b9a2f4fe81b6fd7ff4a3da

View File

@@ -0,0 +1,54 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pbr
PYTHON_COMPAT=( python3_{12..14} )
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-3.0.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}]
)
"
EPYTEST_PLUGINS=()
EPYTEST_IGNORE=(
# not packaged
designateclient/hacking/checks.py
# Requires access to cloud instance
designateclient/functionaltests/
)
distutils_enable_tests pytest