[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 15:30:28 UTC 2022
Date: Saturday, September 3, 2022 @ 15:30:27
Author: felixonmars
Revision: 1292577
archrelease: copy trunk to community-any
Added:
python-keystoneclient/repos/community-any/PKGBUILD
(from rev 1292576, python-keystoneclient/trunk/PKGBUILD)
Deleted:
python-keystoneclient/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 15:30:08 UTC (rev 1292576)
+++ PKGBUILD 2022-09-03 15:30:27 UTC (rev 1292577)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-keystoneclient
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="https://docs.openstack.org/python-keystoneclient/latest/"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector'
- 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n'
- 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml'
- 'python-testresources')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz")
-sha512sums=('d669b93f9b48dd93156f6fe29bbbc2f87996579a6fb32b3c9ea1845f758a0462f0872d889457a501dfe9cb6b63e5679f45699685478f0e9b3c36a38cf47ca425')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd python-keystoneclient-$pkgver
- python setup.py build
-}
-
-check() {
- cd python-keystoneclient-$pkgver
- stestr run
-}
-
-package() {
- cd python-keystoneclient-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 1292576, python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 15:30:27 UTC (rev 1292577)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-keystoneclient
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="https://docs.openstack.org/python-keystoneclient/latest/"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector'
+ 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n'
+ 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml'
+ 'python-testresources')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz")
+sha512sums=('da507d9ff1cc1003cba24a4fcb1827b768d8f98d82c14fa971a6f17b5b4e418a2de6d93d3de73d117378a2f968242976e8290f8ab24e67a31d091985cd247909')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd python-keystoneclient-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd python-keystoneclient-$pkgver
+ stestr run
+}
+
+package() {
+ cd python-keystoneclient-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list