mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-Jinja2: update to 3.1.5.
This commit is contained in:
parent
4d2710160f
commit
79d857421b
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'python3-Jinja2'
|
# Template file for 'python3-Jinja2'
|
||||||
pkgname=python3-Jinja2
|
pkgname=python3-Jinja2
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-flit_core"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-MarkupSafe"
|
depends="python3-MarkupSafe"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest python3-trio $depends"
|
||||||
short_desc="Fast and expressive template engine"
|
short_desc="Fast and expressive template engine"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://jinja.palletsprojects.com"
|
homepage="https://jinja.palletsprojects.com"
|
||||||
changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/j/jinja2/jinja2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/j/jinja2/jinja2-${version}.tar.gz"
|
||||||
checksum=4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369
|
checksum=8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue