20 lines
712 B
Bash
20 lines
712 B
Bash
# Template file for 'python3-Flask-WTF'
|
|
pkgname=python3-Flask-WTF
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
|
checksum=41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|