George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-j2cli
Commits: cad5ac91 by George Rawlinson at 2026-07-04T09:17:23+00:00 upgpkg: 0.3.12b-13 https://archlinux.org/todo/python-pkg_resources-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-j2cli pkgdesc = Command-line interface to Jinja2 for templating in shell scripts. pkgver = 0.3.12b - pkgrel = 12 + pkgrel = 13 url = https://github.com/kolypto/j2cli arch = any license = BSD-2-Clause @@ -9,10 +9,10 @@ pkgbase = python-j2cli makedepends = python-build makedepends = python-installer makedepends = python-wheel + makedepends = python-setuptools depends = python depends = python-jinja depends = python-pyyaml - depends = python-setuptools optdepends = python-simplejson: for an alternative JSON parser source = python-j2cli-0.3.12b.tar.gz::https://github.com/kolypto/j2cli/archive/v0.3.12b.tar.gz source = imp-removal.patch ===================================== PKGBUILD ===================================== @@ -4,13 +4,13 @@ _pkgname=j2cli pkgname=python-${_pkgname} pkgver=0.3.12b -pkgrel=12 +pkgrel=13 pkgdesc="Command-line interface to Jinja2 for templating in shell scripts." url="https://github.com/kolypto/j2cli" license=("BSD-2-Clause") arch=('any') -depends=('python' 'python-jinja' 'python-pyyaml' 'python-setuptools') -makedepends=('python-build' 'python-installer' 'python-wheel') +depends=('python' 'python-jinja' 'python-pyyaml') +makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') checkdepends=('python-pytest') optdepends=('python-simplejson: for an alternative JSON parser') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kolypto/j2cli/archive/v${pkgver}.tar.gz" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-j2cli/-/commit/cad5ac915b6281f2d30f28445cb65441f0157d3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-j2cli/-/commit/cad5ac915b6281f2d30f28445cb65441f0157d3a You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
