Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-bibtex
Commits: fd818046 by Antonio Rojas at 2024-04-13T13:31:40+02:00 upgpkg: 2.6.2-1: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = python-sphinxcontrib-bibtex + pkgdesc = A Sphinx extension for BibTeX style citations + pkgver = 2.6.2 + pkgrel = 1 + url = https://sphinxcontrib-bibtex.readthedocs.org + arch = any + license = BSD + checkdepends = python-pytest + checkdepends = python-pytest-cov + checkdepends = python-numpydoc + checkdepends = python-sphinx-autoapi + makedepends = python-setuptools-scm + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python-sphinx + depends = python-pybtex + depends = python-pybtex-docutils + depends = python-docutils + source = python-sphinxcontrib-bibtex-2.6.2.tar.gz::https://github.com/mcmtroffaes/sphinxcontrib-bibtex/archive/2.6.2.tar.gz + b2sums = c86a22a349d0cda7a948b26755e4f97e2fb3fd5cb48b245a593ab4087733a4a281e30697ff00535773161a56a1dfd6c691e0138c1b3cdf0cf385fe995f2c60a3 + +pkgname = python-sphinxcontrib-bibtex ===================================== PKGBUILD ===================================== @@ -4,17 +4,17 @@ _pkgname=sphinxcontrib-bibtex pkgname="python-${_pkgname}" -pkgver=2.5.0 -pkgrel=2 +pkgver=2.6.2 +pkgrel=1 pkgdesc="A Sphinx extension for BibTeX style citations" arch=('any') url="https://sphinxcontrib-bibtex.readthedocs.org" license=('BSD') depends=('python-sphinx' 'python-pybtex' 'python-pybtex-docutils' 'python-docutils') makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel') -checkdepends=('python-pytest' 'python-pytest-cov' 'python-numpydoc') +checkdepends=('python-pytest' 'python-pytest-cov' 'python-numpydoc' 'python-sphinx-autoapi') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz") -b2sums=('9018b99064ac02efabcf9a0470a04c62ae7fa3d6e17f919e06249c5c882f85b1324e40e88f2491f0a9547e7a40a0183a56757c51a29a609f9dd93a3df00990f5') +b2sums=('c86a22a349d0cda7a948b26755e4f97e2fb3fd5cb48b245a593ab4087733a4a281e30697ff00535773161a56a1dfd6c691e0138c1b3cdf0cf385fe995f2c60a3') build() { cd "${srcdir}/${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-bibtex/-/commit/fd8180465903ec40bdda1725461c70f39678b92e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-bibtex/-/commit/fd8180465903ec40bdda1725461c70f39678b92e You're receiving this email because of your account on gitlab.archlinux.org.
