# Template file for 'python-itsdangerous pkgname=python-itsdangerous version=0.24 revision=1 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module python_versions="2.7 3.4" pycompile_module="itsdangerous" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="python-devel python3.4-devel" depends="python" short_desc="Various helpers to pass trusted data to untrusted enviroments and back" maintainer="Markus Berger " homepage="http://github.com/mitsuhiko/itsdangerous" license="BSD" distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz" checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519 python3.4-itsdangerous_package() { noarch=yes depends="python3.4" pycompile_version="3.4" pycompile_module="itsdangerous" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }