diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-06 07:02:25 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-06 07:02:25 +0000 |
| commit | bf2303e6bf93b4b9382690091cced410b34f6545 (patch) | |
| tree | 07effdf0b0133c0db74babd0c79a8f9206bb098e /dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild | |
| parent | 21482f5dabda855fbc5b2669b51199d9bb7da845 (diff) | |
| download | baldeagleos-repo-bf2303e6bf93b4b9382690091cced410b34f6545.tar.gz baldeagleos-repo-bf2303e6bf93b4b9382690091cced410b34f6545.tar.xz baldeagleos-repo-bf2303e6bf93b4b9382690091cced410b34f6545.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild')
| -rw-r--r-- | dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild b/dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild deleted file mode 100644 index 0ccf003feb93..000000000000 --- a/dev-python/python-magnumclient/python-magnumclient-4.7.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A client for the OpenStack Magnum API" -HOMEPAGE=" - https://opendev.org/openstack/python-magnumclient - https://github.com/openstack/python-magnumclient/ - https://pypi.org/project/python-magnumclient/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth1-3.5.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] - >dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}] - >=dev-python/cryptography-3.0.0[${PYTHON_USEDEP}] - >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |
