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

2020-12-04 Thread Felix Yan via arch-commits
Date: Friday, December 4, 2020 @ 22:14:13
  Author: felixonmars
Revision: 770134

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-04 22:14:05 UTC (rev 770133)
+++ PKGBUILD2020-12-04 22:14:13 UTC (rev 770134)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-swiftclient
-pkgver=3.10.1
-pkgrel=3
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient";
-license=('Apache')
-depends=('python-six' 'python-requests')
-optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 
'python-keystoneclient')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('d6534886fd5adfc91853fb64c530970683637041ae3978c13d7bb834ee8c945d43019fd403c40384be0fc0adf355b9921597eb37a2574eed0fb22859577e10eb')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 770133, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-04 22:14:13 UTC (rev 770134)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-swiftclient
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient";
+license=('Apache')
+depends=('python-six' 'python-requests')
+optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 
'python-keystoneclient')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('82955176e1314c027d106881343640268affe9994cdf7544334320f0c57f7cabdc9288e0e54460dfa63c624361dd770e1f029eb5a92cec0afd66133c58782861')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-11 Thread Felix Yan via arch-commits
Date: Friday, September 11, 2020 @ 23:43:44
  Author: felixonmars
Revision: 702927

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-11 23:43:36 UTC (rev 702926)
+++ PKGBUILD2020-09-11 23:43:44 UTC (rev 702927)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-swiftclient
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient";
-license=('Apache')
-depends=('python-six' 'python-requests')
-optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 
'python-keystoneclient')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('565cdf58dab7d0e14f209b3cd9424569856f22f3af75fa22aedba2fc897e1003d194a6fb151a99661cdb7abc8411014ffb08492290da5ce1606c7fec867f95ca')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 702926, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-11 23:43:44 UTC (rev 702927)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-swiftclient
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient";
+license=('Apache')
+depends=('python-six' 'python-requests')
+optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 
'python-keystoneclient')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('d6534886fd5adfc91853fb64c530970683637041ae3978c13d7bb834ee8c945d43019fd403c40384be0fc0adf355b9921597eb37a2574eed0fb22859577e10eb')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-06-22 Thread Felix Yan via arch-commits
Date: Tuesday, June 23, 2020 @ 06:57:09
  Author: felixonmars
Revision: 650916

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-23 06:57:08 UTC (rev 650915)
+++ PKGBUILD2020-06-23 06:57:09 UTC (rev 650916)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-swiftclient
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient";
-license=('Apache')
-depends=('python-six' 'python-requests')
-makedepends=('python-setuptools' 'python-pbr' 'python-requests' )
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('8255e6cd8a54bb792072c2c0947a0405a8f43fa40a75f5ea63ab538c005f1c0dd4100e68e6c5d37247d4f0cd6cedf0e8218ebada2595c32409647dde3503982c')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 650911, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-23 06:57:09 UTC (rev 650916)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-swiftclient
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient";
+license=('Apache')
+depends=('python-six' 'python-requests')
+optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 
'python-keystoneclient')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('565cdf58dab7d0e14f209b3cd9424569856f22f3af75fa22aedba2fc897e1003d194a6fb151a99661cdb7abc8411014ffb08492290da5ce1606c7fec867f95ca')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 14:42:18
  Author: felixonmars
