1 pkgname=python2-stringtemplate
4 pkgdesc='Python2 bindings for StringTemplate, a template engine for generating source code, web pages, emails, or any other formatted text output.'
5 url="http://www.stringtemplate.org/"
7 depends=('python-antlr2' 'python2')
10 source=(http://www.stringtemplate.org/download/PyStringTemplate-${pkgver}.tar.gz)
11 md5sums=('be68025b8349445ed799b87b8e366d2a')
15 cd ${srcdir}/stringtemplate3-${pkgver}
16 python2 setup.py install --root $startdir/pkg || return 1