Added python-jinja-2.5.5 build template.
This commit is contained in:
parent
90c8dc1973
commit
3e8cb87605
|
@ -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
|
Loading…
Reference in New Issue