Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-tracerite
Commits:
97869010 by Felix Yan at 2026-04-10T18:09:02+00:00
upgpkg: 2.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tracerite
pkgdesc = Pythonic HTML generation/templating (no template files)
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/sanic-org/tracerite
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-tracerite
makedepends = python-hatch-vcs
depends = python
depends = python-html5tagger
- source = git+https://github.com/sanic-org/tracerite.git#tag=v2.1.0
- sha256sums =
b831919ae683abddc760ede44568a4f172ca318935cab3cd4607672a6723e1f0
+ source = git+https://github.com/sanic-org/tracerite.git#tag=v2.2.0
+ sha256sums =
64afe5f0eb847f6abc105ea74ec6508201b0cedfbda0c1eaa34690b3846840bd
pkgname = python-tracerite
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-tracerite
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='Pythonic HTML generation/templating (no template files)'
arch=("any")
@@ -10,7 +10,7 @@ license=('Unlicense')
depends=(python python-html5tagger)
makedepends=(git python-build python-installer python-hatchling
python-hatch-vcs)
source=("git+https://github.com/sanic-org/tracerite.git#tag=v$pkgver")
-sha256sums=('b831919ae683abddc760ede44568a4f172ca318935cab3cd4607672a6723e1f0')
+sha256sums=('64afe5f0eb847f6abc105ea74ec6508201b0cedfbda0c1eaa34690b3846840bd')
build() {
cd tracerite
@@ -20,5 +20,5 @@ build() {
package() {
cd tracerite
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+ install -Dm644 docs/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tracerite/-/commit/9786901029c39d912aaf18dbe17426cfb97ca5f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tracerite/-/commit/9786901029c39d912aaf18dbe17426cfb97ca5f6
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