20 lines
689 B
Bash
20 lines
689 B
Bash
# Template file for 'python3-Flask-WTF'
|
|
pkgname=python3-Flask-WTF
|
|
version=1.2.1
|
|
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=d069b141376fd6784198ca087a4b7fb56c4ce00856e108a37a9f9a02286cd1be
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|