George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-genshi
Commits:
600d7f01 by George Rawlinson at 2026-03-02T21:22:05+00:00
reuse: simplify conf
- - - - -
1301da64 by George Rawlinson at 2026-03-02T21:31:49+00:00
upgpkg: 0.7.10-3
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-genshi
pkgdesc = Toolkit for stream-based generation of output for the web
pkgver = 0.7.10
- pkgrel = 2
+ pkgrel = 3
url = https://genshi.edgewall.org
arch = x86_64
license = BSD-3-Clause
@@ -11,6 +11,7 @@ pkgbase = python-genshi
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ depends = glibc
depends = python
source =
python-genshi::git+https://github.com/edgewall/genshi#tag=0.7.10
sha512sums =
816872a2c59ed40540b3845289f7c49708439a4bfb89d8bbaed7e582da5a2c4c6966fb57c271bc97a56bab0669112066a4d333fc989401600f44ad30eaf98d49
=====================================
PKGBUILD
=====================================
@@ -3,12 +3,15 @@
pkgname=python-genshi
pkgver=0.7.10
-pkgrel=2
+pkgrel=3
pkgdesc='Toolkit for stream-based generation of output for the web'
arch=(x86_64)
url='https://genshi.edgewall.org'
license=(BSD-3-Clause)
-depends=(python)
+depends=(
+ glibc
+ python
+)
makedepends=(
git
python-build
=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
]
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-genshi/-/compare/a76cd1d2124ed4ed414988dd00ceb60e8b4335f3...1301da64653eded9b675e9d3ff642c8b00d762f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-genshi/-/compare/a76cd1d2124ed4ed414988dd00ceb60e8b4335f3...1301da64653eded9b675e9d3ff642c8b00d762f9
You're receiving this email because of your account on gitlab.archlinux.org.