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

Daniel Bermond dbermond at archlinux.org
Wed Feb 17 14:10:01 UTC 2021


    Date: Wednesday, February 17, 2021 @ 14:10:00
  Author: dbermond
Revision: 862534

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 34 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 14:09:37 UTC (rev 862533)
+++ PKGBUILD	2021-02-17 14:10:00 UTC (rev 862534)
@@ -1,40 +0,0 @@
-# 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.26.1
-pkgrel=3
-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-sphinx' 'python-docutils' 'python-six')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed"
-        '010-python-breathe-support-sphinx-3.5.patch'::'https://github.com/michaeljones/breathe/commit/2514a9020b19f64cc7c8132b4f9fc8578bdf33e8.patch')
-sha512sums=('SKIP'
-            'c2107e676d874bc75e52b8cf7826f6fac74acf4f55c65105759221c12d08770b357ddaf431a866506387a00dd7c3b73ab71f86059824c7800812917c91fc5e67')
-validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
-
-prepare() {
-    patch -d breathe -Np1 -i "${srcdir}/010-python-breathe-support-sphinx-3.5.patch"
-}
-
-check() {
-  cd breathe
-  PYTHONPATH="$PWD" make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-package_python-breathe() {
-  cd "breathe"
-  PYTHONHASHSEED=0 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 862533, python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-17 14:10:00 UTC (rev 862534)
@@ -0,0 +1,34 @@
+# 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.27.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')
+depends=('python' 'python-sphinx' 'python-docutils' 'python-six')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
+
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  PYTHONHASHSEED=0 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