2024-12-14 07:43:04 -05:00

20 lines
689 B
Bash

# Template file for 'python3-Flask-WTF'
pkgname=python3-Flask-WTF
version=1.2.2
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=54c29c2ff464d9875191299afdd9148c4ea83e39456a9c08f7d0543bf46fd4fd
post_install() {
vlicense LICENSE.rst
}