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

Daniel Bermond dbermond at archlinux.org
Mon Feb 15 11:58:02 UTC 2021


    Date: Monday, February 15, 2021 @ 11:58:02
  Author: dbermond
Revision: 861066

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-15 11:57:37 UTC (rev 861065)
+++ PKGBUILD	2021-02-15 11:58:02 UTC (rev 861066)
@@ -1,34 +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=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')
-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}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 861065, python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-15 11:58:02 UTC (rev 861066)
@@ -0,0 +1,40 @@
+# 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}"
+}



More information about the arch-commits mailing list