[arch-commits] Commit in python-osprofiler/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 18:55:41 UTC 2020
Date: Thursday, November 12, 2020 @ 18:55:41
Author: foutrelis
Revision: 753262
archrelease: copy trunk to community-staging-any
Added:
python-osprofiler/repos/community-staging-any/PKGBUILD
(from rev 753261, python-osprofiler/trunk/PKGBUILD)
Deleted:
python-osprofiler/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 18:55:40 UTC (rev 753261)
+++ PKGBUILD 2020-11-12 18:55:41 UTC (rev 753262)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-osprofiler
-pkgver=3.4.0
-pkgrel=2
-pkgdesc="OpenStack Profiler Library"
-arch=('any')
-url="https://docs.openstack.org/osprofiler/latest/"
-license=('Apache')
-depends=('python-netaddr' 'python-oslo-concurrency' 'python-oslo-serialization' 'python-oslo-utils'
- 'python-prettytable' 'python-requests' 'python-six' 'python-webob')
-checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 'python-jaeger-client'
- 'python-pymongo' 'python-redis' 'python-stestr')
-source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('dbe8f0a924e2ac2b59c657b201c0451419a6212fa091e6f50cef660d3ce5beef6e5477be698a3164eb57535f02ee9b5208aed64227ad82b7bbc3167cd31c2877')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd osprofiler-$pkgver
- python setup.py build
-}
-
-check() {
- cd osprofiler-$pkgver
- stestr run
-}
-
-package() {
- cd osprofiler-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-osprofiler/repos/community-staging-any/PKGBUILD (from rev 753261, python-osprofiler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 18:55:41 UTC (rev 753262)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-osprofiler
+pkgver=3.4.0
+pkgrel=3
+pkgdesc="OpenStack Profiler Library"
+arch=('any')
+url="https://docs.openstack.org/osprofiler/latest/"
+license=('Apache')
+depends=('python-netaddr' 'python-oslo-concurrency' 'python-oslo-serialization' 'python-oslo-utils'
+ 'python-prettytable' 'python-requests' 'python-six' 'python-webob')
+checkdepends=('python-ddt' 'python-docutils' 'python-elasticsearch' 'python-jaeger-client'
+ 'python-pymongo' 'python-redis' 'python-stestr')
+source=("https://github.com/openstack/osprofiler/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('dbe8f0a924e2ac2b59c657b201c0451419a6212fa091e6f50cef660d3ce5beef6e5477be698a3164eb57535f02ee9b5208aed64227ad82b7bbc3167cd31c2877')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd osprofiler-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd osprofiler-$pkgver
+ stestr run
+}
+
+package() {
+ cd osprofiler-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list