python-Jinja2: update to 2.10.1.
This commit is contained in:
parent
5ba02d0f8c
commit
7cd7a62553
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python-Jinja2'
|
# Template file for 'python-Jinja2'
|
||||||
pkgname=python-Jinja2
|
pkgname=python-Jinja2
|
||||||
version=2.10
|
version=2.10.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Jinja2-${version}"
|
wrksrc="Jinja2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="jinja2"
|
pycompile_module="jinja2"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
checkdepends="python-MarkupSafe python3-MarkupSafe python-pytest python3-pytest"
|
|
||||||
depends="python-MarkupSafe"
|
depends="python-MarkupSafe"
|
||||||
|
checkdepends="python-MarkupSafe python3-MarkupSafe python-pytest python3-pytest"
|
||||||
short_desc="Full featured template engine (Python2)"
|
short_desc="Full featured template engine (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="http://jinja.pocoo.org/"
|
homepage="http://jinja.pocoo.org/"
|
||||||
license="3-clause-BSD"
|
|
||||||
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||||
checksum=f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4
|
checksum=065c4f02ebe7f7cf559e49ee5a95fb800a9e4528727aec6f24402a5374c65013
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python2 -m pytest tests/
|
python2 -m pytest tests/
|
||||||
|
|
Loading…
Reference in a new issue