Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-applehelp
Commits: d666746c by Daniel M. Capella at 2023-08-09T16:27:20-04:00 upgpkg: 1.0.6-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,19 +1,18 @@ # Maintainer: Daniel M. Capella <[email protected]> -_name=sphinxcontrib-applehelp +_name=sphinxcontrib_applehelp pkgname=python-sphinxcontrib-applehelp -pkgver=1.0.4 -pkgrel=3 +pkgver=1.0.6 +pkgrel=1 pkgdesc='Sphinx extension which outputs Apple help books' arch=('any') url=https://github.com/sphinx-doc/sphinxcontrib-applehelp 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=('828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e') -b2sums=('02a68ab585ecc8429056aa00c2ac3f0f555857cf649238a8df5cb1d39f1cd9c91d637ef55f2247df311b656e74a961b0418a1c552122b2a88ea160db5f996ee3') +sha256sums=('a59274de7a952a99af36b8a5092352d9249279c0e3280b7dceaae8e15873c942') +b2sums=('a610774d461110704388149e0b2e1978e5d53a263df6448ee2e492ba177a5368a683823d4a512cba3dda935fc12dce7eb911fb898ac7bd053ae04b9efa4c7445') 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_applehelp-$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-applehelp/-/commit/d666746c96ff5349f33cfcd0952d84406a1679c0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-applehelp/-/commit/d666746c96ff5349f33cfcd0952d84406a1679c0 You're receiving this email because of your account on gitlab.archlinux.org.
