Date: Monday, December 2, 2019 @ 00:37:28 Author: dbermond Revision: 534658
upgpkg: python-breathe 4.14.0-0 Update to version 4.14.0 Modified: python-breathe/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-02 00:36:41 UTC (rev 534657) +++ PKGBUILD 2019-12-02 00:37:28 UTC (rev 534658) @@ -3,15 +3,15 @@ # Contributor: Simon Boulay <[email protected]> pkgname=python-breathe -pkgver=4.13.1 -pkgrel=3 -pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output." +pkgver=4.14.0 +pkgrel=0 +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') +checkdepends=('python-nose') BUILDENV=('!check') source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed") sha256sums=('SKIP') @@ -20,8 +20,7 @@ # FIXME: tests are disabled for now, as sphinx 2.1.0+ break them check() { cd breathe - - PYTHONPATH=$PWD make test + PYTHONPATH="$PWD" make test } build() {