Revision: 571069

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-14 14:42:02 UTC (rev 571068)
+++ PKGBUILD2020-02-14 14:42:18 UTC (rev 571069)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgname=python-swiftclient
-pkgver=3.8.1
-pkgrel=2
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient";
-license=('Apache')
-depends=('python-six' 'python-requests')
-makedepends=('python-setuptools' 'python-pbr' 'python-requests' )
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('066e5b7bc04d19701faa06bb48b77ae0d4e1cefcb475b65a5bc85122aaff5ff4aa0a5e11bbf9fd81ffd006409792acbc804a9a659ae7e7f8a0ee15e5e52188f6')
-
-prepare() {
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 571068, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-14 14:42:18 UTC (rev 571069)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgname=python-swiftclient
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient";
+license=('Apache')
+depends=('python-six' 'python-requests')
+makedepends=('python-setuptools' 'python-pbr' 'python-requests' )
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('8255e6cd8a54bb792072c2c0947a0405a8f43fa40a75f5ea63ab538c005f1c0dd4100e68e6c5d37247d4f0cd6cedf0e8218ebada2595c32409647dde3503982c')
+
+prepare() {
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 14, 2019 @ 07:19:22
  Author: felixonmars
Revision: 510458

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-14 07:19:18 UTC (rev 510457)
+++ PKGBUILD2019-09-14 07:19:22 UTC (rev 510458)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-swiftclient
-pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
- 'python-requests' 'python2-requests')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
-  'python-keystoneauth1' 'python2-keystoneauth1')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('c7c71ca3536f53fd88532cf0e00045159d7ee7504c33bcf0735f38e1a2bd2c1d3508a6ba7b125c04a3d0a41a9d09825bc8597c3301c4cb65473a5a050df76e81')
-
-prepare() {
-  cp -a python-swiftclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-swiftclient() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-swiftclient() {
-  depends=('python2-six' 'python2-futures' 'python2-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/swift{,2}
-  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 510457, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-14 07:19:22 UTC (rev 510458)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-swiftclient
+pkgname=(python-swiftclient python2-swiftclient)
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
+ 'python-requests' 'python2-requests')
+checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
+  'python-keystoneauth1' 'python2-keystoneauth1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('066e5b7bc04d19701faa06bb48b77ae0d4e1cefcb475b65a5bc85122aaff5ff4aa0a5e11bbf9fd81ffd006409792acbc804a9a659ae7e7f8a0ee15e5e52188f6')
+
+prepare() {
+  cp -a python-swiftclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-swiftclient() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-swiftclient() {
+  depends=('python2-six' 'python2-futures' 'python2-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/swift{,2}
+  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-07-16 Thread Felix Yan via arch-commits
Date: Tuesday, July 16, 2019 @ 07:26:27
  Author: felixonmars
Revision: 489917

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-16 07:26:17 UTC (rev 489916)
+++ PKGBUILD2019-07-16 07:26:27 UTC (rev 489917)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-swiftclient
-pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://docs.openstack.org/python-swiftclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
- 'python-requests' 'python2-requests')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
-  'python-keystoneauth1' 'python2-keystoneauth1')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('5b9e89aaaf47ecaff857aff67b7b5726bbbacbdaccc0a5d679255f6b6fc614e05a2412cc25938eb6d643700e4b981fbfdc74efcfeb114061de54cc777e78d8fd')
-
-prepare() {
-  cp -a python-swiftclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  stestr run
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  PYTHON=python2 stestr2 run
-}
-
-package_python-swiftclient() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-swiftclient() {
-  depends=('python2-six' 'python2-futures' 'python2-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/swift{,2}
-  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 489916, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-16 07:26:27 UTC (rev 489917)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-swiftclient
+pkgname=(python-swiftclient python2-swiftclient)
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
+ 'python-requests' 'python2-requests')
+checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
+  'python-keystoneauth1' 'python2-keystoneauth1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('c7c71ca3536f53fd88532cf0e00045159d7ee7504c33bcf0735f38e1a2bd2c1d3508a6ba7b125c04a3d0a41a9d09825bc8597c3301c4cb65473a5a050df76e81')
+
+prepare() {
+  cp -a python-swiftclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-swiftclient() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-swiftclient() {
+  depends=('python2-six' 'python2-futures' 'python2-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/swift{,2}
+  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-10 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 04:18:52
  Author: felixonmars
Revision: 439616

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  117 ++---
 1 file changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 04:18:38 UTC (rev 439615)
+++ PKGBUILD2019-03-11 04:18:52 UTC (rev 439616)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-swiftclient
-pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://docs.openstack.org/python-swiftclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
- 'python-requests' 'python2-requests')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-keystoneauth1' 'python2-keystoneauth1')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('f2636bc1cef40e49ebb4b393e02b2578b323a511bf810120aa4b5da41582b1a98d275782e29794d431e2bd8681a813bd7fd60d38db16935dc7ead885043b44c0')
-
-prepare() {
-  cp -a python-swiftclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-swiftclient() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-swiftclient() {
-  depends=('python2-six' 'python2-futures' 'python2-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/swift{,2}
-  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 439615, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 04:18:52 UTC (rev 439616)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-swiftclient
+pkgname=(python-swiftclient python2-swiftclient)
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://docs.openstack.org/python-swiftclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
+ 'python-requests' 'python2-requests')
+checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock'
+  'python-keystoneauth1' 'python2-keystoneauth1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('5b9e89aaaf47ecaff857aff67b7b5726bbbacbdaccc0a5d679255f6b6fc614e05a2412cc25938eb6d643700e4b981fbfdc74efcfeb114061de54cc777e78d8fd')
+
+prepare() {
+  cp -a python-swiftclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  stestr run
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  PYTHON=python2 stestr2 run
+}
+
+package_python-swiftclient() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-swiftclient() {
+  depends=('python2-six' 'python2-futures' 'python2-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/swift{,2}
+  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-29 Thread Felix Yan via arch-commits
Date: Monday, January 29, 2018 @ 17:57:17
  Author: felixonmars
Revision: 287849

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-29 17:56:47 UTC (rev 287848)
+++ PKGBUILD2018-01-29 17:57:17 UTC (rev 287849)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-swiftclient
-pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://docs.openstack.org/python-swiftclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
- 'python-requests' 'python2-requests')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-keystoneauth1' 'python2-keystoneauth1')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('a370ee47d96fd40c819575c99b6c911176135b8ee0f3a30fa98abd969df911b41bf0fca83f6d064937c5b145b576b8b4bc336c29278b81761d1d2eabade309e9')
-
-prepare() {
-  cp -a python-swiftclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-swiftclient() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-swiftclient() {
-  depends=('python2-six' 'python2-futures' 'python2-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/swift{,2}
-  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 287848, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-29 17:57:17 UTC (rev 287849)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-swiftclient
+pkgname=(python-swiftclient python2-swiftclient)
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://docs.openstack.org/python-swiftclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
+ 'python-requests' 'python2-requests')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
+  'python-keystoneauth1' 'python2-keystoneauth1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('15802a452f871fb24e8c24a50e0109cd46e162cad9c92251f2fb739936ed8de9aab91f91ab1ddc6eac14b2d2b9d24742d479200be5f1a5391cff176354e5b8d1')
+
+prepare() {
+  cp -a python-swiftclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-swiftclient() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-swiftclient() {
+  depends=('python2-six' 'python2-futures' 'python2-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/swift{,2}
+  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-07-27 Thread Felix Yan
Date: Thursday, July 27, 2017 @ 17:38:05
  Author: felixonmars
Revision: 246642

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-27 17:37:33 UTC (rev 246641)
+++ PKGBUILD2017-07-27 17:38:05 UTC (rev 246642)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-swiftclient
-pkgname=(python-swiftclient python2-swiftclient)
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://docs.openstack.org/python-swiftclient";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
- 'python-requests' 'python2-requests')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-keystoneauth1' 'python2-keystoneauth1')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
-sha512sums=('b8072b683aa28b83e753c89bed70358572c03815d89792df24aa6e618db13d869dfd7efc640305d0286f06417f8fd003155d8437d116f4acecce21900568122f')
-
-prepare() {
-  cp -a python-swiftclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-swiftclient() {
-  depends=('python-six' 'python-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-swiftclient() {
-  depends=('python2-six' 'python2-futures' 'python2-requests')
-
-  cd "$srcdir"/python-swiftclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/swift{,2}
-  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 246641, 
python-swiftclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-27 17:38:05 UTC (rev 246642)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-swiftclient
+pkgname=(python-swiftclient python2-swiftclient)
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://docs.openstack.org/python-swiftclient";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-futures'
+ 'python-requests' 'python2-requests')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
+  'python-keystoneauth1' 'python2-keystoneauth1')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz";)
+sha512sums=('a370ee47d96fd40c819575c99b6c911176135b8ee0f3a30fa98abd969df911b41bf0fca83f6d064937c5b145b576b8b4bc336c29278b81761d1d2eabade309e9')
+
+prepare() {
+  cp -a python-swiftclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-swiftclient() {
+  depends=('python-six' 'python-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-swiftclient() {
+  depends=('python2-six' 'python2-futures' 'python2-requests')
+
+  cd "$srcdir"/python-swiftclient-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/swift{,2}
+  mv "$pkgdir"/usr/share/man/man1/swift{,2}.1
+}
+
+# vim:set ts=2 sw=2 et: