[arch-commits] Commit in python-breathe/repos/community-any (PKGBUILD PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Tue Dec 18 21:40:08 UTC 2018
Date: Tuesday, December 18, 2018 @ 21:40:07
Author: sangy
Revision: 416736
archrelease: copy trunk to community-any
Added:
python-breathe/repos/community-any/PKGBUILD
(from rev 416735, python-breathe/trunk/PKGBUILD)
Deleted:
python-breathe/repos/community-any/PKGBUILD
----------+
PKGBUILD | 130 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 65 insertions(+), 65 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-18 21:33:13 UTC (rev 416735)
+++ PKGBUILD 2018-12-18 21:40:07 UTC (rev 416736)
@@ -1,65 +0,0 @@
-# Maintainer : Daniel Bermond < archlinux-org: dbermond >
-# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
-# Contributor: Simon Boulay <simon.boulay at alkeona.net>
-
-pkgbase=python-breathe
-pkgname=('python-breathe' 'python2-breathe')
-pkgver=4.11.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')
-makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
-checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-sphinx')
-sha256sums=('SKIP')
-validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren <mail at mel.vin>
-
-prepare() {
- cp -a "breathe" "breathe2"
-}
-
-# FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
-# See upstream bug: https://github.com/michaeljones/breathe/issues/394
-# check() {
-# cd breathe
-#
-# PYTHONPATH=$PWD make test
-#
-# cd "${srcdir}/breathe2"
-#
-# PYTHONPATH=$PWD make test
-#
-# }
-
-build() {
- cd breathe
- python setup.py build
-
- cd "${srcdir}/breathe2"
- python setup.py build
-}
-
-package_python-breathe() {
- depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 'python-six')
-
- cd "breathe"
- python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
- install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-
-package_python2-breathe() {
- pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output (python2)"
- depends=('python2' 'python2-setuptools' 'python2-sphinx' 'python2-docutils' 'python2-six')
-
- cd "breathe2"
- python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
- # To avoid file conflict with the python3 version
- mv "$pkgdir"/usr/bin/breathe-apidoc{,2}
-
- install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
Copied: python-breathe/repos/community-any/PKGBUILD (from rev 416735, python-breathe/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-18 21:40:07 UTC (rev 416736)
@@ -0,0 +1,65 @@
+# Maintainer : Daniel Bermond < archlinux-org: dbermond >
+# Maintainer : Santiago Torres-Arias <santiago at archlinux.org>
+# Contributor: Simon Boulay <simon.boulay at alkeona.net>
+
+pkgbase=python-breathe
+pkgname=('python-breathe' 'python2-breathe')
+pkgver=4.11.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')
+makedepends=('python' 'git' 'python-setuptools' 'python2' 'python2-setuptools')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
+checkdepends=('python-nose' 'python2-nose' 'python-sphinx' 'python2-sphinx')
+sha256sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren <mail at mel.vin>
+
+prepare() {
+ cp -a "breathe" "breathe2"
+}
+
+# FIXME: tests are disabled for now, as sphinx 1.8.1+ break them.
+# See upstream bug: https://github.com/michaeljones/breathe/issues/394
+# check() {
+# cd breathe
+#
+# PYTHONPATH=$PWD make test
+#
+# cd "${srcdir}/breathe2"
+#
+# PYTHONPATH=$PWD make test
+#
+# }
+
+build() {
+ cd breathe
+ python setup.py build
+
+ cd "${srcdir}/breathe2"
+ python setup.py build
+}
+
+package_python-breathe() {
+ depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 'python-six')
+
+ cd "breathe"
+ python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+ install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+
+package_python2-breathe() {
+ pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output (python2)"
+ depends=('python2' 'python2-setuptools' 'python2-sphinx' 'python2-docutils' 'python2-six')
+
+ cd "breathe2"
+ python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+ # To avoid file conflict with the python3 version
+ mv "$pkgdir"/usr/bin/breathe-apidoc{,2}
+
+ install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
More information about the arch-commits
mailing list