[arch-commits] Commit in python-breathe/trunk (PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Mon Feb 15 11:57:38 UTC 2021
Date: Monday, February 15, 2021 @ 11:57:37
Author: dbermond
Revision: 861065
upgpkg: python-breathe 4.26.1-3: sphinx 3.5 fix
Modified:
python-breathe/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-15 11:32:05 UTC (rev 861064)
+++ PKGBUILD 2021-02-15 11:57:37 UTC (rev 861065)
@@ -4,7 +4,7 @@
pkgname=python-breathe
pkgver=4.26.1
-pkgrel=2
+pkgrel=3
pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output"
arch=('any')
url="https://breathe.readthedocs.org/en/latest/"
@@ -12,10 +12,16 @@
depends=('python' 'python-sphinx' 'python-docutils' 'python-six')
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed"
+ '010-python-breathe-support-sphinx-3.5.patch'::'https://github.com/michaeljones/breathe/commit/2514a9020b19f64cc7c8132b4f9fc8578bdf33e8.patch')
+sha512sums=('SKIP'
+ 'c2107e676d874bc75e52b8cf7826f6fac74acf4f55c65105759221c12d08770b357ddaf431a866506387a00dd7c3b73ab71f86059824c7800812917c91fc5e67')
validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
+prepare() {
+ patch -d breathe -Np1 -i "${srcdir}/010-python-breathe-support-sphinx-3.5.patch"
+}
+
check() {
cd breathe
PYTHONPATH="$PWD" make test
More information about the arch-commits
mailing list