39 lines
1.1 KiB
Bash
39 lines
1.1 KiB
Bash
# Template file for 'python-Flask-WTF'
|
|
pkgname=python-Flask-WTF
|
|
version=0.13.1
|
|
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=20a5d72271677722ba6834e9e3327af777e0f6a758a3010c892c362107398512
|
|
|
|
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}"
|
|
}
|