diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-19 19:12:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-19 19:12:04 +0000 |
| commit | 34f30c80d0f2549965255dae1043e028b027869a (patch) | |
| tree | ff23a87f2a3db2ad869e6b66d0103ccf3752bf4c /dev-python/python-designateclient/python-designateclient-6.3.0.ebuild | |
| parent | bd587a36d251fb687d456c2063414e95dd5e3bd3 (diff) | |
| download | baldeagleos-repo-34f30c80d0f2549965255dae1043e028b027869a.tar.gz baldeagleos-repo-34f30c80d0f2549965255dae1043e028b027869a.tar.xz baldeagleos-repo-34f30c80d0f2549965255dae1043e028b027869a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-designateclient/python-designateclient-6.3.0.ebuild')
| -rw-r--r-- | dev-python/python-designateclient/python-designateclient-6.3.0.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
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 |
