mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
python-Jinja2: update to 2.8.1
This commit is contained in:
parent
df8a1e07db
commit
e3c442faf2
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-Jinja2'
|
# Template file for 'python-Jinja2'
|
||||||
pkgname=python-Jinja2
|
pkgname=python-Jinja2
|
||||||
version=2.8
|
version=2.8.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
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"
|
||||||
depends="python-MarkupSafe"
|
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>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://jinja.pocoo.org/"
|
homepage="http://jinja.pocoo.org/"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
|
||||||
checksum=bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4
|
checksum=35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue