# Template file for 'python3-Flask-WTF'
pkgname=python3-Flask-WTF
version=1.3.0
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-Flask python3-WTForms python3-itsdangerous"
checkdepends="python3-pytest-xdist $depends"
short_desc="Simple integration of Flask and WTForms (Python3)"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/lepture/flask-wtf"
changelog="https://raw.githubusercontent.com/wtforms/flask-wtf/main/docs/changes.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4f7c119fb0a1e72d02b40f27dbd5241ea5f3e46b78a5032bb944c65e4da1fa4c

post_install() {
	vlicense LICENSE.rst
}
