# Template file for 'python-pycountry' pkgname="python-pycountry" version=1.13 revision=1 wrksrc="pycountry-${version}" noarch=yes build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools unzip" depends="python-lxml" pycompile_module="pycountry" short_desc="ISO databases accessible from Python" maintainer="Farhad Shahbazi " license="LGPL-2.1" homepage="http://pypi.python.org/pypi/pycountry" distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz" checksum=3b72f2c334e702d463205e510d8d9b3fc8364a2f647074f543a1da2602730918 python3.4-pycountry_package() { pycompile_version="3.4" depends="python3.4-lxml" pycompile_module="pycountry" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 } }