[arch-commits] Commit in python-aiohttp-openmetrics/repos/community-any (2 files)

Daniel M. Capella polyzen at gemini.archlinux.org
Thu Aug 18 14:59:06 UTC 2022


    Date: Thursday, August 18, 2022 @ 14:59:05
  Author: polyzen
Revision: 1267369

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-18 14:58:39 UTC (rev 1267368)
+++ PKGBUILD	2022-08-18 14:59:05 UTC (rev 1267369)
@@ -1,25 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=aiohttp-openmetrics
-pkgname=python-aiohttp-openmetrics
-pkgver=0.0.6
-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=('799264e4f2c1ea32f18597f220f156032cd41a5f1eb6bf2c2d60ab4d5f3de0d7')
-b2sums=('32058d25b91ff20d90a5575be40a2e8d05498e124bf643b2e0ada876481c242c0ee76ac51148739ab4576d999968aa527ed053ec57dca73c29386e11a8244f3f')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-aiohttp-openmetrics/repos/community-any/PKGBUILD (from rev 1267368, python-aiohttp-openmetrics/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 14:59:05 UTC (rev 1267369)
@@ -0,0 +1,25 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=aiohttp-openmetrics
+pkgname=python-aiohttp-openmetrics
+pkgver=0.0.7
+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=('91ce41e6d95c951eaf43f313452821d3607b044870070f4d802f74961c9f2526')
+b2sums=('cb6f5a432847cb6b054237970eee379df3a7a9898b97aa00ffab45de855fa0ecfd906dfe804992e3ccfe7f420daf86f0c4065b7fd24a5f150be808b656e635fd')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list