From 3e8cb876057846c4508bba4bd8be0a689d08fb36 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Nov 2010 23:58:05 +0100 Subject: [PATCH] Added python-jinja-2.5.5 build template. --- srcpkgs/python-jinja/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/python-jinja/template 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