[arch-commits] Commit in python-prometheus_client/repos/extra-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sat Feb 26 14:42:40 UTC 2022


    Date: Saturday, February 26, 2022 @ 14:42:39
  Author: jelle
Revision: 438161

archrelease: copy trunk to extra-any

Added:
  python-prometheus_client/repos/extra-any/PKGBUILD
    (from rev 438160, python-prometheus_client/trunk/PKGBUILD)
Deleted:
  python-prometheus_client/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-26 14:42:33 UTC (rev 438160)
+++ PKGBUILD	2022-02-26 14:42:39 UTC (rev 438161)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=python-prometheus_client
-pkgver=0.12.0
-pkgrel=1
-
-pkgdesc="Prometheus instrumentation library for Python applications"
-url="https://github.com/prometheus/client_python"
-arch=('any')
-license=('APACHE')
-
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-twisted' 'python-pytest')
-
-source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
-
-sha512sums=('ebcbbed706a96a9402eb985f5da15ee8fae09de952144a89a3323e147c0d16615ccd9be58b50b5b8ede37d4f66de1e2ce93ed53c4da939ca2e44c7aac687a1f7')
-
-build() {
-  cd client_python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd client_python-$pkgver
-  # Make reproducible by not writing pyc files for test files. (rebuilderd does not run tests)
-  PYTHONDONTWRITEBYTECODE=1 python setup.py test
-}
-
-package() {
-  cd client_python-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: python-prometheus_client/repos/extra-any/PKGBUILD (from rev 438160, python-prometheus_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-26 14:42:39 UTC (rev 438161)
@@ -0,0 +1,34 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-prometheus_client
+pkgver=0.13.1
+pkgrel=1
+
+pkgdesc="Prometheus instrumentation library for Python applications"
+url="https://github.com/prometheus/client_python"
+arch=('any')
+license=('APACHE')
+
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-twisted' 'python-pytest')
+
+source=(client_python-$pkgver.tar.gz::https://github.com/prometheus/client_python/archive/v${pkgver}.tar.gz)
+
+sha512sums=('8d5263ff00fc4797fa65a446bdab4dc3c717cc091f8cee571fdd2130febc480cc61e73e11145ac2bf9bc0eee132efc92d88a4d4facd61d515234748791a92255')
+
+build() {
+  cd client_python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd client_python-$pkgver
+  # Make reproducible by not writing pyc files for test files. (rebuilderd does not run tests)
+  PYTHONDONTWRITEBYTECODE=1 python setup.py test
+}
+
+package() {
+  cd client_python-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



More information about the arch-commits mailing list