diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template new file mode 100644 index 00000000000..ac80cf25f66 --- /dev/null +++ b/srcpkgs/python-WTForms/template @@ -0,0 +1,33 @@ +# 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 " +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 + } +} diff --git a/srcpkgs/python3.4-WTForms b/srcpkgs/python3.4-WTForms new file mode 120000 index 00000000000..64195c4de29 --- /dev/null +++ b/srcpkgs/python3.4-WTForms @@ -0,0 +1 @@ +python-WTForms \ No newline at end of file