summaryrefslogtreecommitdiff
path: root/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-24 12:26:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-24 12:26:00 +0000
commit2de097b61f0b21a8c1953c460af062228f7782ed (patch)
tree7a3e3336674af4d4ff9f712bc123d08a2de6cc12 /dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild
parent768ca99dc2123e602f5b621a1ac23cca914b4f4a (diff)
downloadbaldeagleos-repo-2de097b61f0b21a8c1953c460af062228f7782ed.tar.gz
baldeagleos-repo-2de097b61f0b21a8c1953c460af062228f7782ed.tar.xz
baldeagleos-repo-2de097b61f0b21a8c1953c460af062228f7782ed.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild')
-rw-r--r--dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild
deleted file mode 100644
index 7ccf0b4d2e1a..000000000000
--- a/dev-python/python-manilaclient/python-manilaclient-1.27.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7,8,9} )
-
-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"
-
-CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=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/prettytable-0.8[${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/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
- # built in...
- sed -i '/^hacking/d' test-requirements.txt || die
- distutils-r1_python_prepare_all
-}