From bf0faa7a02b55df7280e58563744670e90148ff8 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 23 Feb 2023 21:51:37 +0000 Subject: Adding metadata --- dev-python/python-saharaclient/Manifest | 1 - dev-python/python-saharaclient/metadata.xml | 12 ------ .../python-saharaclient-3.5.0.ebuild | 44 ---------------------- 3 files changed, 57 deletions(-) delete mode 100644 dev-python/python-saharaclient/Manifest delete mode 100644 dev-python/python-saharaclient/metadata.xml delete mode 100644 dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild (limited to 'dev-python/python-saharaclient') diff --git a/dev-python/python-saharaclient/Manifest b/dev-python/python-saharaclient/Manifest deleted file mode 100644 index 48edc0b8c1c9..000000000000 --- a/dev-python/python-saharaclient/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-saharaclient-3.5.0.tar.gz 109169 BLAKE2B a10183f9a35f8f380852ab711884ba18e9ae39362d3859fc49b1a744132de52c08e2f615d8d04eeff5be5d05af006d6ae7a54a78908df84c898991a7d0859b54 SHA512 20de5a964891314043790de98a1cb77fe5aa59cdb309c419feb73cf2034313c5f3c1ea6ee7303a0599080c2215c9ef7db0141ba42978d5a840281ba005a20bc0 diff --git a/dev-python/python-saharaclient/metadata.xml b/dev-python/python-saharaclient/metadata.xml deleted file mode 100644 index 60bbd48b0274..000000000000 --- a/dev-python/python-saharaclient/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - lssndrbarbieri@gmail.com - Alessandro Barbieri - co-maintainers welcome - - - gentoo-guru-overlay - - \ No newline at end of file diff --git a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild deleted file mode 100644 index 77890157d3ad..000000000000 --- a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) - -inherit distutils-r1 - -DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP" -HOMEPAGE=" - https://github.com/openstack/python-saharaclient - https://opendev.org/openstack/python-saharaclient - https://launchpad.net/python-saharaclient - https://pypi.org/project/python-saharaclient/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/python-openstackclient-5.2.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} - test? ( - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -- cgit v1.3.1