[arch-commits] Commit in python-keystoneclient/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Jul 19 06:38:28 UTC 2018


    Date: Thursday, July 19, 2018 @ 06:38:28
  Author: eschwartz
Revision: 362349

upgpkg: python-keystoneclient 3.17.0-2

python 3.7 rebuild

Modified:
  python-keystoneclient/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-19 05:00:21 UTC (rev 362348)
+++ PKGBUILD	2018-07-19 06:38:28 UTC (rev 362349)
@@ -4,28 +4,27 @@
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
 pkgver=3.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient"
+url="https://docs.openstack.org/python-keystoneclient/latest/"
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601'
              'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector'
-             'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1'
-             'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils'
-             'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization'
+             'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils'
+             'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization'
              'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config'
              'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources'
               'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle'
-              'python2-pycodestyle' 'python-lxml' 'python2-lxml')
+              'python2-pycodestyle' 'python-lxml' 'python2-lxml' 'python-testrepository' 'python2-testrepository')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz")
 sha512sums=('8a8864fc83ebfc61b052367f587acf947715990507b388a09cb9b0524404e7770c3f7baf1f0c2b17fe8794cc3c068d89176c57e4b9de39d6b6a60094a950c76c')
 
+export PBR_VERSION=$pkgver
+
 prepare() {
   cp -a python-keystoneclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
 }
 
 build() {
@@ -46,7 +45,7 @@
 
 package_python-keystoneclient() {
   depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector'
-           'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n'
+           'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n'
            'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore')
 
   cd "$srcdir"/python-keystoneclient-$pkgver
@@ -55,7 +54,7 @@
 
 package_python2-keystoneclient() {
   depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector'
-           'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n'
+           'python2-keystoneauth1' 'python2-oslo-utils' 'python2-oslo-i18n'
            'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore')
 
   cd "$srcdir"/python-keystoneclient-$pkgver-py2



More information about the arch-commits mailing list