Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-qthelp
Commits: 49bb281b by Daniel M. Capella at 2023-08-09T16:24:33-04:00 upgpkg: 1.0.5-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,28 +1,18 @@ # Maintainer: Daniel M. Capella <[email protected]> -_name=sphinxcontrib-qthelp +_name=sphinxcontrib_qthelp pkgname=python-sphinxcontrib-qthelp -pkgver=1.0.3 -pkgrel=11 +pkgver=1.0.5 +pkgrel=1 pkgdesc='Sphinx extension which outputs QtHelp document' arch=('any') url=https://github.com/sphinx-doc/sphinxcontrib-qthelp 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" - 'qthelp-read_text.patch::https://github.com/sphinx-doc/sphinxcontrib-qthelp/commit/42ca78b178c640cd024f16bfa291ae5093ce4920.patch') -sha256sums=('4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72' - '8bfb2d888541298270dd6ac8eba0b3b9703fe90ecfa93a8721d0aa31b82197ab') -b2sums=('7a82e8941d49836cf3e64aabe05ba65b34596f7ba0287b4dc7ed2c5940f6944d1853790d1d52637b03d934effbba8fc5094089e2924322cf1b373432c60bce6a' - 'ee9338ed25c058754498d980e2baa08d50f7c59c8b2854c80929cf5e6ce3b4de0f1a18e9372d0abe9bec0f331b1328fa4068cb1c7a44adbac262c00b22123a51') - -prepare() { - cd $_name-$pkgver - # https://github.com/sphinx-doc/sphinxcontrib-qthelp/pull/14 - patch --forward --strip=1 --input=../qthelp-read_text.patch -} +source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") +sha256sums=('d31d1a1beaf3894866bb318fb712f1edc82687f1c06235a01e5b2c50c36d5c40') +b2sums=('fb72e9a1149a021a2ed73fb67380c7a715d687742f7713d1471c7b372848f85f1c075a4f2a16683d1e738e885d680a77b506100eb3a687e370b460c52ed82402') build() { cd $_name-$pkgver @@ -41,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_qthelp-$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-qthelp/-/commit/49bb281b014bb85398598381207639fe8f119d4c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-qthelp/-/commit/49bb281b014bb85398598381207639fe8f119d4c You're receiving this email because of your account on gitlab.archlinux.org.
