python-quantumclient removed from the overlay.

This commit is contained in:
Kolan Sh 2014-09-24 16:00:06 +04:00
parent a839020050
commit 96b417f0e1
2 changed files with 0 additions and 33 deletions

View File

@ -1 +0,0 @@
DIST python-quantumclient-2.2.3.tar.gz 106218 SHA256 8fabbc2fdfe58aa30c30d3a747811e020b1b6fbe4d48d9c8a5f749ee36278fc6 SHA512 5e7dd01f1f8a0f786260a679258f9a50a0d9afaed47a3a1ec27ee793e9e282c8d30e48778ec447d95507a49c801a26361a3e1eb4574ee48c8add7c024a45382e WHIRLPOOL a50ccd87ac4e60a7a2b55d6b47294f5752c423b2d31fae6b69fe4d28067409c2256ccaebdef9b130c5a30a5b716cfe2aefc03af2a0d504d975a2db55a9896f7b

View File

@ -1,32 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-quantumclient/python-quantumclient-2.2.3.ebuild,v 1.1 2013/08/22 04:49:05 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Quantum API"
HOMEPAGE="https://launchpad.net/neutron"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
>=dev-python/pbr-0.5.16[${PYTHON_USEDEP}]
<dev-python/pbr-0.6[${PYTHON_USEDEP}]
>=dev-python/cliff-1.4[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
>=dev-python/iso8601-0.1.4[${PYTHON_USEDEP}]
>=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
>=dev-python/d2to1-0.2.10[${PYTHON_USEDEP}]
<dev-python/d2to1-0.3[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}]
<dev-python/pyparsing-3.0[${PYTHON_USEDEP}]"