# Template file for 'python3-Jinja2'
pkgname=python3-Jinja2
version=3.1.5
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3-MarkupSafe"
checkdepends="python3-pytest python3-trio $depends"
short_desc="Fast and expressive template engine"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://jinja.palletsprojects.com"
changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jinja2/jinja2-${version}.tar.gz"
checksum=8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb

post_install() {
	vlicense LICENSE.txt
}
