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

2020-09-16 Thread Felix Yan via arch-commits
Date: Thursday, September 17, 2020 @ 05:21:11
  Author: felixonmars
Revision: 708539

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-17 05:21:07 UTC (rev 708538)
+++ PKGBUILD2020-09-17 05:21:11 UTC (rev 708539)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=7.1.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('a1b3f5005ab93c5d971887c596ffd31ae2da93aa0722ff9c37a4701922fdf84a9cccafbe381c9d264caec8d75199d5be16b88c539cd19691d6607d275f8db943')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 708538, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-17 05:21:11 UTC (rev 708539)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=7.2.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('c06dd68c530c8a77c6204ecdfc5b131db963049613978e456cf960795447139f94f14dd3e0d79168248a034d290c12deba1d7353c9d4305ac1bc555dd76e5573')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-06-18 Thread Felix Yan via arch-commits
Date: Thursday, June 18, 2020 @ 18:49:32
  Author: felixonmars
Revision: 647434

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-18 18:49:22 UTC (rev 647433)
+++ PKGBUILD2020-06-18 18:49:32 UTC (rev 647434)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=7.0.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('7c05560c0d2318296f54607799aa3d6bbd2c12112993e7d9502a010a43a6d57fe3445984d0c94155152861c3122265c40bdb23c0581821175e7919609f31eeb0')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 647433, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-18 18:49:32 UTC (rev 647434)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=7.1.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('a1b3f5005ab93c5d971887c596ffd31ae2da93aa0722ff9c37a4701922fdf84a9cccafbe381c9d264caec8d75199d5be16b88c539cd19691d6607d275f8db943')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-04-08 Thread Felix Yan via arch-commits
Date: Wednesday, April 8, 2020 @ 23:19:34
  Author: felixonmars
Revision: 612839

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-08 23:19:09 UTC (rev 612838)
+++ PKGBUILD2020-04-08 23:19:34 UTC (rev 612839)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('0074b4bb6ea584f77e6af446ca3239dfdabc7e40c88bee2497eab237d0e04be3fc90d3794354da21ce12fd821082b68746fed03ade56ef45b97317736440c9f9')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 612838, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-08 23:19:34 UTC (rev 612839)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=7.0.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('7c05560c0d2318296f54607799aa3d6bbd2c12112993e7d9502a010a43a6d57fe3445984d0c94155152861c3122265c40bdb23c0581821175e7919609f31eeb0')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 14:29:22
  Author: felixonmars
Revision: 571060

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-14 14:29:07 UTC (rev 571059)
+++ PKGBUILD2020-02-14 14:29:22 UTC (rev 571060)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=5.0.0
-pkgrel=3
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('d375888eb8466e5b8f6da8b40da476b43a344889276da68f687fc9b0b3e848ac30177b90664261a6c15c696c830cd027fac06077f079503a4888f50aa3c1169b')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 571059, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-14 14:29:22 UTC (rev 571060)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('0074b4bb6ea584f77e6af446ca3239dfdabc7e40c88bee2497eab237d0e04be3fc90d3794354da21ce12fd821082b68746fed03ade56ef45b97317736440c9f9')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-09-12 Thread Felix Yan via arch-commits
Date: Thursday, September 12, 2019 @ 16:58:33
  Author: felixonmars
Revision: 509666

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-12 16:58:29 UTC (rev 509665)
+++ PKGBUILD2019-09-12 16:58:33 UTC (rev 509666)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('663e0c43ab37e2e4986bea349e0fd85ce4e5637c4d92fe5fbb7f9acb2d6322fd4ce24391ca5c62d5b4f3dccc1eabfcf2dc799209d3c940ea8cb06abfcfb990e9')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 509665, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-12 16:58:33 UTC (rev 509666)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('d375888eb8466e5b8f6da8b40da476b43a344889276da68f687fc9b0b3e848ac30177b90664261a6c15c696c830cd027fac06077f079503a4888f50aa3c1169b')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-08-22 Thread Felix Yan via arch-commits
Date: Friday, August 23, 2019 @ 06:15:05
  Author: felixonmars
