David Runge pushed to branch main at Arch Linux / Packaging / Packages / khard
Commits: 403c1a3a by David Runge at 2026-06-16T21:43:58+02:00 Update links to relevant upstream issues wrt man page creation Also remove the (commented) now unneeded build dependency on python-sphinx-autodoc-typehints. Related-to: https://github.com/lucc/khard/issues/356 Related-to: https://github.com/sphinx-doc/sphinx-argparse/issues/96 Related-to: https://github.com/sphinx-doc/sphinx/issues/14333 Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -22,7 +22,6 @@ makedepends=( # python-sphinx # python-sphinx-argparse # python-sphinx-autoapi -# python-sphinx-autodoc-typehints python-wheel ) checkdepends=('python-pytest') @@ -38,7 +37,10 @@ b2sums=('01c74061e46b93de2c7d862f525d7c4f7d8993d5b27e35999957241b85bbe942aeae890 build() { cd $pkgname SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build --wheel --skip-dependency-check --no-isolation - # https://github.com/sphinx-doc/sphinx/issues/14206 + # Disable the man page creation, as it is broken due to sphinx and/or sphinx-argparse + # https://github.com/lucc/khard/issues/356 + # https://github.com/sphinx-doc/sphinx-argparse/issues/96 + # https://github.com/sphinx-doc/sphinx/issues/14333 #make -C doc man } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/khard/-/commit/403c1a3a3fda57c275051bd5c831ea82667bdcf5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/khard/-/commit/403c1a3a3fda57c275051bd5c831ea82667bdcf5 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
