[arch-commits] Commit in python-breathe/repos/community-any (PKGBUILD PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Thu May 6 15:36:53 UTC 2021
Date: Thursday, May 6, 2021 @ 15:36:53
Author: dbermond
Revision: 928510
archrelease: copy trunk to community-any
Added:
python-breathe/repos/community-any/PKGBUILD
(from rev 928509, python-breathe/trunk/PKGBUILD)
Deleted:
python-breathe/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 15:36:27 UTC (rev 928509)
+++ PKGBUILD 2021-05-06 15:36:53 UTC (rev 928510)
@@ -1,36 +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.29.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' 'python-six')
-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=('a235a7b15dba12e463ffc078e6cc94a60eed8371b51182a4c55691ae2c42d76e1cfbb957ccc9d82a79e2a08297a4b93121811990421e92b9464fd8bf9cbbbb78'
- 'SKIP')
-validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
-
-check() {
- cd "breathe-${pkgver}"
- PYTHONPATH="$PWD" make test
-}
-
-build() {
- cd "breathe-${pkgver}"
- python setup.py build
-}
-
-package_python-breathe() {
- cd "breathe-${pkgver}"
- 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 928509, python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-06 15:36:53 UTC (rev 928510)
@@ -0,0 +1,36 @@
+# 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.29.2
+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=('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=('1a47a36f9ebb4c863dd3d06d19ae1dd18af3b9468561f2b2370f57da8573faf4489ee3f1c9aebc84d867a51a6a7032d1a57a3430b804c5dd5886a0fce4c0adfc'
+ 'SKIP')
+validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
+
+check() {
+ cd "breathe-${pkgver}"
+ PYTHONPATH="$PWD" make test
+}
+
+build() {
+ cd "breathe-${pkgver}"
+ python setup.py build
+}
+
+package_python-breathe() {
+ cd "breathe-${pkgver}"
+ 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