[arch-commits] Commit in python-keystoneclient/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 20:02:04 UTC 2021
Date: Thursday, December 2, 2021 @ 20:02:04
Author: foutrelis
Revision: 1062443
archrelease: copy trunk to community-staging-any
Added:
python-keystoneclient/repos/community-staging-any/PKGBUILD
(from rev 1062442, python-keystoneclient/trunk/PKGBUILD)
Deleted:
python-keystoneclient/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 20:02:00 UTC (rev 1062442)
+++ PKGBUILD 2021-12-02 20:02:04 UTC (rev 1062443)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-keystoneclient
-pkgver=4.3.0
-pkgrel=2
-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=('fdcc691149fcaf6e5a16ae28d51e898f0f42f5617bddbed0072fad26b051ef2af4508e110dd0c8c2de58dc1c0887bc53fa0fb47eab3f30c589a571fe2157ab66')
-
-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-staging-any/PKGBUILD (from rev 1062442, python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 20:02:04 UTC (rev 1062443)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-keystoneclient
+pkgver=4.3.0
+pkgrel=3
+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=('fdcc691149fcaf6e5a16ae28d51e898f0f42f5617bddbed0072fad26b051ef2af4508e110dd0c8c2de58dc1c0887bc53fa0fb47eab3f30c589a571fe2157ab66')
+
+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