[arch-commits] Commit in python-breathe/trunk (PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Fri Apr 9 20:37:32 UTC 2021
Date: Friday, April 9, 2021 @ 20:37:32
Author: dbermond
Revision: 915305
upgpkg: python-breathe 4.29.0-1
Modified:
python-breathe/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-09 20:36:19 UTC (rev 915304)
+++ PKGBUILD 2021-04-09 20:37:32 UTC (rev 915305)
@@ -3,7 +3,7 @@
# Contributor: Simon Boulay <simon.boulay at alkeona.net>
pkgname=python-breathe
-pkgver=4.28.0
+pkgver=4.29.0
pkgrel=1
pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output"
arch=('any')
@@ -10,24 +10,26 @@
url="https://breathe.readthedocs.org/en/latest/"
license=('BSD')
depends=('python' 'python-sphinx' 'python-docutils' 'python-six')
-makedepends=('git' 'python-setuptools')
+makedepends=('python-setuptools')
checkdepends=('python-pytest')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
+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=('2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d'
+ 'SKIP')
validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermeeren at vermwa.re>
check() {
- cd breathe
+ cd "breathe-${pkgver}"
PYTHONPATH="$PWD" make test
}
build() {
- cd breathe
+ cd "breathe-${pkgver}"
python setup.py build
}
package_python-breathe() {
- cd 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