1 # Maintainer: Felix Yan <felixonmars@archlinux.org>
3 pkgname=python-dominate
6 pkgdesc="A Python library for creating and manipulating HTML documents using an elegant DOM API"
7 url="https://github.com/Knio/dominate"
11 makedepends=('python-setuptools')
12 checkdepends=('python-pytest-runner')
13 source=("$pkgname-$pkgver.tar.gz::https://github.com/Knio/dominate/archive/$pkgver.tar.gz")
14 sha512sums=('4266d027aafe336f497b396e430daca9333f06a2599e56dca9a9f918ec21451cfc6ebfcc96b53e37c66e94223fdcb11d9552e9426728e3fbfeb8c8d5e010312c')
23 python setup.py pytest
28 python setup.py install --root="$pkgdir" --optimize=1