Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-devhelp
Commits: 1f9f7fc9 by Daniel M. Capella at 2023-08-09T16:26:57-04:00 upgpkg: 1.0.4-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,19 +1,18 @@ # Maintainer: Daniel M. Capella <[email protected]> -_name=sphinxcontrib-devhelp +_name=sphinxcontrib_devhelp pkgname=python-sphinxcontrib-devhelp -pkgver=1.0.2 -pkgrel=11 +pkgver=1.0.4 +pkgrel=1 pkgdesc='Sphinx extension which outputs Devhelp document' arch=('any') url=https://github.com/sphinx-doc/sphinxcontrib-devhelp license=('BSD') -makedepends=('python-build' 'python-installer' 'python-setuptools' - 'python-wheel') +makedepends=('python-build' 'python-flit-core' 'python-installer') checkdepends=('python-pytest' 'python-sphinx') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4') -b2sums=('fcf04148bc4a77963517d9011c20a6b77eee499f1a5dcd4a9631b4f415f80a9f7091b254f74ba2fbc9b7106dfb741dc839e14813e088d5a0802793ed457e95df') +sha256sums=('4fd751c63dc40895ac8740948f26bf1a3c87e4e441cc008672abd1cb2bc8a3d1') +b2sums=('e8e7460259f48c7373fe97ee70a5c358a5df21233d165645a15ba72f3fb1fd7bc3fba367efd56b27ee5861b6bed6fd14f9e22acd08b345e70b5241b3366e2bff') build() { cd $_name-$pkgver @@ -32,6 +31,6 @@ package() { # Symlink license file local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") install -d "$pkgdir"/usr/share/licenses/$pkgname - ln -s "$site_packages"/sphinxcontrib_devhelp-$pkgver.dist-info/LICENSE \ + ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-devhelp/-/commit/1f9f7fc9c9d129d01e7aae118e092c39dbc19ffc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-devhelp/-/commit/1f9f7fc9c9d129d01e7aae118e092c39dbc19ffc You're receiving this email because of your account on gitlab.archlinux.org.
