Date: Monday, June 3, 2019 @ 21:01:44 Author: dbermond Revision: 476778
upgpkg: python-breathe 4.13.0-2 Remove the now unneeded python2 entries Modified: python-breathe/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-03 21:01:37 UTC (rev 476777) +++ PKGBUILD 2019-06-03 21:01:44 UTC (rev 476778) @@ -1,4 +1,4 @@ -# Maintainer : Daniel Bermond < archlinux-org: dbermond > +# Maintainer : Daniel Bermond <dbermondarchlinux-org> # Maintainer : Santiago Torres-Arias <[email protected]> # Contributor: Simon Boulay <[email protected]> @@ -5,14 +5,15 @@ pkgbase=python-breathe pkgname='python-breathe' pkgver=4.13.0 -pkgrel=1 +pkgrel=2 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') -makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools') +makedepends=('python' 'git' 'python-setuptools') +BUILDENV=('!check') source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed") -checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-sphinx') +checkdepends=('python-nose' 'python-sphinx') sha256sums=('SKIP') validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren <[email protected]>
