python-jinja: update to 2.7.2.
This commit is contained in:
parent
b2205a5243
commit
2b5fbbb12e
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'python-jinja'
|
||||
pkgname=python-jinja
|
||||
version=2.7.1
|
||||
version=2.7.2
|
||||
revision=1
|
||||
wrksrc="Jinja2-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
makedepends="python python-MarkupSafe python-distribute"
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
|
@ -13,15 +14,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://jinja.pocoo.org/"
|
||||
license="BSD"
|
||||
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||
checksum=5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b
|
||||
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"
|
||||
checksum=310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235
|
||||
|
|
Loading…
Reference in New Issue
Block a user