Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
python-breathe


Commits:
52738dcc by Daniel Bermond at 2024-04-04T10:54:01-03:00
upgpkg: 4.35.0-3: python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -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 = 3
+       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


=====================================
PKGBUILD
=====================================
@@ -4,20 +4,26 @@
 
 pkgname=python-breathe
 pkgver=4.35.0
-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/";
-license=('BSD')
+license=('BSD-3-Clause')
 depends=('python' 'python-docutils' 'python-sphinx')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";
-        
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig";)
+        
"${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig";
+        
'010-python-breathe-fix-tests-with-sphinx7.2.6.patch'::'https://github.com/breathe-doc/breathe/pull/976.patch')
 
sha512sums=('76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91'
-            'SKIP')
+            'SKIP'
+            
'daf9aec441cd3708978b6cc292ec46cde28b4df441ae5b8c9514200f647bbb60010e50125665a2723e467a48123ac991d36ddaf07d59b34fcb680a3d820cded7')
 validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 
<vermee...@vermwa.re>
 
+prepare() {
+    patch -d "breathe-${pkgver}" -Np1 -i 
"${srcdir}/010-python-breathe-fix-tests-with-sphinx7.2.6.patch"
+}
+
 build() {
   cd "breathe-${pkgver}"
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/commit/52738dcc3e956910b3dd6331f7215f361701e5e6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/commit/52738dcc3e956910b3dd6331f7215f361701e5e6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to