* update python-breathe to 4.35.0-6

This commit is contained in:
Alexander Baldeck 2024-12-05 18:34:52 +01:00
parent 0d018c2234
commit 8bd4052ad5
3 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,24 @@
pkgbase = python-breathe
pkgdesc = An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output
pkgver = 4.35.0
pkgrel = 6
url = https://breathe.readthedocs.org/en/latest/
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 = https://github.com/michaeljones/breathe/archive/v4.35.0/python-breathe-4.35.0.tar.gz
source = python-breathe-4.35.0.tar.gz.sig::https://github.com/michaeljones/breathe/releases/download/v4.35.0/breathe-4.35.0.tar.gz.sig
source = 010-python-breathe-fix-tests-with-sphinx7.2.6.patch::https://github.com/breathe-doc/breathe/pull/976.patch
validpgpkeys = 8AED58021FEACDD5F27BA0E6A72F627716EA9D96
sha512sums = 76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91
sha512sums = SKIP
sha512sums = daf9aec441cd3708978b6cc292ec46cde28b4df441ae5b8c9514200f647bbb60010e50125665a2723e467a48123ac991d36ddaf07d59b34fcb680a3d820cded7
pkgname = python-breathe

View File

@ -0,0 +1,4 @@
[python-breathe]
source = "git"
git = "https://github.com/michaeljones/breathe.git"
prefix = "v"

View File

@ -5,7 +5,7 @@
pkgname=python-breathe
pkgver=4.35.0
pkgrel=3
pkgrel=6
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/"