python-Jinja2: update to 2.8.1
This commit is contained in:
parent
df8a1e07db
commit
e3c442faf2
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-Jinja2'
|
||||
pkgname=python-Jinja2
|
||||
version=2.8
|
||||
revision=2
|
||||
version=2.8.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="Jinja2-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="jinja2"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-MarkupSafe"
|
||||
short_desc="A full featured template engine for Python2"
|
||||
short_desc="Full featured template engine (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://jinja.pocoo.org/"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||
checksum=bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4
|
||||
checksum=35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue