python-jinja: update to 2.6.
This commit is contained in:
parent
a37b9a16f8
commit
782600fa08
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'python-jinja'
|
||||
pkgname=python-jinja
|
||||
version=2.5.5
|
||||
revision=2
|
||||
version=2.6
|
||||
revision=1
|
||||
wrksrc="Jinja2-${version}"
|
||||
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||
build_style=python-module
|
||||
fulldepends="python python-MarkupSafe python-distribute"
|
||||
short_desc="Modern and designer friendly templating language for Python"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=22f9675e42dc640c4469d4f7d210baecb5e695823af954c813d51c930235675d
|
||||
homepage="http://jinja.pocoo.org/"
|
||||
license="BSD"
|
||||
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||
checksum=a85e185375db75c109f99ecde3d55415f035e7068a82252cf4f16c667ac38f49
|
||||
long_desc="
|
||||
Features:
|
||||
|
||||
|
@ -23,4 +25,3 @@ long_desc="
|
|||
|
||||
pycompile_module="jinja2"
|
||||
noarch=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue