[arch-commits] Commit in python-breathe/trunk (PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Wed Feb 17 14:09:37 UTC 2021


    Date: Wednesday, February 17, 2021 @ 14:09:37
  Author: dbermond
Revision: 862533

upgpkg: python-breathe 4.27.0-1

Modified:
  python-breathe/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 13:22:51 UTC (rev 862532)
+++ PKGBUILD	2021-02-17 14:09:37 UTC (rev 862533)
@@ -3,8 +3,8 @@
 # Contributor: Simon Boulay <simon.boulay at alkeona.net>
 
 pkgname=python-breathe
-pkgver=4.26.1
-pkgrel=3
+pkgver=4.27.0
+pkgrel=1
 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,16 +12,10 @@
 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"
-        '010-python-breathe-support-sphinx-3.5.patch'::'https://github.com/michaeljones/breathe/commit/2514a9020b19f64cc7c8132b4f9fc8578bdf33e8.patch')
-sha512sums=('SKIP'
-            'c2107e676d874bc75e52b8cf7826f6fac74acf4f55c65105759221c12d08770b357ddaf431a866506387a00dd7c3b73ab71f86059824c7800812917c91fc5e67')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
 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