Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / khal
Commits: 39c19494 by loqs at 2026-02-27T20:35:57+00:00 Remove pkg_resources - Removed upstream in https://github.com/pimutils/khal/commit/a29fd6876d226ef962b8d364b804ecdf69408ba5. - Related https://archlinux.org/todo/python-pkg_resources-deprecation/. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -50,6 +50,9 @@ sha256sums=('b7b1e17b56a0ceaeaa2cfa1fae4b21409b69a5ad62f7f1c99c8f145b0fe49e6e') b2sums=('6227f7d3c42f0c0316073a65b5ea1f04e57149b8473d3cfd06a5616d2edcfa98bcb1221d772ef87a90b9aa8e1fda92152c58bad86a4707c9b64697684e7231ec') prepare() { + # https://archlinux.org/todo/python-pkg_resources-deprecation/ + # Remove obsolete tests block + git -C $pkgname cherry-pick -n a29fd6876d226ef962b8d364b804ecdf69408ba5 # avoid makedepends on python-sphinxcontrib-newsfeed # (we build only the man page, not HTML docs) sed -i "s|'sphinxcontrib.newsfeed',||" $pkgname/doc/source/conf.py View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/khal/-/commit/39c19494d76b27a2169e9b5bcac943bf4fa95f0f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/khal/-/commit/39c19494d76b27a2169e9b5bcac943bf4fa95f0f You're receiving this email because of your account on gitlab.archlinux.org.
