void-packages/srcpkgs/python-WTForms/template
2016-01-09 20:06:44 +01:00

34 lines
881 B
Bash

# Template file for 'python-WTForms'
pkgname=python-WTForms
version=2.1
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=ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f
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
}
}