Revision: 500978

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-23 06:14:56 UTC (rev 500977)
+++ PKGBUILD2019-08-23 06:15:05 UTC (rev 500978)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="https://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('84265f3cbffded2a16fe7440215f31558b6fc2faeff7505c929e7b333e1e84751dfc1da0803d3dd321382229a337c2f25e6019453664b5ea2952b5ce47da2c73')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 500977, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-23 06:15:05 UTC (rev 500978)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('663e0c43ab37e2e4986bea349e0fd85ce4e5637c4d92fe5fbb7f9acb2d6322fd4ce24391ca5c62d5b4f3dccc1eabfcf2dc799209d3c940ea8cb06abfcfb990e9')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-07-12 Thread Felix Yan via arch-commits
Date: Friday, July 12, 2019 @ 09:18:01
  Author: felixonmars
Revision: 488949

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-12 09:17:47 UTC (rev 488948)
+++ PKGBUILD2019-07-12 09:18:01 UTC (rev 488949)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('7e0a3ffc0294717a8dc12c2c09a4dc3368499ee2b5661e4b773c0cd27f8ab46b3628b1ea789a6474c471ba1e9ff1253eac2bcf110633a595630a257b2f8b55cd')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 488948, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-12 09:18:01 UTC (rev 488949)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="https://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('84265f3cbffded2a16fe7440215f31558b6fc2faeff7505c929e7b333e1e84751dfc1da0803d3dd321382229a337c2f25e6019453664b5ea2952b5ce47da2c73')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-05-16 Thread Felix Yan via arch-commits
Date: Thursday, May 16, 2019 @ 17:35:39
  Author: felixonmars
Revision: 467528

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-16 17:35:26 UTC (rev 467527)
+++ PKGBUILD2019-05-16 17:35:39 UTC (rev 467528)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-cinderclient
-pkgver=4.1.0
-pkgrel=2
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
- 'python-requests' 'python-oslo-utils')
-checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-cinderclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cinderclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 467527, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-16 17:35:39 UTC (rev 467528)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('7e0a3ffc0294717a8dc12c2c09a4dc3368499ee2b5661e4b773c0cd27f8ab46b3628b1ea789a6474c471ba1e9ff1253eac2bcf110633a595630a257b2f8b55cd')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-03-19 Thread Felix Yan via arch-commits
Date: Tuesday, March 19, 2019 @ 17:30:52
  Author: felixonmars
Revision: 442778

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 ++---
 1 file changed, 36 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 17:30:34 UTC (rev 442777)
