Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / accerciser
Commits: 3c3ccb87 by loqs at 2026-03-01T17:42:02+00:00 Remove pkg_resourses use - Removed upstream in https://gitlab.gnome.org/GNOME/accerciser/-/commit/96ee4cb698ca82dc40a704dc579fe3190999cb89. - Related https://archlinux.org/todo/python-pkg_resources-deprecation/. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -8,6 +8,7 @@ pkgbase = accerciser makedepends = appstream makedepends = git makedepends = meson + makedepends = python-setuptools makedepends = yelp-tools depends = at-spi2-core depends = dconf @@ -24,7 +25,7 @@ pkgbase = accerciser depends = python-cairo depends = python-dbus depends = python-gobject - depends = python-setuptools + depends = python-packaging depends = python-traitlets depends = python-xdg source = git+https://gitlab.gnome.org/GNOME/accerciser.git#tag=3.48.0 ===================================== PKGBUILD ===================================== @@ -26,7 +26,7 @@ depends=( python-cairo python-dbus python-gobject - python-setuptools + python-packaging python-traitlets python-xdg ) @@ -34,6 +34,7 @@ makedepends=( appstream git meson + python-setuptools yelp-tools ) source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#tag=$pkgver") @@ -41,6 +42,8 @@ b2sums=('9c1ce897e9a5d3eac9f3cb59b9de9476b36bc99fd44a7079fb94297c5ece91dee24810c prepare() { cd $pkgname + # Fix use of deprecated / removed pkg_resources + git cherry-pick -n 96ee4cb698ca82dc40a704dc579fe3190999cb89 } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/accerciser/-/commit/3c3ccb8703e37a1aba5c388881e105d95b91f61c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/accerciser/-/commit/3c3ccb8703e37a1aba5c388881e105d95b91f61c You're receiving this email because of your account on gitlab.archlinux.org.
