mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
python-Flask-WTF: update to 0.13
This commit is contained in:
parent
4eeaf3118e
commit
0b819b43c9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Flask-WTF'
|
# Template file for 'python-Flask-WTF'
|
||||||
pkgname=python-Flask-WTF
|
pkgname=python-Flask-WTF
|
||||||
version=0.12
|
version=0.13
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -11,10 +11,10 @@ hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-Flask python-WTForms"
|
depends="python-Flask python-WTForms"
|
||||||
short_desc="Simple integration of Flask and WTForms (Python2)"
|
short_desc="Simple integration of Flask and WTForms (Python2)"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="https://github.com/lepture/flask-wtf"
|
homepage="https://github.com/lepture/flask-wtf"
|
||||||
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
||||||
checksum=bd99316c97ed1d1cb90b8f0c242c86420a891a6a2058f20717e424bf5b0bb80e
|
checksum=d928a8d8589f87e404c9f3ed7420145cad235799099b7d3635a7ab29f2e05421
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue