[arch-commits] Commit in python-glanceclient/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 14 04:03:32 UTC 2020


    Date: Tuesday, April 14, 2020 @ 04:03:32
  Author: felixonmars
Revision: 613977

archrelease: copy trunk to community-any

Added:
  python-glanceclient/repos/community-any/PKGBUILD
    (from rev 613976, python-glanceclient/trunk/PKGBUILD)
Deleted:
  python-glanceclient/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-14 04:03:04 UTC (rev 613976)
+++ PKGBUILD	2020-04-14 04:03:32 UTC (rev 613977)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-glanceclient
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-glanceclient"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneauth1'
-         'python-requests' 'python-warlock' 'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt'
-         'python-pyopenssl')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' 'python-mock' 'python-requests-mock' 'python-testscenarios')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-glanceclient/archive/$pkgver.tar.gz")
-sha512sums=('2b0703991760566b1eea9620f55acd456534b75ff1dfb5dcfeb891af09e261f099015bfb25c356b4c45fa288309688e08516e53a88d93c0ff266bb8d543d459c')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-glanceclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-glanceclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-glanceclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 613976, python-glanceclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-14 04:03:32 UTC (rev 613977)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-glanceclient
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-glanceclient"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneauth1'
+         'python-requests' 'python-warlock' 'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt'
+         'python-pyopenssl')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-requests-mock' 'python-testscenarios')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-glanceclient/archive/$pkgver.tar.gz")
+sha512sums=('d9396c5155ba4bb94dc38333fea1cac79e01f0a34eb1ed770e30c50781e2862d3a2d86e78a7d2549704a90258da9ade1ec736789163ae99084e3975047edc688')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-glanceclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-glanceclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-glanceclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list