28 lines
934 B
Text
28 lines
934 B
Text
# Template file for 'python-jinja'
|
|
pkgname=python-jinja
|
|
version=2.5.5
|
|
revision=2
|
|
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"
|
|
|
|
pycompile_module="jinja2"
|
|
noarch=yes
|
|
|
|
Add_dependency full python
|
|
Add_dependency full python-MarkupSafe
|
|
Add_dependency full python-distribute
|