[arch-commits] Commit in python-breathe/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 17:37:50 UTC 2020
Date: Thursday, November 12, 2020 @ 17:37:50
Author: felixonmars
Revision: 752734
archrelease: copy trunk to community-staging-any
Added:
python-breathe/repos/community-staging-any/
python-breathe/repos/community-staging-any/PKGBUILD
(from rev 752733, python-breathe/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: python-breathe/repos/community-staging-any/PKGBUILD (from rev 752733, python-breathe/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-12 17:37:50 UTC (rev 752734)
@@ -0,0 +1,34 @@
+# 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.23.0
+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-setuptools' 'python-sphinx' 'python-docutils' 'python-six')
+makedepends=('python' '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"
+ 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