+++ PKGBUILD2019-03-19 17:30:52 UTC (rev 442778)
@@ -1,62 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 442777, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-19 17:30:52 UTC (rev 442778)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-cinderclient
+pkgver=4.1.0
+pkgrel=2
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+ 'python-requests' 'python-oslo-utils')
+checkdepends=('python-oslotest' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-cinderclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cinderclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-10-09 Thread Felix Yan via arch-commits
Date: Tuesday, October 9, 2018 @ 09:42:31
  Author: felixonmars
Revision: 391404

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  125 ++---
 1 file changed, 62 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-09 09:42:30 UTC (rev 391403)
+++ PKGBUILD2018-10-09 09:42:31 UTC (rev 391404)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('586c4edb6c99de8c59571e6f9e66a2e8b0dfa76c65781e09372f644626d6c3ad92902cd280e7ae6aafe2fac2eeeb8b323dba500324cdad30f3d99858d1eef937')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 391400, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-09 09:42:31 UTC (rev 391404)
@@ -0,0 +1,62 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('c436dbc6fb840a301d1b3f5461f5614759ee7a81923d00d71c8e60f12c7bee1523710c516a38da0b482eedd282b371db77c9ff9abad3d42bc29db22f1081a6bc')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  stestr run || warning "Tests failed"
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-c

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

2018-06-22 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 04:14:36
  Author: felixonmars
Revision: 344662

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 04:14:16 UTC (rev 344661)
+++ PKGBUILD2018-06-23 04:14:36 UTC (rev 344662)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('7252197925db08f686aec0426c13747c05076b122e8d9d40bb7c4439ba0cd314fa4a60c951f6c5dbf86687b45589db0fd1385a97dcbd9e006548f0dfd8a716ef')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  stestr run
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  stestr2 run
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 344661, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 04:14:36 UTC (rev 344662)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('6338a6edb93609620b375343ce1166c46416b415eb5152678b261889cb7dc5fce735e6914eebd1edb6f03dea3d20805410b69fae2937ae3f0ed42b2ed06cd72e')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  stestr2 run
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=

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

2018-06-11 Thread Felix Yan via arch-commits
Date: Monday, June 11, 2018 @ 17:53:11
  Author: felixonmars
Revision: 342383

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-11 17:52:54 UTC (rev 342382)
+++ PKGBUILD2018-06-11 17:53:11 UTC (rev 342383)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('9a0ee4599f5df71dcb9b2ddaf2603b1a2289e50ca485ddda03514ddccfe3077c19f2f48224b2e12f069e1e144dcea713393f82a2896b07a2fdb992ba6ac68f8d')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  stestr run
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  stestr2 run
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 342382, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-11 17:53:11 UTC (rev 342383)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('7252197925db08f686aec0426c13747c05076b122e8d9d40bb7c4439ba0cd314fa4a60c951f6c5dbf86687b45589db0fd1385a97dcbd9e006548f0dfd8a716ef')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  stestr2 run
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1

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

2018-03-16 Thread Felix Yan via arch-commits
Date: Friday, March 16, 2018 @ 10:20:52
  Author: felixonmars
Revision: 308846

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 10:20:30 UTC (rev 308845)
+++ PKGBUILD2018-03-16 10:20:52 UTC (rev 308846)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('ca8d6c0626c363a730234862a1fd9ed79dbe610c6450ae987e44c81c97d14720a31a29383aee6c116e2f6f55570a55a1e00d6f0bc0198ad50c8c9572e77670ef')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 308845, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 10:20:52 UTC (rev 308846)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt' 'python-stestr' 'python2-stestr')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('9a0ee4599f5df71dcb9b2ddaf2603b1a2289e50ca485ddda03514ddccfe3077c19f2f48224b2e12f069e1e144dcea713393f82a2896b07a2fdb992ba6ac68f8d')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  stestr2 run
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimi

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

2017-08-31 Thread Felix Yan
Date: Friday, September 1, 2017 @ 05:23:26
  Author: felixonmars
Revision: 255220

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-01 05:22:55 UTC (rev 255219)
+++ PKGBUILD2017-09-01 05:23:26 UTC (rev 255220)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('8c2e50da2ca618853a2863f33891e55bbf1b3931d1d1fb9a93a09edef3457d46a33e44f14fe8c839210b20a67fceb180723152aec36934a8cc353952edf08876')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 255219, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-01 05:23:26 UTC (rev 255220)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('ca8d6c0626c363a730234862a1fd9ed79dbe610c6450ae987e44c81c97d14720a31a29383aee6c116e2f6f55570a55a1e00d6f0bc0198ad50c8c9572e77670ef')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" -

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

2017-07-27 Thread Felix Yan
Date: Thursday, July 27, 2017 @ 17:36:02
  Author: felixonmars
Revision: 246638

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-27 17:35:29 UTC (rev 246637)
+++ PKGBUILD2017-07-27 17:36:02 UTC (rev 246638)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('010b951bc9ae6b902efe3ced45d6d1deb3e1b767bbc4227f03b4e1913f7ed6b8a03f5015a1848e545db1749ac6fc2afa8830a28d3b8192040355c5cca103cb2c')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 246637, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-27 17:36:02 UTC (rev 246638)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('8c2e50da2ca618853a2863f33891e55bbf1b3931d1d1fb9a93a09edef3457d46a33e44f14fe8c839210b20a67fceb180723152aec36934a8cc353952edf08876')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --o

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

2017-07-20 Thread Felix Yan
Date: Friday, July 21, 2017 @ 06:51:36
  Author: felixonmars
Revision: 245871

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-21 06:51:18 UTC (rev 245870)
+++ PKGBUILD2017-07-21 06:51:36 UTC (rev 245871)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
- 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
- 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
-  'python-ddt' 'python2-ddt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
-sha512sums=('f75a419fe295e595f3d0d47aac0217ea56934841e1a5db73ab9593a7468896fa16b4362efa02067e4d9c549be2b5b9da0795e8bf28cbce66d053df5c7818462a')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
-  cp -a python-cinderclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
-   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 245870, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-21 06:51:36 UTC (rev 245871)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('010b951bc9ae6b902efe3ced45d6d1deb3e1b767bbc4227f03b4e1913f7ed6b8a03f5015a1848e545db1749ac6fc2afa8830a28d3b8192040355c5cca103cb2c')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --opt

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

2017-06-05 Thread Felix Yan
Date: Tuesday, June 6, 2017 @ 03:51:53
  Author: felixonmars
Revision: 23

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  124 ++---
 1 file changed, 63 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-06 03:51:11 UTC (rev 234443)
+++ PKGBUILD2017-06-06 03:51:53 UTC (rev 23)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 234443, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-06 03:51:53 UTC (rev 23)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneclient'
+ 'python2-keystoneclient' 'python-requests' 'python2-requests' 
'python-oslo-utils'
+ 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock'
+  'python-ddt' 'python2-ddt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-cinderclient/archive/$pkgver.tar.gz";)
+sha512sums=('f75a419fe295e595f3d0d47aac0217ea56934841e1a5db73ab9593a7468896fa16b4362efa02067e4d9c549be2b5b9da0795e8bf28cbce66d053df5c7818462a')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient-$pkgver/requirements.txt
+  cp -a python-cinderclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable'
+   'python2-keystoneclient' 'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclie

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

2017-05-25 Thread Felix Yan
Date: Friday, May 26, 2017 @ 02:10:18
  Author: felixonmars
Revision: 230388

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-26 02:09:38 UTC (rev 230387)
+++ PKGBUILD2017-05-26 02:10:18 UTC (rev 230388)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 230387, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-26 02:10:18 UTC (rev 230388)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-15 Thread Felix Yan
Date: Thursday, March 16, 2017 @ 02:39:02
  Author: felixonmars
Revision: 216499

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-16 02:38:44 UTC (rev 216498)
+++ PKGBUILD2017-03-16 02:39:02 UTC (rev 216499)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 216498, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-16 02:39:02 UTC (rev 216499)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-13 Thread Felix Yan
Date: Tuesday, March 14, 2017 @ 03:41:42
  Author: felixonmars
Revision: 216153

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-14 03:41:24 UTC (rev 216152)
+++ PKGBUILD2017-03-14 03:41:42 UTC (rev 216153)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 216152, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-14 03:41:42 UTC (rev 216153)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-27 Thread Felix Yan
Date: Friday, January 27, 2017 @ 14:06:55
  Author: felixonmars
Revision: 209227

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-27 14:06:37 UTC (rev 209226)
+++ PKGBUILD2017-01-27 14:06:55 UTC (rev 209227)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 209226, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-27 14:06:55 UTC (rev 209227)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-12 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 15:59:20
  Author: felixonmars
Revision: 206998

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-12 15:59:01 UTC (rev 206997)
+++ PKGBUILD2017-01-12 15:59:20 UTC (rev 206998)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.9.0
-pkgrel=2
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 206997, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-12 15:59:20 UTC (rev 206998)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-01 Thread Felix Yan
Date: Friday, September 2, 2016 @ 05:01:52
  Author: felixonmars
Revision: 188270

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-02 05:01:38 UTC (rev 188269)
+++ PKGBUILD2016-09-02 05:01:52 UTC (rev 188270)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 188269, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-02 05:01:52 UTC (rev 188270)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-01 Thread Felix Yan
Date: Wednesday, June 1, 2016 @ 18:18:41
  Author: fyan
Revision: 177616

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-01 16:18:18 UTC (rev 177615)
+++ PKGBUILD2016-06-01 16:18:41 UTC (rev 177616)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 177615, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-01 16:18:41 UTC (rev 177616)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-26 Thread Felix Yan
Date: Friday, May 27, 2016 @ 03:51:44
  Author: fyan
Revision: 177138

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 01:51:18 UTC (rev 177137)
+++ PKGBUILD2016-05-27 01:51:44 UTC (rev 177138)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="OpenStack Block Storage API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock' 'python-ddt' 'python2-ddt')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 177137, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 01:51:44 UTC (rev 177138)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:41:41
  Author: fyan
Revision: 175780

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:41:15 UTC (rev 175779)
+++ PKGBUILD2016-05-20 05:41:41 UTC (rev 175780)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 175779, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:41:41 UTC (rev 175780)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et: