David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-programoutput
Commits: 4944a819 by David Runge at 2024-04-05T20:37:42+02:00 Switch to upstream provided auto-generated source tarball Signed-off-by: David Runge <[email protected]> - - - - - b18ac753 by David Runge at 2024-04-05T20:42:51+02:00 Use bash arrays with one entry per line for easier handling Signed-off-by: David Runge <[email protected]> - - - - - edd74af6 by David Runge at 2024-04-05T20:43:11+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 46c76c66 by David Runge at 2024-04-05T20:43:47+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - ccd7870d by David Runge at 2024-04-05T20:44:20+02:00 upgpkg: 0.17-5: Rebuild against Python 3.12 - - - - - 3 changed files: - + .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-sphinxcontrib-programoutput + pkgdesc = Sphinx extension for capturing program output + pkgver = 0.17 + pkgrel = 5 + url = https://github.com/OpenNTI/sphinxcontrib-programoutput/ + arch = any + license = BSD-3-Clause + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + depends = python-docutils + depends = python-sphinx + source = python-sphinxcontrib-programoutput-0.17.tar.gz::https://github.com/OpenNTI/sphinxcontrib-programoutput//archive/refs/tags/0.17.tar.gz + sha256sums = 1406c26380d6ce26e4db65b89ae21d25b5bdf022d91f290522d19f95123aec51 + b2sums = 896988b32a1973874d9a0b2045f511014dddf3feec6d79923fd9698200f94f409e007401888bfc65616690d665b24791b555cc76185e1fe19ee83734b86c2fcc + +pkgname = python-sphinxcontrib-programoutput ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-sphinxcontrib-programoutput] +source = "pypi" +pypi = "sphinxcontrib-programoutput" ===================================== PKGBUILD ===================================== @@ -1,19 +1,28 @@ # Maintainer: David Runge <[email protected]> -_name=sphinxcontrib-programoutput pkgname=python-sphinxcontrib-programoutput +_name="${pkgname#python-}" pkgver=0.17 -pkgrel=4 +pkgrel=5 pkgdesc="Sphinx extension for capturing program output" arch=(any) -url="https://sphinxcontrib-programoutput.readthedocs.io/en/latest/" -license=(BSD) -depends=(python-sphinx) -makedepends=(python-build python-installer python-setuptools python-wheel) +url="https://github.com/OpenNTI/sphinxcontrib-programoutput/" +license=(BSD-3-Clause) +depends=( + python + python-docutils # pulled in via python-sphinx + python-sphinx +) +makedepends=( + python-build + python-installer + python-setuptools + python-wheel +) checkdepends=(python-pytest) -source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha256sums=('300ee9b8caee8355d25cc74b4d1c7efd12e608d2ad165e3141d31e6fbc152b7f') -b2sums=('07687a221aa9be1e02629b2961b49eace217631a1298337f77a01986c3c6444a50069a8a8b9c96ca224895ae0f9490158a720519fdf3fb544e9d3e513282eb36') +source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz) +sha256sums=('1406c26380d6ce26e4db65b89ae21d25b5bdf022d91f290522d19f95123aec51') +b2sums=('896988b32a1973874d9a0b2045f511014dddf3feec6d79923fd9698200f94f409e007401888bfc65616690d665b24791b555cc76185e1fe19ee83734b86c2fcc') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-programoutput/-/compare/901c4e04aa3e5bcd8db65c7a4b2f02cc285d1b77...ccd7870d4f17bc636ef1902224e93220862462fd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-programoutput/-/compare/901c4e04aa3e5bcd8db65c7a4b2f02cc285d1b77...ccd7870d4f17bc636ef1902224e93220862462fd You're receiving this email because of your account on gitlab.archlinux.org.
