Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-serializinghtml
Commits: 1a8672ec by Daniel M. Capella at 2023-08-09T16:24:11-04:00 upgpkg: 1.1.7-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,19 +1,18 @@ # Maintainer: Daniel M. Capella <[email protected]> -_name=sphinxcontrib-serializinghtml +_name=sphinxcontrib_serializinghtml pkgname=python-sphinxcontrib-serializinghtml -pkgver=1.1.5 -pkgrel=6 +pkgver=1.1.7 +pkgrel=1 pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and pickle)' arch=('any') url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml 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=('aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952') -b2sums=('e2da8b1e1300a327b8d508ce98e7c0d3eff1e0cea28cd874df4fbd9ed0bd4de6c17e107e622ec72e00bb237025ae26b2c5aaa33b2156cee2fad7c8f8d2c65ed5') +sha256sums=('ca31afee32e1508cff4034e258060ce2c81a3b1c49e77da60fdb61f0e7a73c22') +b2sums=('6453e5b24be17ed10ab2c9567cac273af9941f94850388b4ef61e2114e1e1f6fd5e6fd63306107c55df068d9b4f784c6c282d8f8fba7d4b772272f6c9fa39bee') 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_serializinghtml-$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-serializinghtml/-/commit/1a8672ec349799aafd209bbf5af35149ea06e2df -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-serializinghtml/-/commit/1a8672ec349799aafd209bbf5af35149ea06e2df You're receiving this email because of your account on gitlab.archlinux.org.
