Date: Sunday, January 9, 2022 @ 23:58:11 Author: polyzen Revision: 1098771
upgpkg: xandikos 0.2.8-1 Added: python-aiohttp-openmetrics/ python-aiohttp-openmetrics/repos/ python-aiohttp-openmetrics/trunk/ python-aiohttp-openmetrics/trunk/PKGBUILD Modified: xandikos/trunk/PKGBUILD -------------------------------------------+ python-aiohttp-openmetrics/trunk/PKGBUILD | 27 +++++++++++++++++++++++++++ xandikos/trunk/PKGBUILD | 11 ++++++----- 2 files changed, 33 insertions(+), 5 deletions(-) Added: python-aiohttp-openmetrics/trunk/PKGBUILD =================================================================== --- python-aiohttp-openmetrics/trunk/PKGBUILD (rev 0) +++ python-aiohttp-openmetrics/trunk/PKGBUILD 2022-01-09 23:58:11 UTC (rev 1098771) @@ -0,0 +1,27 @@ +# Maintainer: Daniel M. Capella <[email protected]> + +_name=aiohttp-openmetrics +pkgname=python-aiohttp-openmetrics +pkgver=0.0.4 +pkgrel=1 +pkgdesc='OpenMetrics provider for aiohttp' +arch=('any') +url=https://github.com/jelmer/aiohttp-openmetrics +license=('Apache') +depends=('python-aiohttp' 'python-prometheus_client') +makedepends=('python-setuptools') +source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") +sha256sums=('4bc4edb292907fb68f5938e1d17c7bf59b4a1617c581ac199782a63c887a4f1d') +b2sums=('3bc914d5d14dde8b562946e9b3212037bd48df2fba4ef0b0489e9ce4abf4b0d6f43107696b3ca93bb892b19d466202741fc4fd67b20be0b7a4e6f4c9b6f42a4e') + +build() { + cd $_name-$pkgver + python setup.py build +} + +package() { + cd $_name-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 --skip-build +} + +# vim:set ts=2 sw=2 et: Modified: xandikos/trunk/PKGBUILD =================================================================== --- xandikos/trunk/PKGBUILD 2022-01-09 23:52:51 UTC (rev 1098770) +++ xandikos/trunk/PKGBUILD 2022-01-09 23:58:11 UTC (rev 1098771) @@ -1,20 +1,20 @@ # Maintainer: Daniel M. Capella <[email protected]> pkgname=xandikos -pkgver=0.2.7 +pkgver=0.2.8 pkgrel=1 pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository' arch=('any') -url=https://www.xandikos.org/ +url=https://www.xandikos.org license=('GPL3') depends=('python-aiohttp' 'python-defusedxml' 'python-dulwich' 'python-icalendar' 'python-jinja' 'python-multidict') makedepends=('python-setuptools') -optdepends=('python-prometheus_client: for metrics with the standalone server' +optdepends=('python-aiohttp-openmetrics: for metrics with the standalone server' 'uwsgi-plugin-python: for the WSGI interface') source=("https://files.pythonhosted.org/packages/source/x/xandikos/xandikos-$pkgver.tar.gz") -sha256sums=('e5c7d6157b9b2b044f9de4b1387504e004d0e24a62dc0a2ebcaa751c6a3f7fea') -b2sums=('09e39f8302c60aea8785d6d344d006a071758f6831de4a7548fe71dc2db1f2dea6f301bf8e0cd21b54680fac17fab6ac8dc86ae75bf4a165d40aea0b41e4e95b') +sha256sums=('16f174f75d0b4a766f9a41e2fe2700e5d77e77d9a9990cee3d619dc1d8aff001') +b2sums=('9e4ac9eb668bddcf186c35e2927f079887388e42dc269d9be4999a479fe8f4bcf42b383e2d155cd5b70e0f5b2c7c08cb4d8313ee0583eca7297661a89462f82e') build() { cd xandikos-$pkgver @@ -31,6 +31,7 @@ python setup.py install --root="$pkgdir" --optimize=1 --skip-build install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos README.rst install -Dm644 -t "$pkgdir"/usr/share/doc/xandikos/examples examples/* + #install -Dm644 -t "$pkgdir"/usr/share/man/man8 man/xandikos.8 } # vim:set ts=2 sw=2 et:
