Date: Monday, June 3, 2019 @ 21:02:11
  Author: dbermond
Revision: 476780

archrelease: copy trunk to community-any

Added:
  python-breathe/repos/community-any/PKGBUILD
    (from rev 476778, python-breathe/trunk/PKGBUILD)
Deleted:
  python-breathe/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-03 21:02:05 UTC (rev 476779)
+++ PKGBUILD    2019-06-03 21:02:11 UTC (rev 476780)
@@ -1,39 +0,0 @@
-# Maintainer : Daniel Bermond < archlinux-org: dbermond >
-# Maintainer : Santiago Torres-Arias <[email protected]>
-# Contributor: Simon Boulay <[email protected]>
-
-pkgbase=python-breathe
-pkgname='python-breathe'
-pkgver=4.13.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/";
-license=('BSD')
-makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
-checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-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
-check() {
-  cd breathe
-
-  PYTHONPATH=$PWD make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-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
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 476778, 
python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-06-03 21:02:11 UTC (rev 476780)
@@ -0,0 +1,40 @@
+# Maintainer : Daniel Bermond <dbermondarchlinux-org>
+# Maintainer : Santiago Torres-Arias <[email protected]>
+# Contributor: Simon Boulay <[email protected]>
+
+pkgbase=python-breathe
+pkgname='python-breathe'
+pkgver=4.13.0
+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')
+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
+check() {
+  cd breathe
+
+  PYTHONPATH=$PWD make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+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
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}

Reply via email to