Andrew J. Hesford 3d6eb5861c Revert "python3-Jinja2: update to 3.1.1."
python3-jupyter_nbconvert-6.0.7 is incompatible with Jinja >= 3.1.0, so
hold back until that package can be updated.

This reverts commit ffcb1e6fb8349a0d15466f45487407708e0373f5.
2022-03-31 10:15:10 -04:00

22 lines
677 B
Bash

# Template file for 'python3-Jinja2'
pkgname=python3-Jinja2
reverts="3.1.1_1"
version=3.0.3
revision=2
wrksrc="Jinja2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-MarkupSafe"
checkdepends="python3-pytest $depends"
short_desc="Full featured template engine (Python3)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="http://jinja.pocoo.org/"
changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst"
distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz"
checksum=611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7
post_install() {
vlicense LICENSE.rst
}