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

Felix Yan felixonmars at archlinux.org
Thu Jan 25 03:10:38 UTC 2018


    Date: Thursday, January 25, 2018 @ 03:10:38
  Author: felixonmars
Revision: 286718

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-25 03:10:10 UTC (rev 286717)
+++ PKGBUILD	2018-01-25 03:10:38 UTC (rev 286718)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.14.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=('6564eb2f709dfef531f6da3a3af310d200262e84c07d4bdd8321da1e81064a24e1e5ded74e96342a2dd997cfc8b6013c0dd2a63191fe1b7dacd2acaee2385909')
-
-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 286717, python-keystoneclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-25 03:10:38 UTC (rev 286718)
@@ -0,0 +1,65 @@
+# $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:



More information about the arch-commits mailing list