python3-cheetah3: update to 3.2.2.

This commit is contained in:
Piotr Wójcik 2019-05-04 21:44:51 +02:00 committed by Helmut Pozimski
parent be5223db9c
commit ae5fddb4ae

View file

@ -1,22 +1,27 @@
# Template file for 'python3-cheetah3'
pkgname=python3-cheetah3
version=3.2.1
version=3.2.2
revision=1
wrksrc="Cheetah3-${version}"
build_style=python3-module
pycompile_module="Cheetah"
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
checkdepends="tox"
short_desc="Python-powered template engine and code generator"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="http://www.cheetahtemplate.org/"
distfiles="${PYPI_SITE}/C/Cheetah3/Cheetah3-${version}.tar.gz"
checksum=685f961d2761e140bfea67156a013313acda66a229edc6c8708b71d9080ece9c
checksum=d86c08848082f0e3426ff9c2712052955bd9b969613b12d6a87be75d75e06c53
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}