[arch-commits] Commit in python-breathe/repos/community-any (PKGBUILD PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Sun Sep 15 19:01:02 UTC 2019


    Date: Sunday, September 15, 2019 @ 19:01:01
  Author: dbermond
Revision: 510792

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   77 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 37 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 19:00:37 UTC (rev 510791)
+++ PKGBUILD	2019-09-15 19:01:01 UTC (rev 510792)
@@ -1,40 +0,0 @@
-# Maintainer : Daniel Bermond <dbermondarchlinux-org>
-# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: Simon Boulay <simon.boulay at alkeona.net>
-
-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 <mail at mel.vin>
-
-# 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 510791, python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-15 19:01:01 UTC (rev 510792)
@@ -0,0 +1,37 @@
+# Maintainer : Daniel Bermond <dbermond at archlinux.org>
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Simon Boulay <simon.boulay at alkeona.net>
+
+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")
+sha256sums=('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
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list