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

Felix Yan felixonmars at archlinux.org
Fri Apr 20 07:40:52 UTC 2018


    Date: Friday, April 20, 2018 @ 07:40:44
  Author: felixonmars
Revision: 317144

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  130 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-20 07:39:13 UTC (rev 317143)
+++ PKGBUILD	2018-04-20 07:40:44 UTC (rev 317144)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.15.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient"
-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-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')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz")
-sha512sums=('64f18b5a54cc18136cb02ebdcc35af27fab6dc5389d28a4d2e401ea79ad222d77508f27292163ec52d2595a955f1c0dfcbdb5e67437aeeea10b7315d91d2efe0')
-
-prepare() {
-  cp -a python-keystoneclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-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-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-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-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 317143, python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-20 07:40:44 UTC (rev 317144)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/python-keystoneclient"
+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-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')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz")
+sha512sums=('c9abeb9d4e64b071080426f6040c5b24bf4044fb505c30ed7b89c648bd9adcd71fc8455acdac4b0d3ebf764b5a6828e4eb6e795921bd7186ec97e3a0c47b546b')
+
+prepare() {
+  cp -a python-keystoneclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-keystoneclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-keystoneclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-keystoneclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-keystoneclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+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-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore')
+
+  cd "$srcdir"/python-keystoneclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+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-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore')
+
+  cd "$srcdir"/python-keystoneclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list