1 # Maintainer: Rémy Oudompheng <remy@archlinux.org>
6 pkgdesc="A Python parser for Coffeescript Object Notation (CSON)"
8 url="https://github.com/avakar/pycson"
15 depends=('python' 'python-six' 'python-speg')
16 _commit=d2ed07d980382e44726cf3c074957e752ef6441b
17 source=("git+https://github.com/avakar/pycson.git#tag=${_commit}")
22 PYTHONPATH=. py.test --cov=cson --cov-report term-missing
27 python setup.py install --root="${pkgdir}"
28 install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"