34 lines
910 B
Bash
34 lines
910 B
Bash
|
# Template file for 'python-WTForms'
|
||
|
pkgname=python-WTForms
|
||
|
version=2.0.2
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
wrksrc="${pkgname#*-}-${version}"
|
||
|
build_style=python-module
|
||
|
python_versions="2.7 3.4"
|
||
|
pycompile_module="wtforms"
|
||
|
hostmakedepends="python-setuptools python3.4-setuptools unzip"
|
||
|
depends="python"
|
||
|
short_desc="Forms validation and rendering library for Python2"
|
||
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||
|
license="BSD"
|
||
|
homepage="http://wtforms.simplecodes.com/"
|
||
|
distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.zip"
|
||
|
checksum=10737758ceae03b53021f3aa7e81bfc8dd6f679c879ffeb5e64ac6570facb6c1
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE.txt LICENSE
|
||
|
}
|
||
|
|
||
|
python3.4-WTForms_package() {
|
||
|
noarch=yes
|
||
|
depends="python3.4"
|
||
|
pycompile_version="3.4"
|
||
|
pycompile_module="wtforms"
|
||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||
|
pkg_install() {
|
||
|
vmove usr/lib/python3.4
|
||
|
vlicense LICENSE.txt LICENSE
|
||
|
}
|
||
|
}
|