1 # Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
2 # Contributor: brent s. <bts[at]square-r00t[dot]net>
8 pkgdesc='HCL configuration parser for python'
10 url='https://pypi.org/project/pyhcl/'
13 makedepends=(python-setuptools)
14 checkdepends=(python-pytest)
15 source=("https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
16 sha256sums=('2d9b9dcdf1023d812bfed561ba72c99104c5b3f52e558d595130a44ce081b003')
25 PYTHONPATH="$PWD/src" pytest tests
30 python setup.py install --root="$pkgdir" --optimize=1 --skip-build