python3-Flask-WTF: update to 1.1.1.
This commit is contained in:
parent
0264919b7c
commit
72322cede7
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-Flask-WTF'
|
||||
pkgname=python3-Flask-WTF
|
||||
version=1.0.1
|
||||
revision=2
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Flask python3-WTForms"
|
||||
checkdepends="python3-itsdangerous python3-WTForms python3-Flask"
|
||||
depends="python3-Flask python3-WTForms python3-itsdangerous"
|
||||
checkdepends="python3-pytest-xdist $depends"
|
||||
short_desc="Simple integration of Flask and WTForms (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9
|
||||
checksum=41c4244e9ae626d63bed42ae4785b90667b885b1535d5a4095e1f63060d12aa9
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
|
|
Loading…
Reference in New Issue