diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:29:47 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-09-28 15:32:52 -0500 |
| commit | d4334f420c4739bf9047a2c11d23257e5412d0ff (patch) | |
| tree | 76f6a08c535761d667a3a9a57b7a305baffbd8dd /dev-python/python-zunclient/python-zunclient-0.4.1.ebuild | |
| parent | 02593ec178a6f6b991c035cd30d1a2aca9907c1a (diff) | |
| download | gentoo-d4334f420c4739bf9047a2c11d23257e5412d0ff.tar.gz gentoo-d4334f420c4739bf9047a2c11d23257e5412d0ff.tar.bz2 gentoo-d4334f420c4739bf9047a2c11d23257e5412d0ff.zip | |
dev-python/python-zunclient: 2.1.0 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-python/python-zunclient/python-zunclient-0.4.1.ebuild')
| -rw-r--r-- | dev-python/python-zunclient/python-zunclient-0.4.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/python-zunclient/python-zunclient-0.4.1.ebuild b/dev-python/python-zunclient/python-zunclient-0.4.1.ebuild deleted file mode 100644 index e573b87df465..000000000000 --- a/dev-python/python-zunclient/python-zunclient-0.4.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Zun API" -HOMEPAGE="https://github.com/openstack/python-zunclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - !~dev-python/pbr-2.1.0" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" -RDEPEND=" - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}] - <dev-python/prettytable-0.8[${PYTHON_USEDEP}] - >=dev-python/python-openstackclient-3.11.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.7.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}] - !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}] - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] - >=dev-python/docker-py-2.0.0[${PYTHON_USEDEP}]" |
