1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
2 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
4 pkgname=python-designateclient
6 _commit=bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9
8 pkgdesc="OpenStack DNS-as-a-Service - Client"
10 url="https://docs.openstack.org/python-designateclient/latest/"
12 depends=('python-cliff' 'python-jsonschema' 'python-osc-lib' 'python-oslo-serialization'
13 'python-oslo-utils' 'python-pbr' 'python-keystoneauth1' 'python-requests' 'python-six'
14 'python-stevedore' 'python-debtcollector')
16 checkdepends=('python-oslotest' 'python-requests-mock')
17 source=("git+https://github.com/openstack/python-designateclient.git#commit=$_commit")
21 cd python-designateclient
26 cd python-designateclient
31 cd python-designateclient
32 python setup.py install --root="$pkgdir" --optimize=1