George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-genshi
Commits: a76cd1d2 by loqs at 2026-03-01T20:20:49+00:00 Remove pkg_resourses - Removed upstream in https://github.com/edgewall/genshi/commit/a31979dcc8d1b974ddff36301472b348664414a3. - Related https://archlinux.org/todo/python-pkg_resources-deprecation/. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -21,6 +21,12 @@ source=("$pkgname::git+https://github.com/edgewall/genshi#tag=$pkgver") sha512sums=('816872a2c59ed40540b3845289f7c49708439a4bfb89d8bbaed7e582da5a2c4c6966fb57c271bc97a56bab0669112066a4d333fc989401600f44ad30eaf98d49') b2sums=('7d37269f9e3a8c722692a5bb7ceaed850df61b2292136db8028a1dbaf6dfbb9b6750daeaa59375461be4122229445dbf553c1c6c5e9a17de97470c9d50ad231f') +prepare() { + cd "$pkgname" + # Port from pkg_resources to importlib.resources (#97) + git cherry-pick -n a31979dcc8d1b974ddff36301472b348664414a3 +} + build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-genshi/-/commit/a76cd1d2124ed4ed414988dd00ceb60e8b4335f3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-genshi/-/commit/a76cd1d2124ed4ed414988dd00ceb60e8b4335f3 You're receiving this email because of your account on gitlab.archlinux.org.
