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

Daniel Bermond dbermond at gemini.archlinux.org
Fri Sep 17 22:45:27 UTC 2021


    Date: Friday, September 17, 2021 @ 22:45:27
  Author: dbermond
Revision: 1016906

upgpkg: python-breathe 4.31.0-1

Modified:
  python-breathe/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-17 22:37:25 UTC (rev 1016905)
+++ PKGBUILD	2021-09-17 22:45:27 UTC (rev 1016906)
@@ -3,8 +3,8 @@
 # Contributor: Simon Boulay <simon.boulay at alkeona.net>
 
 pkgname=python-breathe
-pkgver=4.30.0
-pkgrel=2
+pkgver=4.31.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,28 +12,24 @@
 depends=('python' 'python-sphinx' 'python-docutils' 'python-six')
 makedepends=('git' 'python-setuptools')
 checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe.git#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
+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")
+sha512sums=('f6fd7db50ca68cad64d150fcb76227deb282c08109c38b343749f8ce9ee607ccddf767e3020328a61a7570e7a0c1159607148b773bc0b695e87d6b17a6068eac'
+            'SKIP')
 validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
 
-prepare() {
-  # needed for building gdal documentation (and possibly others)
-  git -C breathe fetch origin pull/711/head:handle-parsing-errors
-  git -C breathe merge --no-commit handle-parsing-errors
-}
-
 build() {
-  cd breathe
+  cd "breathe-${pkgver}"
   python setup.py build
 }
 
 check() {
-  cd breathe
+  cd "breathe-${pkgver}"
   PYTHONPATH="$PWD" make test
 }
 
 package_python-breathe() {
-  cd breathe
+  cd "breathe-${pkgver}"
   python setup.py install --root="${pkgdir}" --skip-build --optimize=1
   install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }



More information about the arch-commits mailing list