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

Santiago Torres-Arias sangy at archlinux.org
Fri Apr 10 01:16:05 UTC 2020


    Date: Friday, April 10, 2020 @ 01:16:03
  Author: sangy
Revision: 613067

upgpkg: python-breathe 4.15.0-1

Enable tests, as python-sphinx 3.0+ support was added

Modified:
  python-breathe/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-09 23:26:15 UTC (rev 613066)
+++ PKGBUILD	2020-04-10 01:16:03 UTC (rev 613067)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay <simon.boulay at alkeona.net>
 
 pkgname=python-breathe
-pkgver=4.14.1
+pkgver=4.15.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output"
 arch=('any')
@@ -11,13 +11,12 @@
 license=('BSD')
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 'python-six')
 makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose')
-BUILDENV=('!check')
+checkdepends=('python-pytest')
+#BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
 sha512sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren <mail at mel.vin>
 
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
   PYTHONPATH="$PWD" make test



More information about the arch-commits mailing list