# Template file for 'python3-cheetah3' pkgname=python3-cheetah3 version=3.2.5 revision=2 wrksrc="Cheetah3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3" checkdepends="tox" short_desc="Python-powered template engine and code generator" maintainer="Piotr Wójcik " license="MIT" homepage="http://www.cheetahtemplate.org/" distfiles="${PYPI_SITE}/C/Cheetah3/Cheetah3-${version}.tar.gz" checksum=ececc9ca7c58b9a86ce71eb95594c4619949e2a058d2a1af74c7ae8222515eb1 alternatives="python-cheetah:cheetah:/usr/bin/cheetah3 python-cheetah:cheetah-analyze:/usr/bin/cheetah-analyze3 python-cheetah:cheetah-compile:/usr/bin/cheetah-compile3" do_check() { tox -e py${py3_ver/./} } post_install() { mv ${DESTDIR}/usr/bin/cheetah{,3} mv ${DESTDIR}/usr/bin/cheetah-analyze{,3} mv ${DESTDIR}/usr/bin/cheetah-compile{,3} vlicense LICENSE }