updating rackspace-novaclient

This commit is contained in:
Matthew Thode
2016-10-05 13:51:46 -05:00
parent 8ea38b7f6d
commit ece2bfa952
9 changed files with 84 additions and 10 deletions

View File

@@ -1 +1,2 @@
DIST rackspace-novaclient-1.4.tar.gz 1706 SHA256 68e1f53411b635f836a53d09e6c85f6a7d5d69d39df2e25a745406140cd5c275 SHA512 d36e6e331f37a9cbd6802122d03d47678ff01a5e0b0aab4def337fccd1cba9b16e088c0b27873c0612fd31c188676471805f81240127d1432613f573c1cf4281 WHIRLPOOL a6015dc091ca1128f7c2d32b2f528eebb4a8e6f8e89e86dcb3502751e8fc81c244fbc09974a78f059f0f1d5591f72a4c0634bc3fc878f9c9d365760426d1f8c6
DIST rackspace-novaclient-2.1.tar.gz 1729 SHA256 22fc44f623bae0feb32986ec4630abee904e4c96fba5849386a87e88c450eae7 SHA512 81a3c4214ae7500909f2d5b48b86f9be5ff8d2881f5ffa18bc477050608f440cf105f8a461966b998cc98d839719348156035f47059ce631988bb3030ad65d34 WHIRLPOOL fb849ab912ddc428a100b6de36e77c21c68c22ae332754133b6370484eba61782bc1fab84cbd80222cd532e603071b2b00f537f0650ce30a039624451f71c1a3

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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/rackerlabs/rackspace-novaclient"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
>=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}]
>=dev-python/rackspace-auth-openstack-1.3[${PYTHON_USEDEP}]
>=dev-python/os-diskconfig-python-novaclient-ext-0.1.2[${PYTHON_USEDEP}]
!dev-python/rax-backup-schedule-python-novaclient-ext[${PYTHON_USEDEP}]
>=dev-python/os-networksv2-python-novaclient-ext-0.21[${PYTHON_USEDEP}]
>=dev-python/os-virtual-interfacesv2-python-novaclient-ext-0.15[${PYTHON_USEDEP}]
>=dev-python/rax-default-network-flags-python-novaclient-ext-0.2.4[${PYTHON_USEDEP}]
dev-python/ip-associations-python-novaclient-ext[${PYTHON_USEDEP}]"
python_prepare() {
mkdir -p "${BUILD_DIR}" || die
}