Added python-jinja-2.5.5 build template.

This commit is contained in:
Juan RP 2010-11-27 23:58:05 +01:00
parent 90c8dc1973
commit 3e8cb87605

View file

@ -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 <xtraeme@gmail.com>"
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