# Template file for 'python-parse' pkgname=python-parse version=1.8.0 revision=1 noarch=yes wrksrc="parse-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python" pycompile_module="parse.py" short_desc="Parse strings using the format() syntax (Python2)" maintainer="Eivind Uggedal " license="MIT" homepage="https://github.com/r1chardj0n3s/parse" distfiles="${PYPI_SITE}/p/parse/parse-${version}.tar.gz" checksum=8b4f28bbe7c0f24981669ea92b2ba704ee63b5346027e82be30118bb5788ff10 python3-parse_package() { noarch=yes depends="python3" pycompile_module="parse.py" replaces="python3.4-parse>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } } python3.4-parse_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-parse>=${version}_${revision}" }