Date: Wednesday, October 5, 2022 @ 02:48:11
  Author: polyzen
Revision: 1321348

archrelease: copy trunk to community-any

Added:
  python-aiohttp-openmetrics/repos/community-any/PKGBUILD
    (from rev 1321347, python-aiohttp-openmetrics/trunk/PKGBUILD)
Deleted:
  python-aiohttp-openmetrics/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-05 02:47:47 UTC (rev 1321347)
+++ PKGBUILD    2022-10-05 02:48:11 UTC (rev 1321348)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-_name=aiohttp-openmetrics
-pkgname=python-aiohttp-openmetrics
-pkgver=0.0.7
-pkgrel=2
-pkgdesc='OpenMetrics provider for aiohttp'
-arch=('any')
-url=https://github.com/jelmer/aiohttp-openmetrics
-license=('Apache')
-depends=('python-aiohttp' 'python-prometheus_client')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
-             'python-wheel')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
-sha256sums=('91ce41e6d95c951eaf43f313452821d3607b044870070f4d802f74961c9f2526')
-b2sums=('cb6f5a432847cb6b054237970eee379df3a7a9898b97aa00ffab45de855fa0ecfd906dfe804992e3ccfe7f420daf86f0c4065b7fd24a5f150be808b656e635fd')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-aiohttp-openmetrics/repos/community-any/PKGBUILD (from rev 
1321347, python-aiohttp-openmetrics/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-05 02:48:11 UTC (rev 1321348)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+_name=aiohttp-openmetrics
+pkgname=python-aiohttp-openmetrics
+pkgver=0.0.8
+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-build' 'python-installer' 'python-setuptools'
+             'python-wheel')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz";)
+sha256sums=('2980022003cc3305684d4c0e0e6ec66c0dc68d86fc36299dfb6e153a1d47f3bf')
+b2sums=('2f3ab92ac21c2b4996104d88b81180c7896013a0380af24c41a56075da6885eb6ec1a0f90064018f77836a72e0b3f20bbd2f67438df89b6fd55faf4ff8052213')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to