1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
4 pkgname=python-novaclient
6 _commit=85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b
8 pkgdesc="Client library for OpenStack Compute API"
10 url="https://docs.openstack.org/python-novaclient/latest/"
12 depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneauth1'
13 'python-requests' 'python-iso8601' 'python-oslo-utils' 'python-oslo-i18n'
14 'python-oslo-serialization')
15 makedepends=('git' 'python-setuptools')
16 checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 'python-ddt' 'python-stestr' 'python-testscenarios')
17 source=("git+https://github.com/openstack/python-novaclient.git#commit=$_commit")
32 python setup.py install --root="$pkgdir" --optimize=1