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

Daniel Bermond dbermond at gemini.archlinux.org
Mon Feb 14 18:17:02 UTC 2022


    Date: Monday, February 14, 2022 @ 18:17:02
  Author: dbermond
Revision: 1133218

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-14 18:16:37 UTC (rev 1133217)
+++ PKGBUILD	2022-02-14 18:17:02 UTC (rev 1133218)
@@ -1,35 +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.32.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')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig")
-sha512sums=('d62d721fa2afa81d501405044d39bd4c0753d4aef82c39c543c2c6d58f5e0e3f97c92b9fb2772e07fb877b85107a6493f34a0099bd71c416843a01a10b4bbb73'
-            'SKIP')
-validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
-
-build() {
-  cd "breathe-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "breathe-${pkgver}"
-  PYTHONPATH="$PWD" make test
-}
-
-package_python-breathe() {
-  cd "breathe-${pkgver}"
-  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 1133217, python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-14 18:17:02 UTC (rev 1133218)
@@ -0,0 +1,35 @@
+# 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.33.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-sphinx' 'python-docutils')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig")
+sha512sums=('770c0fd8eaca798c84cbbf138b0b4b1a348e2010cedf5efec085fff348e8b0e548ccbe160ecb112709929ee0cf8fd0d977c5032ae03f74cd39f4bb2ae1d5f14b'
+            'SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
+
+build() {
+  cd "breathe-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "breathe-${pkgver}"
+  PYTHONPATH="$PWD" make test
+}
+
+package_python-breathe() {
+  cd "breathe-${pkgver}"
+  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