20 lines
707 B
Bash
20 lines
707 B
Bash
# Template file for 'python3-Flask-WTF'
|
|
pkgname=python3-Flask-WTF
|
|
version=1.0.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-Flask python3-WTForms"
|
|
checkdepends="python3-itsdangerous python3-WTForms python3-Flask"
|
|
short_desc="Simple integration of Flask and WTForms (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.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=34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|