1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
6 pkgdesc="An immutable URL class for easy URL-building and manipulation"
9 url="https://github.com/codeinthehole/purl"
10 depends=('python-six')
11 makedepends=('python-setuptools')
12 checkdepends=('python-pytest')
13 source=("https://github.com/codeinthehole/purl/archive/$pkgver/$pkgname-$pkgver.tar.gz")
14 sha512sums=('293079e9e15ac7e1669ea534ea8ac3aea92ebc1a18b33fc15e135e241da9c5612978946deca8fe3e53b39004ee33393317901ed3dfe053be12399591050dd9cd')
28 python setup.py install --root="$pkgdir" --optimize=1
29 install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/