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

Jelle van der Waa jelle at gemini.archlinux.org
Mon Jan 24 11:35:41 UTC 2022


    Date: Monday, January 24, 2022 @ 11:35:41
  Author: jelle
Revision: 435058

archrelease: copy trunk to extra-any

Added:
  python-prometheus_client/repos/extra-any/PKGBUILD
    (from rev 435057, 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-01-24 11:35:33 UTC (rev 435057)
+++ PKGBUILD	2022-01-24 11:35:41 UTC (rev 435058)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=python-prometheus_client
-pkgver=0.11.0
-pkgrel=3
-
-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=('5e644d781b7fcc3e0e386a2244f524ccaf978f1eab87b1d6d8009ac3f10fe2ca4adf2c76c2a2ffa47b4b54237cd906807d55bd99530a92d82cd3825de93280dc')
-
-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 435057, python-prometheus_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-24 11:35:41 UTC (rev 435058)
@@ -0,0 +1,34 @@
+# 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
+}



More information about the arch-commits mailing list