mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-jinja: update to 2.7.2.
This commit is contained in:
parent
b2205a5243
commit
2b5fbbb12e
1 changed files with 3 additions and 13 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'python-jinja'
|
# Template file for 'python-jinja'
|
||||||
pkgname=python-jinja
|
pkgname=python-jinja
|
||||||
version=2.7.1
|
version=2.7.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Jinja2-${version}"
|
wrksrc="Jinja2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
hostmakedepends="python"
|
||||||
makedepends="python python-MarkupSafe python-distribute"
|
makedepends="python python-MarkupSafe python-distribute"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
@ -13,15 +14,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://jinja.pocoo.org/"
|
homepage="http://jinja.pocoo.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||||
checksum=5cc0a087a81dca1c08368482fb7a92fe2bdd8cfbb22bc0fccfe6c85affb04c8b
|
checksum=310a35fbccac3af13ebf927297f871ac656b9da1d248b1fe6765affa71b53235
|
||||||
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"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue