* update python-kajiki to 0.9.2-4

This commit is contained in:
Alexander Baldeck 2024-12-05 18:34:52 +01:00
parent ee1f2902d9
commit c31ade36b4
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,20 @@
pkgbase = python-kajiki
pkgdesc = Python XML-based template engine with Genshi-like syntax and Jinja-style blocks
pkgver = 0.9.2
pkgrel = 4
url = https://github.com/nandoflorestan/kajiki
arch = any
license = LGPL
checkdepends = python-babel
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-wheel
depends = python
depends = python-linetable
source = kajiki-0.9.2.tar.gz::https://github.com/nandoflorestan/kajiki/archive/v0.9.2.tar.gz
sha512sums = 60c9e82c0a8768772c36fd8a54283023d74fc73133f963f4eb6b39419ed89f1244f06f7b6ca107d819d1204efaffbb8ef20e2da02fa8a9648c8e90a6b76a90cf
pkgname = python-kajiki

View File

@ -0,0 +1,4 @@
[python-kajiki]
source = "git"
git = "https://github.com/nandoflorestan/kajiki.git"
prefix = "v"

View File

@ -4,7 +4,7 @@ pkgbase='python-kajiki'
_pkgbase="${pkgbase#python-}"
pkgname=("python-${_pkgbase}")
pkgver=0.9.2
pkgrel=3
pkgrel=4
pkgdesc='Python XML-based template engine with Genshi-like syntax and Jinja-style blocks'
arch=(any)
url='https://github.com/nandoflorestan/kajiki'