From c798371ac41ef8032986ea44e11773ea6e59ce7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 3 Jun 2020 20:25:32 +0200 Subject: [PATCH] python3-cheetah3: update to 3.2.5. --- srcpkgs/python3-cheetah3/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template index b2149b2bc22..79b68c8e9fd 100644 --- a/srcpkgs/python3-cheetah3/template +++ b/srcpkgs/python3-cheetah3/template @@ -1,19 +1,19 @@ # Template file for 'python3-cheetah3' pkgname=python3-cheetah3 -version=3.2.4 -revision=2 +version=3.2.5 +revision=1 wrksrc="Cheetah3-${version}" build_style=python3-module -pycompile_module="Cheetah" 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=caabb9c22961a3413ac85cd1e5525ec9ca80daeba6555f4f60802b6c256e252b +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"