Date: Saturday, January 23, 2021 @ 13:39:04
  Author: dbermond
Revision: 826734

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-01-23 13:38:55 UTC (rev 826733)
+++ PKGBUILD    2021-01-23 13:39:04 UTC (rev 826734)
@@ -1,34 +0,0 @@
-# Maintainer : Daniel Bermond <dberm...@archlinux.org>
-# Maintainer : Santiago Torres-Arias <santi...@archlinux.org>
-# Contributor: Simon Boulay <simon.bou...@alkeona.net>
-
-pkgname=python-breathe
-pkgver=4.26.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-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('git')
-checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
-sha512sums=('SKIP')
-validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 
<vermee...@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 826733, 
python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-01-23 13:39:04 UTC (rev 826734)
@@ -0,0 +1,34 @@
+# Maintainer : Daniel Bermond <dberm...@archlinux.org>
+# Maintainer : Santiago Torres-Arias <santi...@archlinux.org>
+# Contributor: Simon Boulay <simon.bou...@alkeona.net>
+
+pkgname=python-breathe
+pkgver=4.26.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=('git')
+checkdepends=('python-pytest')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed";)
+sha512sums=('SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren 
<vermee...@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}"
+}

Reply via email to