Date: Friday, April 23, 2021 @ 22:22:41 Author: dbermond Revision: 923476
archrelease: copy trunk to community-any Added: python-breathe/repos/community-any/PKGBUILD (from rev 923475, python-breathe/trunk/PKGBUILD) Deleted: python-breathe/repos/community-any/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-04-23 22:22:28 UTC (rev 923475) +++ PKGBUILD 2021-04-23 22:22:41 UTC (rev 923476) @@ -1,36 +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.29.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-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=('2b9824c66ef2cfe4eda1c783ffced147352ce7e59b09d1ff2f728e293d9624aa458e534185c0745aba244817abd58a5d781f4447fb52c9ce511654c06a13748d' - 'SKIP') -validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermee...@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 923475, python-breathe/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-04-23 22:22:41 UTC (rev 923476) @@ -0,0 +1,36 @@ +# 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.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 <vermee...@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}" +}