[arch-commits] Commit in python-prometheus_client/repos/staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 10:36:27 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:36:27
Author: foutrelis
Revision: 400300
archrelease: copy trunk to staging-any
Added:
python-prometheus_client/repos/staging-any/PKGBUILD
(from rev 400298, python-prometheus_client/trunk/PKGBUILD)
Deleted:
python-prometheus_client/repos/staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:36:26 UTC (rev 400299)
+++ PKGBUILD 2020-11-11 10:36:27 UTC (rev 400300)
@@ -1,34 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=python-prometheus_client
-pkgver=0.8.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=('a9d49bc4dac77168f94edf51344042bc5210b07ed01031dc50e323f86ea8292df7370956a4fbd9d9f85a0857a8ec9abaef30c0c2cd4dc5502df7264816eecc8f')
-
-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/staging-any/PKGBUILD (from rev 400298, python-prometheus_client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:36:27 UTC (rev 400300)
@@ -0,0 +1,34 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python-prometheus_client
+pkgver=0.8.0
+pkgrel=4
+
+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=('a9d49bc4dac77168f94edf51344042bc5210b07ed01031dc50e323f86ea8292df7370956a4fbd9d9f85a0857a8ec9abaef30c0c2cd4dc5502df7264816eecc8f')
+
+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