David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-click
Commits: e273a270 by David Runge at 2025-09-25T11:51:04+02:00 upgpkg: 6.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-sphinx-click pkgdesc = Sphinx plugin to automatically document click-based applications - pkgver = 6.0.0 - pkgrel = 2 + pkgver = 6.1.0 + pkgrel = 1 url = https://github.com/click-contrib/sphinx-click arch = any license = MIT @@ -9,15 +9,15 @@ pkgbase = python-sphinx-click checkdepends = python-click makedepends = python-build makedepends = python-installer - makedepends = python-pbr makedepends = python-setuptools + makedepends = python-setuptools-scm makedepends = python-wheel depends = python depends = python-click depends = python-docutils depends = python-sphinx - source = sphinx-click-6.0.0.tar.gz::https://github.com/click-contrib/sphinx-click/archive/refs/tags/6.0.0.tar.gz - sha512sums = 361cc829735ca9edfc4b83767a897eaeedc203be42ea5266a38e7a25bca3d9e8055622961ea3fa042f19997eedc546f37fd7e0482b95bd48f666defaa584e8ca - b2sums = eeadb6a034249a2eb594ace694bcbe9d72da002edc7b1dbda809132c123265508c08ee5765a178afb4e10514985f3af0aeb590f1d54bb0f63d754a96ce4ce952 + source = sphinx-click-6.1.0.tar.gz::https://github.com/click-contrib/sphinx-click/archive/refs/tags/6.1.0.tar.gz + sha512sums = 699f15eab1e98d6654ac2c7f7c7401ecbb97917269557ad750805f1d7eb0f3bdc8117232267b70bbaa04882117c0cfd6863aea6a6c7fde39e986107c184a5bc7 + b2sums = 5913edeead2e4205649f243586fe8b0f448602e01dcb3399ff96ac9e7716344338803b74efc3564aa98d9052db4a5254b5fb00e6b86854d9269c6a5a77a0f50e pkgname = python-sphinx-click ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ _name=sphinx-click pkgname=python-sphinx-click -pkgver=6.0.0 -pkgrel=2 +pkgver=6.1.0 +pkgrel=1 pkgdesc="Sphinx plugin to automatically document click-based applications" arch=(any) url="https://github.com/click-contrib/sphinx-click" @@ -17,8 +17,8 @@ depends=( makedepends=( python-build python-installer - python-pbr python-setuptools + python-setuptools-scm python-wheel ) checkdepends=( @@ -26,12 +26,12 @@ checkdepends=( python-click ) source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz) -sha512sums=('361cc829735ca9edfc4b83767a897eaeedc203be42ea5266a38e7a25bca3d9e8055622961ea3fa042f19997eedc546f37fd7e0482b95bd48f666defaa584e8ca') -b2sums=('eeadb6a034249a2eb594ace694bcbe9d72da002edc7b1dbda809132c123265508c08ee5765a178afb4e10514985f3af0aeb590f1d54bb0f63d754a96ce4ce952') +sha512sums=('699f15eab1e98d6654ac2c7f7c7401ecbb97917269557ad750805f1d7eb0f3bdc8117232267b70bbaa04882117c0cfd6863aea6a6c7fde39e986107c184a5bc7') +b2sums=('5913edeead2e4205649f243586fe8b0f448602e01dcb3399ff96ac9e7716344338803b74efc3564aa98d9052db4a5254b5fb00e6b86854d9269c6a5a77a0f50e') build() { cd $_name-$pkgver - PBR_VERSION=$pkgver python -m build --wheel --no-isolation + SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build --wheel --no-isolation } check() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-click/-/commit/e273a27000ee841d26bdccce3ce00d736925c272 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-click/-/commit/e273a27000ee841d26bdccce3ce00d736925c272 You're receiving this email because of your account on gitlab.archlinux.org.