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

Daniel M. Capella polyzen at gemini.archlinux.org
Wed Jul 13 18:45:09 UTC 2022


    Date: Wednesday, July 13, 2022 @ 18:45:09
  Author: polyzen
Revision: 1252592

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-13 18:44:50 UTC (rev 1252591)
+++ PKGBUILD	2022-07-13 18:45:09 UTC (rev 1252592)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=aiohttp-openmetrics
-pkgname=python-aiohttp-openmetrics
-pkgver=0.0.5
-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=('a770cc4a1b1bb0ca45aae71b0cc63fcd57aac322125882a20c5fcd09e457dff1')
-b2sums=('ca769cd18b84b929667500b60635ff7545f149033f9d6134d8f83273c7b003231c76941cc9eab1056a1c980d0ad096916c40b285e87e8f7f1ed80cdeb4140bd2')
-
-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:

Copied: python-aiohttp-openmetrics/repos/community-any/PKGBUILD (from rev 1252591, python-aiohttp-openmetrics/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-13 18:45:09 UTC (rev 1252592)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list