summaryrefslogtreecommitdiff
path: root/dev-python/python-designateclient
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-designateclient')
-rw-r--r--dev-python/python-designateclient/Manifest1
-rw-r--r--dev-python/python-designateclient/python-designateclient-6.3.0.ebuild53
-rw-r--r--dev-python/python-designateclient/python-designateclient-6.4.0.ebuild26
3 files changed, 13 insertions, 67 deletions
diff --git a/dev-python/python-designateclient/Manifest b/dev-python/python-designateclient/Manifest
index 395d327ec338..60374a9ebfb8 100644
--- a/dev-python/python-designateclient/Manifest
+++ b/dev-python/python-designateclient/Manifest
@@ -1,2 +1 @@
-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.3.0.ebuild b/dev-python/python-designateclient/python-designateclient-6.3.0.ebuild
deleted file mode 100644
index fd21b12be8a6..000000000000
--- a/dev-python/python-designateclient/python-designateclient-6.3.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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-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}]
-"
-
-# Tests disabled as it depends on dev-python/stestr which is masked for removal
-# 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
diff --git a/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild b/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild
index bf988b770112..7fbf41f37e18 100644
--- a/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild
+++ b/dev-python/python-designateclient/python-designateclient-6.4.0.ebuild
@@ -32,23 +32,23 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
"
-# Tests disabled as it depends on dev-python/stestr which is masked for removal
-# 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}]
-# )
-# "
+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
+distutils_enable_tests pytest