diff --git a/srcpkgs/python-jinja/template b/srcpkgs/python-jinja/template new file mode 100644 index 0000000000..bb72a3be69 --- /dev/null +++ b/srcpkgs/python-jinja/template @@ -0,0 +1,25 @@ +# Template file for 'python-jinja' +pkgname=python-jinja +version=2.5.5 +wrksrc="Jinja2-${version}" +distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz" +build_style=python-module +short_desc="Modern and designer friendly templating language for Python" +maintainer="Juan RP " +checksum=22f9675e42dc640c4469d4f7d210baecb5e695823af954c813d51c930235675d +long_desc=" + Features: + + * sandboxed execution + * powerful automatic HTML escaping system for XSS prevention + * template inheritance + * compiles down to the optimal python code just in time + * optional ahead of time template compilation + * easy to debug. Line numbers of exceptions directly point to the correct + line in the template. + * configurable syntax" + +noarch=yes +Add_dependency full python +Add_dependency full python-MarkupSafe +Add_dependency build python-distribute