mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Jinja2: update to 3.1.4.
This commit is contained in:
parent
f2af55b3aa
commit
a0606c4cb5
1 changed files with 8 additions and 9 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python3-Jinja2'
|
# Template file for 'python3-Jinja2'
|
||||||
pkgname=python3-Jinja2
|
pkgname=python3-Jinja2
|
||||||
reverts="3.1.1_1 3.1.1_2"
|
version=3.1.4
|
||||||
version=3.1.3
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-MarkupSafe"
|
depends="python3-MarkupSafe"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Full featured template engine (Python3)"
|
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="http://jinja.pocoo.org/"
|
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=ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90
|
checksum=4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue