Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-external-toc
Commits: 67d4dd77 by Eric Long at 2024-05-06T22:55:51+08:00 Add missing checkdepends python-defusedxml Recent Sphinx update [adds defusedxml to test dependencies](https://github.com/sphinx-doc/sphinx/blob/88a54d8a1394b09c7425d7a5bfebae55ab615d32/pyproject.toml#L97). - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -12,7 +12,7 @@ url="https://github.com/executablebooks/sphinx-external-toc" license=(MIT) depends=(python-click python-yaml python-sphinx) makedepends=(python-build python-flit-core python-installer) -checkdepends=(python-pytest-regressions) +checkdepends=(python-pytest-regressions python-defusedxml) source=(${url}/archive/v$pkgver/$_name-$pkgver.tar.gz) sha512sums=('5d0a6442538e773129ee5682e930da6366187b3bcf1f5c11327829c9b8df0a279bb7026c247f575cd9833a8c53f0e1b9bca4748ab9d53e8c2c31aab9cb8a833d') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-external-toc/-/commit/67d4dd775a91351c300b49fc8aa8369113380419 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-external-toc/-/commit/67d4dd775a91351c300b49fc8aa8369113380419 You're receiving this email because of your account on gitlab.archlinux.org.
