32 lines
867 B
Bash
32 lines
867 B
Bash
# Template file for 'python-Flask-WTF'
|
|
pkgname=python-Flask-WTF
|
|
version=0.14.2
|
|
revision=2
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
pycompile_module="flask_wtf"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-Flask python-WTForms"
|
|
short_desc="Simple integration of Flask and WTForms (Python2)"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
license="3-clause-BSD"
|
|
homepage="https://github.com/lepture/flask-wtf"
|
|
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
|
checksum=5d14d55cfd35f613d99ee7cba0fc3fbbe63ba02f544d349158c14ca15561cc36
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-Flask-WTF_package() {
|
|
noarch=yes
|
|
pycompile_module="flask_wtf"
|
|
depends="python3-Flask python3-WTForms"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|