Date: Monday, October 10, 2022 @ 21:40:18
Author: grawlinson
Revision: 1327628
upgpkg: python-cheetah 3.3.0-1; new upstream release
* New upstream release.
* Add optdepends: python-markdown, python-pygments.
Modified:
python-cheetah3/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-10 21:39:28 UTC (rev 1327627)
+++ PKGBUILD 2022-10-10 21:40:18 UTC (rev 1327628)
@@ -3,7 +3,7 @@
pkgbase=python-cheetah3
pkgname=('python-cheetah3' 'python-cheetah3-docs')
-pkgver=3.3.0b0
+pkgver=3.3.0
pkgrel=1
pkgdesc='A Python powered template engine and code generator'
arch=('x86_64')
@@ -11,7 +11,11 @@
license=('MIT' 'custom:Public') # manpage released by Debian in public domain
makedepends=('git' 'python' 'python-setuptools' 'python-sphinx')
checkdepends=('python-markdown' 'python-pygments')
-_commit='55b0e07e169cc095aa54e04c37c15cf1f4bc2ef1'
+optdepends=(
+ 'python-markdown: for markdown filter'
+ 'python-pygments: for codehighlight filter'
+)
+_commit='acf6fa105b3e4b5ef55681d5f7087ff7e08204d2'
source=(
"$pkgbase::git+https://github.com/CheetahTemplate3/cheetah3#commit=$_commit"
'cheetah.1'