# Template file for 'python-rencode' pkgname=python-rencode version=1.0.3 revision=2 wrksrc="rencode-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools python-Cython python3.4-Cython" makedepends="python-devel python3.4-devel" pycompile_module="rencode" short_desc="Python2 module for fast (basic) object serialization" maintainer="Andrea Brancaleoni " license="GPL-3" homepage="https://github.com/aresch/rencode" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=13c47ca2f9cf060083de7e5886e725731863c4a5d95545c68e0bb3a2149da444 python3.4-rencode_package() { pycompile_version="3.4" pycompile_module="rencode" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }