# Template file for 'python-Flask-WTF' pkgname=python-Flask-WTF version=0.14.2 revision=1 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 " 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}" }