diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-02 07:10:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-03-02 07:10:59 +0000 |
| commit | c0656c8d2536fafb7b43a5c83288b99f600ca54b (patch) | |
| tree | eaec9e8b3ef59931427d76ec6a95cab7a889b4a9 /dev-python/python-designateclient | |
| parent | 0afa2e4c11accc0b2f071494ec4dc1f81b8d1a75 (diff) | |
| download | baldeagleos-repo-c0656c8d2536fafb7b43a5c83288b99f600ca54b.tar.gz baldeagleos-repo-c0656c8d2536fafb7b43a5c83288b99f600ca54b.tar.xz baldeagleos-repo-c0656c8d2536fafb7b43a5c83288b99f600ca54b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-designateclient')
| -rw-r--r-- | dev-python/python-designateclient/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-designateclient/python-designateclient-6.4.0.ebuild | 53 |
2 files changed, 54 insertions, 0 deletions
diff --git a/dev-python/python-designateclient/Manifest b/dev-python/python-designateclient/Manifest index 02e5e187bf42..395d327ec338 100644 --- a/dev-python/python-designateclient/Manifest +++ b/dev-python/python-designateclient/Manifest @@ -1 +1,2 @@ DIST python_designateclient-6.3.0.tar.gz 72386 BLAKE2B 6296b3ad3c516989c363ee4ac4653656330a0c8c3e2df9de8e8844a88d2c53f8926273e2dc6eda207ea95634f48fde22f99e6c6902c77a160db4c6da7037bccf SHA512 7a7eb0b4a310f921eaa68c5258a81bad91a15bb51b26e81f6ab17d34a0ce91817f47912114278a13ae767b5cd8063dea951f59de0f04d389c21371a77e26ba30 +DIST python_designateclient-6.4.0.tar.gz 73138 BLAKE2B ee8ad46cc5c82027afc914933ae6a84d046f282241761fb4c59db7e8c578b862033878baeead1ed1d583893c1ce422030d9110eed70947358403a0781982104e SHA512 72b8394a386acb1f529ac3d5eaa815cecc843519deda758340fc1872f98aa7bbced9585f261d8742f7def7a6756f2801d9611240f2a6d0a8aafd907b1c060e5d diff --git a/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild b/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild new file mode 100644 index 000000000000..4b22b65addec --- /dev/null +++ b/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild @@ -0,0 +1,53 @@ +# 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_{10..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}] + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}] + >=dev-python/tempest-25.0.0[${PYTHON_USEDEP}] + ) +" + +EPYTEST_IGNORE=( + # not packaged + designateclient/hacking/checks.py + designateclient/functionaltests/ +) + +distutils_enable_tests pytest |
