[arch-commits] Commit in python-keystoneclient/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 13:42:19 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:42:19
  Author: foutrelis
Revision: 751833

archrelease: copy trunk to community-staging-any

Added:
  python-keystoneclient/repos/community-staging-any/PKGBUILD
    (from rev 751832, python-keystoneclient/trunk/PKGBUILD)
Deleted:
  python-keystoneclient/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:42:16 UTC (rev 751832)
+++ PKGBUILD	2020-11-12 13:42:19 UTC (rev 751833)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-keystoneclient
-pkgver=4.1.1
-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=('3d97419c4ab1f38912e24c5ef412fcc8269b79dcd01ad1dfea9cb4240930915a181c0794a65cee763bf7252c0bee07fb437ae6ddca4fd6ebfad68576c0f000ee')
-
-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 751832, python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:42:19 UTC (rev 751833)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-keystoneclient
+pkgver=4.1.1
+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=('3d97419c4ab1f38912e24c5ef412fcc8269b79dcd01ad1dfea9cb4240930915a181c0794a65cee763bf7252c0bee07fb437ae6ddca4fd6ebfad68576c0f000ee')
+
+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