From c31ade36b47bff409d7ca2d832538f41dc92e587 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 5 Dec 2024 18:34:52 +0100 Subject: [PATCH] * update python-kajiki to 0.9.2-4 --- python/python-kajiki/.SRCINFO | 20 ++++++++++++++++++++ python/python-kajiki/.nvchecker.toml | 4 ++++ python/python-kajiki/PKGBUILD | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 python/python-kajiki/.SRCINFO create mode 100644 python/python-kajiki/.nvchecker.toml diff --git a/python/python-kajiki/.SRCINFO b/python/python-kajiki/.SRCINFO new file mode 100644 index 0000000000..7c5107ed3c --- /dev/null +++ b/python/python-kajiki/.SRCINFO @@ -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 diff --git a/python/python-kajiki/.nvchecker.toml b/python/python-kajiki/.nvchecker.toml new file mode 100644 index 0000000000..7433d9a410 --- /dev/null +++ b/python/python-kajiki/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-kajiki] +source = "git" +git = "https://github.com/nandoflorestan/kajiki.git" +prefix = "v" diff --git a/python/python-kajiki/PKGBUILD b/python/python-kajiki/PKGBUILD index d33e933dab..650d6a0870 100644 --- a/python/python-kajiki/PKGBUILD +++ b/python/python-kajiki/PKGBUILD @@ -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'