1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
7 pkgdesc='Python library for Hawk HTTP authorization'
9 url='https://github.com/kumar303/mohawk'
11 depends=('python-six')
12 makedepends=('python-setuptools')
13 checkdepends=('python-mock' 'python-nose')
14 source=("https://github.com/kumar303/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
15 sha256sums=('995ecf009a92efb18a6503707e0c4d9887fe758102d824ca3e5a5625fee1b8bd')
29 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
30 install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"