From 34dea8e38f88007799629d0a56b12dec480b1d21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Jun 2021 14:45:01 +0100 Subject: gentoo resync : 20.06.2021 --- dev-python/python-manilaclient/Manifest | 3 -- dev-python/python-manilaclient/metadata.xml | 17 ---------- .../python-manilaclient-2.3.0.ebuild | 36 ---------------------- 3 files changed, 56 deletions(-) delete mode 100644 dev-python/python-manilaclient/Manifest delete mode 100644 dev-python/python-manilaclient/metadata.xml delete mode 100644 dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild (limited to 'dev-python/python-manilaclient') diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest deleted file mode 100644 index 7eeb953f18e9..000000000000 --- a/dev-python/python-manilaclient/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-manilaclient-2.3.0.tar.gz 263246 BLAKE2B 885ed636369d296b64bee91b8556be7059837a7958252fe0d24ae6fac7d3e04971539389113bdb06cf8223beb66370e93a3e834b5b8985edbb55b6c922cafdd0 SHA512 cedbf7aa4cce98bb46379dce70684ba3425d6fbd692cfe9878674cb8d7846bd536893fcbdd4c5dbd47e863cb509739433dff905413921ad17cce4e8123e593a9 -EBUILD python-manilaclient-2.3.0.ebuild 1296 BLAKE2B 98bc930b59df1ccd63c2a559239a1028a7e97c95b58e218ed2128b59ae8e410c6f3a68abbd93efa187f1f57a9c18472b12f5a02f872f0007882f5bceeebf3feb SHA512 f41d1d415f1c6268c620ae06d38166b436197d4e5d65ad880662d7022581e11be3e0b9fc0b77e21e4845bfe8d87979e9f53215463279f30db56e0cf29b70ee88 -MISC metadata.xml 536 BLAKE2B f877d0ca1121871d2e1d7cbef3c4adc602ebaa7c12a2c5d122f8b3e24f7fb942404552ccc47adc8d36af9f9c59fcfbe2f7d3c520ece2b85cb243fded35d58f9e SHA512 b40cdf67d3968efd530c1a3c9af3d72d1f83e56edd741c75facae78ac80a8a2e421fafd0025edc1aa2223b6c0827256b89df44084fc45f52d278316296f77601 diff --git a/dev-python/python-manilaclient/metadata.xml b/dev-python/python-manilaclient/metadata.xml deleted file mode 100644 index aff03ce98fc3..000000000000 --- a/dev-python/python-manilaclient/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - prometheanfire@gentoo.org - Matthew Thode - - - openstack@gentoo.org - Openstack - - - - python-manilaclient - openstack/python-manilaclient - - diff --git a/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild deleted file mode 100644 index a71cfc86bbc9..000000000000 --- a/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Manila API" -HOMEPAGE="https://github.com/openstack/python-manilaclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" - -DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]" -RDEPEND=" - >=dev-python/pbr-1.8[${PYTHON_USEDEP}] - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}] - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] - =dev-python/requests-2.14.2[${PYTHON_USEDEP}] - >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}] - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}] - >=dev-python/six-1.10.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}] - >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}] - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] -" -- cgit v1.2.3