From 43cc14ef7146fe4a93bb347fc9abda9b9e1fe301 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 9 May 2017 10:29:23 -0500 Subject: dev-python/python-novaclient: bups and cleanups Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- .../python-novaclient-7.1.1.ebuild | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 dev-python/python-novaclient/python-novaclient-7.1.1.ebuild (limited to 'dev-python/python-novaclient/python-novaclient-7.1.1.ebuild') diff --git a/dev-python/python-novaclient/python-novaclient-7.1.1.ebuild b/dev-python/python-novaclient/python-novaclient-7.1.1.ebuild new file mode 100644 index 000000000000..d73a8c0cb9d7 --- /dev/null +++ b/dev-python/python-novaclient/python-novaclient-7.1.1.ebuild @@ -0,0 +1,67 @@ +# 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 Nova API" +HOMEPAGE="https://github.com/openstack/python-novaclient" +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" +IUSE="test" + +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}] +