Date: Thursday, March 2, 2023 @ 09:54:16
  Author: felixonmars
Revision: 1406323

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-02 09:53:54 UTC (rev 1406322)
+++ PKGBUILD    2023-03-02 09:54:16 UTC (rev 1406323)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-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
-}

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 1406322, 
python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-02 09:54:16 UTC (rev 1406323)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-keystoneclient
+pkgver=5.1.0
+_commit=4763cd8052f51393063cc8706fdc0f0c9b017b24
+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=('git' 'python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 
'python-lxml'
+              'python-testresources')
+source=("git+https://github.com/openstack/python-keystoneclient.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd python-keystoneclient
+  python setup.py build
+}
+
+check() {
+  cd python-keystoneclient
+  stestr run
+}
+
+package() {
+  cd python-keystoneclient
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to