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

Felix Yan felixonmars at archlinux.org
Tue Apr 14 08:14:18 UTC 2020


    Date: Tuesday, April 14, 2020 @ 08:14:17
  Author: felixonmars
Revision: 613999

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-14 08:13:45 UTC (rev 613998)
+++ PKGBUILD	2020-04-14 08:14:17 UTC (rev 613999)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-keystoneclient
-pkgver=3.22.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=('1fa668df36abc7073c938bca9b44b0b6856b3c48d66f750fd8edaf742f63240ed01bb55dd6233f2c379a539f71c9929683b75b844f66fa13554e4d4cb5376e04')
-
-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 613998, python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-14 08:14:17 UTC (rev 613999)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-keystoneclient
+pkgver=4.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=('329a4bddcff51fe9251d13f29898287a857baab167d3b6557dc39789db8be0d3bdc62aee8e497ef1aa45d44a5449a7d2210afc88d1a0f82daee7e0c25574bbd4')
+
+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