Date: Saturday, June 25, 2022 @ 20:50:52
  Author: dbermond
Revision: 1239445

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-25 20:50:27 UTC (rev 1239444)
+++ PKGBUILD    2022-06-25 20:50:52 UTC (rev 1239445)
@@ -1,35 +0,0 @@
-# Maintainer : Daniel Bermond <[email protected]>
-# Maintainer : Santiago Torres-Arias <[email protected]>
-# Contributor: Simon Boulay <[email protected]>
-
-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 
<[email protected]>
-
-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 1239444, 
python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-25 20:50:52 UTC (rev 1239445)
@@ -0,0 +1,35 @@
+# Maintainer : Daniel Bermond <[email protected]>
+# Maintainer : Santiago Torres-Arias <[email protected]>
+# Contributor: Simon Boulay <[email protected]>
+
+pkgname=python-breathe
+pkgver=4.34.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=('7f3134575f1b8c4d7c96ebc735e33f656b5c6046de3fa2aee95d5e895fb33f0a83fb4b1c64dd69b9deca20b785868b42d6b1d5e39741500ff5f9d82bf3f130b4'
+            'SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 
<[email protected]>
+
+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}"
+}

Reply via email to