void-packages/srcpkgs/python-Flask-WTF/template
2017-08-28 04:28:11 +02:00

39 lines
1.1 KiB
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"
replaces="python3.4-Flask-WTF>=0"
depends="python3-Flask python3-WTForms"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}
python3.4-Flask-WTF_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-Flask-WTF>=${version}_${revision}"
}