[arch-commits] Commit in python-glanceclient/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Sep 5 19:55:02 UTC 2022
Date: Monday, September 5, 2022 @ 19:55:02
Author: felixonmars
Revision: 1293164
archrelease: copy trunk to community-any
Added:
python-glanceclient/repos/community-any/PKGBUILD
(from rev 1293163, python-glanceclient/trunk/PKGBUILD)
Deleted:
python-glanceclient/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-05 19:54:45 UTC (rev 1293163)
+++ PKGBUILD 2022-09-05 19:55:02 UTC (rev 1293164)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-glanceclient
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-glanceclient"
-license=('Apache')
-depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1' 'python-requests' 'python-warlock'
- 'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt' 'python-pyopenssl')
-makedepends=('python-setuptools')
-checkdepends=('python-stestr' 'python-ddt' 'python-mock' 'python-requests-mock' 'python-testscenarios')
-options=('!emptydirs')
-source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c6d7ca471436dd07a653828c3cfd35fb93b9a76f2e993f744ab267d7fd6986c48ae8d574d4433808d9474d79588267311a5bc2d15458666ddc84522dfa08ae13')
-
-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 1293163, python-glanceclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-05 19:55:02 UTC (rev 1293164)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-glanceclient
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-glanceclient"
+license=('Apache')
+depends=('python-pbr' 'python-prettytable' 'python-keystoneauth1' 'python-requests' 'python-warlock'
+ 'python-oslo-utils' 'python-oslo-i18n' 'python-wrapt' 'python-pyopenssl')
+makedepends=('python-setuptools')
+checkdepends=('python-stestr' 'python-ddt' 'python-mock' 'python-requests-mock' 'python-testscenarios')
+options=('!emptydirs')
+source=("https://github.com/openstack/python-glanceclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f39d82ffe2279bf7eaf741d9dcca3678f3f7f064183c6dc5e1849b24d08497335caebaf8a9db2f65b145191f449af79f370c0e0dadb6df6e9801b941a4277756')
+
+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