Date: Sunday, September 15, 2019 @ 19:00:37
  Author: dbermond
Revision: 510791

upgpkg: python-breathe 4.13.1-1

Updated to version 4.13.1

Modified:
  python-breathe/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-09-15 18:30:25 UTC (rev 510790)
+++ PKGBUILD    2019-09-15 19:00:37 UTC (rev 510791)
@@ -1,24 +1,23 @@
-# Maintainer : Daniel Bermond <dbermondarchlinux-org>
+# Maintainer : Daniel Bermond <[email protected]>
 # Maintainer : Santiago Torres-Arias <[email protected]>
 # Contributor: Simon Boulay <[email protected]>
 
-pkgbase=python-breathe
-pkgname='python-breathe'
-pkgver=4.13.0
-pkgrel=2
+pkgname=python-breathe
+pkgver=4.13.1
+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/";
 license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
 makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-nose' 'python-sphinx')
 BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
-checkdepends=('python-nose' 'python-sphinx')
 sha256sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 
<[email protected]>
 
-# FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
-# See upstream bug: https://github.com/michaeljones/breathe/issues/394
+# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
 
@@ -31,8 +30,6 @@
 }
 
 package_python-breathe() {
-  depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-
   cd "breathe"
   python setup.py install --root="${pkgdir}" --skip-build --optimize=1
 

Reply via email to