# Template file for 'python-polib' pkgname=python-polib version=1.0.5 revision=1 noarch=yes wrksrc="polib-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" depends="python" pycompile_module="polib.py" short_desc="Python2 library to manipulate gettext files" maintainer="Juan RP " homepage="http://bitbucket.org/izi/polib/" license="MIT" update_pkgname="polib" distfiles="${PYPI_SITE}/p/polib/polib-${version}.tar.gz" checksum=c44236823eb6227b2fab8bd9e56632a649e67a80211f85a4a2e3c85c65c8acd9 python3.4-polib_package() { depends="python3.4" pycompile_version="3.4" pycompile_module="polib.py" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }