[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, December 4, 2020 @ 19:03:21 Author: felixonmars Revision: 770014 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 770013, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-12-04 19:03:10 UTC (rev 770013) +++ PKGBUILD2020-12-04 19:03:21 UTC (rev 770014) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=4.1.1 -pkgrel=3 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('3d97419c4ab1f38912e24c5ef412fcc8269b79dcd01ad1dfea9cb4240930915a181c0794a65cee763bf7252c0bee07fb437ae6ddca4fd6ebfad68576c0f000ee') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 770013, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-12-04 19:03:21 UTC (rev 770014) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=4.2.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('1dcf97f4f0601077a786ff5ce5678f5bd2022b27624652a42a355e35ae858071e60dac716b5b0e76265eed5d04b5091032450cff2aa25ac2b2b1cb3daa01e125') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, September 14, 2020 @ 17:36:05 Author: felixonmars Revision: 706106 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 706105, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-09-14 17:35:56 UTC (rev 706105) +++ PKGBUILD2020-09-14 17:36:05 UTC (rev 706106) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=4.1.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('ad752947645503c3b3f2f507df3eb91e3ad35acb968882cd933742b135c71fefa8dcd7f30027871ee9f8569c5cdcf4c2291d8b204200bc1a3a5ac4617589f483') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 706105, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-09-14 17:36:05 UTC (rev 706106) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=4.1.1 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('3d97419c4ab1f38912e24c5ef412fcc8269b79dcd01ad1dfea9cb4240930915a181c0794a65cee763bf7252c0bee07fb437ae6ddca4fd6ebfad68576c0f000ee') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, June 22, 2020 @ 21:49:13 Author: felixonmars Revision: 650880 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 650879, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-06-22 21:48:57 UTC (rev 650879) +++ PKGBUILD2020-06-22 21:49:13 UTC (rev 650880) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=4.0.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('329a4bddcff51fe9251d13f29898287a857baab167d3b6557dc39789db8be0d3bdc62aee8e497ef1aa45d44a5449a7d2210afc88d1a0f82daee7e0c25574bbd4') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 650879, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-06-22 21:49:13 UTC (rev 650880) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=4.1.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('ad752947645503c3b3f2f507df3eb91e3ad35acb968882cd933742b135c71fefa8dcd7f30027871ee9f8569c5cdcf4c2291d8b204200bc1a3a5ac4617589f483') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, April 14, 2020 @ 08:14:17 Author: felixonmars Revision: 613999 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 613998, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-04-14 08:13:45 UTC (rev 613998) +++ PKGBUILD2020-04-14 08:14:17 UTC (rev 613999) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=3.22.0 -pkgrel=3 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('1fa668df36abc7073c938bca9b44b0b6856b3c48d66f750fd8edaf742f63240ed01bb55dd6233f2c379a539f71c9929683b75b844f66fa13554e4d4cb5376e04') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 613998, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-04-14 08:14:17 UTC (rev 613999) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=4.0.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('329a4bddcff51fe9251d13f29898287a857baab167d3b6557dc39789db8be0d3bdc62aee8e497ef1aa45d44a5449a7d2210afc88d1a0f82daee7e0c25574bbd4') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 23, 2019 @ 13:37:29 Author: felixonmars Revision: 518722 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 518721, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-10-23 13:37:15 UTC (rev 518721) +++ PKGBUILD2019-10-23 13:37:29 UTC (rev 518722) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=3.21.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('6fc9c82d3a913be13828ddc5e6e5a0059855a9413e30aecee4f801d513ffc524c70cc074bdae742f9bed09913d2afc548d75486c499596fe721cac7598b37c81') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 518721, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-10-23 13:37:29 UTC (rev 518722) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=3.22.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('1fa668df36abc7073c938bca9b44b0b6856b3c48d66f750fd8edaf742f63240ed01bb55dd6233f2c379a539f71c9929683b75b844f66fa13554e4d4cb5376e04') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, September 12, 2019 @ 17:59:48 Author: felixonmars Revision: 509698 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 509697, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-09-12 17:59:44 UTC (rev 509697) +++ PKGBUILD2019-09-12 17:59:48 UTC (rev 509698) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=3.20.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('f53ef1f3b82cb6b789303a83a72176bcfe96eaa124c87e857cae2be3e00d89fcc4593339ed6c1d771c45ec7f1c77fee8724a9e538ea1f7e8b7de13659c7a7ab0') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 509697, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-09-12 17:59:48 UTC (rev 509698) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=3.21.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('6fc9c82d3a913be13828ddc5e6e5a0059855a9413e30aecee4f801d513ffc524c70cc074bdae742f9bed09913d2afc548d75486c499596fe721cac7598b37c81') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, July 16, 2019 @ 07:25:40 Author: felixonmars Revision: 489915 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 489914, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-07-16 07:25:30 UTC (rev 489914) +++ PKGBUILD2019-07-16 07:25:40 UTC (rev 489915) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan - -pkgname=python-keystoneclient -pkgver=3.19.0 -pkgrel=2 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') -makedepends=('python-setuptools') -checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' - 'python-testresources') -source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('3fc549ba955fe83623b4c47f9f5271dcab41af733e394237c8860356c036aa82721f0d62738a7e6fbe29b56850e2d2be760a8d1f702900e999c42f864c7f484d') - -export PBR_VERSION=$pkgver - -build() { - cd python-keystoneclient-$pkgver - python setup.py build -} - -check() { - cd python-keystoneclient-$pkgver - stestr run -} - -package() { - cd python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 489914, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-07-16 07:25:40 UTC (rev 489915) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=3.20.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('f53ef1f3b82cb6b789303a83a72176bcfe96eaa124c87e857cae2be3e00d89fcc4593339ed6c1d771c45ec7f1c77fee8724a9e538ea1f7e8b7de13659c7a7ab0') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Saturday, June 1, 2019 @ 07:58:19 Author: felixonmars Revision: 476281 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 476280, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 97 + 1 file changed, 34 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-06-01 07:58:08 UTC (rev 476280) +++ PKGBUILD2019-06-01 07:58:19 UTC (rev 476281) @@ -1,63 +0,0 @@ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.19.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' - 'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 'python2-lxml' - 'python-testresources' 'python2-testresources') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('3fc549ba955fe83623b4c47f9f5271dcab41af733e394237c8860356c036aa82721f0d62738a7e6fbe29b56850e2d2be760a8d1f702900e999c42f864c7f484d') - -export PBR_VERSION=$pkgver - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - stestr run - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 476280, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-06-01 07:58:19 UTC (rev 476281) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan + +pkgname=python-keystoneclient +pkgver=3.19.0 +pkgrel=2 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' + 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' + 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') +makedepends=('python-setuptools') +checkdepends=('python-oslotest' 'python-requests-mock' 'python-pycodestyle' 'python-lxml' + 'python-testresources') +source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('3fc549ba955fe83623b4c47f9f5271dcab41af733e394237c8860356c036aa82721f0d62738a7e6fbe29b56850e2d2be760a8d1f702900e999c42f864c7f484d') + +export PBR_VERSION=$pkgver + +build() { + cd python-keystoneclient-$pkgver + python setup.py build +} + +check() { + cd python-keystoneclient-$pkgver + stestr run +} + +package() { + cd python-keystoneclient-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 +}
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, February 28, 2019 @ 21:18:07 Author: felixonmars Revision: 437091 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 437090, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 126 ++--- 1 file changed, 63 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-02-28 21:17:55 UTC (rev 437090) +++ PKGBUILD2019-02-28 21:18:07 UTC (rev 437091) @@ -1,63 +0,0 @@ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.18.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' - 'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 'python2-lxml' - 'python-testresources' 'python2-testresources') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('87c317e8d7efd0462dcbb2253bb395f24467506c4e534b0a5bb3bc5431e2c84691fa46bbecf6906f8de68d897b930b40c2d2c75d1a8ef6e0ed49c88f42d9a5ce') - -export PBR_VERSION=$pkgver - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - stestr run - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 stestr2 run -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 437090, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-02-28 21:18:07 UTC (rev 437091) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.19.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' + 'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 'python2-lxml' + 'python-testresources' 'python2-testresources') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('3fc549ba955fe83623b4c47f9f5271dcab41af733e394237c8860356c036aa82721f0d62738a7e6fbe29b56850e2d2b
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 24, 2018 @ 18:13:29 Author: felixonmars Revision: 398862 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 398861, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 127 ++--- 1 file changed, 63 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-24 18:13:09 UTC (rev 398861) +++ PKGBUILD2018-10-24 18:13:29 UTC (rev 398862) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.17.0 -pkgrel=2 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="https://docs.openstack.org/python-keystoneclient/latest/"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml' 'python-testrepository' 'python2-testrepository') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('8a8864fc83ebfc61b052367f587acf947715990507b388a09cb9b0524404e7770c3f7baf1f0c2b17fe8794cc3c068d89176c57e4b9de39d6b6a60094a950c76c') - -export PBR_VERSION=$pkgver - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 398861, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-24 18:13:29 UTC (rev 398862) @@ -0,0 +1,63 @@ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.18.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="https://docs.openstack.org/python-keystoneclient/latest/"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 'python2-requests-mock' + 'python-pycodestyle' 'python2-pycodestyle' 'python-lxml' 'python2-lxml' + 'python-testresources' 'python2-testresources') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('87c317e8d7efd04
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, June 21, 2018 @ 08:02:04 Author: felixonmars Revision: 344256 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 344255, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-21 08:01:45 UTC (rev 344255) +++ PKGBUILD2018-06-21 08:02:04 UTC (rev 344256) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.16.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' - 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('c9abeb9d4e64b071080426f6040c5b24bf4044fb505c30ed7b89c648bd9adcd71fc8455acdac4b0d3ebf764b5a6828e4eb6e795921bd7186ec97e3a0c47b546b') - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 344255, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-21 08:02:04 UTC (rev 344256) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.17.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.tar
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, April 20, 2018 @ 07:40:44 Author: felixonmars Revision: 317144 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 317143, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-20 07:39:13 UTC (rev 317143) +++ PKGBUILD2018-04-20 07:40:44 UTC (rev 317144) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.15.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' - 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('64f18b5a54cc18136cb02ebdcc35af27fab6dc5389d28a4d2e401ea79ad222d77508f27292163ec52d2595a955f1c0dfcbdb5e67437aeeea10b7315d91d2efe0') - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 317143, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-20 07:40:44 UTC (rev 317144) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.16.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.tar.
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, January 25, 2018 @ 03:10:38 Author: felixonmars Revision: 286718 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 286717, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-01-25 03:10:10 UTC (rev 286717) +++ PKGBUILD2018-01-25 03:10:38 UTC (rev 286718) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.14.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' - 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('6564eb2f709dfef531f6da3a3af310d200262e84c07d4bdd8321da1e81064a24e1e5ded74e96342a2dd997cfc8b6013c0dd2a63191fe1b7dacd2acaee2385909') - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 286717, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-01-25 03:10:38 UTC (rev 286718) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.15.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, December 22, 2017 @ 05:35:36 Author: felixonmars Revision: 275295 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 275294, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-12-22 05:35:18 UTC (rev 275294) +++ PKGBUILD2017-12-22 05:35:36 UTC (rev 275295) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.13.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' - 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('6eb6185070652ff879407a0c18c94e288c3671dbcb88a5b3d4930a9b74c3a3f9a035f283c2ab835514263435baa754bf6dda27012922a91327dbf8f475807070') - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 275294, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-12-22 05:35:36 UTC (rev 275295) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.14.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.t
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, July 28, 2017 @ 14:51:56 Author: felixonmars Revision: 246699 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 246698, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-28 14:51:39 UTC (rev 246698) +++ PKGBUILD2017-07-28 14:51:56 UTC (rev 246699) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.12.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' - 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('ba874f1fa1a204fd531c7f2f1292544cbc1c262d105fdc044ca185e14c5b70e5e0a4b070c008040de2b80a504e0e8562286e80690d77f38b85b5ed79096a4d7c') - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 246698, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-07-28 14:51:56 UTC (rev 246699) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.13.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.tar.g
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, July 3, 2017 @ 16:23:16 Author: felixonmars Revision: 242181 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 242180, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 65 insertions(+), 65 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-07-03 16:22:20 UTC (rev 242180) +++ PKGBUILD2017-07-03 16:23:16 UTC (rev 242181) @@ -1,65 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.11.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' - 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' - 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' - 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' - 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' - 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' - 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) -sha512sums=('97a8c0dfa2275ef1eb80fbd12e257f4c6b129ed98c5744cd254809ca0d94beeb1bb32f7f712d9ebcc9c7c5940556bb8f401c789e61a973cbc30872279c0d30ab') - -prepare() { - cp -a python-keystoneclient-$pkgver{,-py2} - - export PBR_VERSION=$pkgver -} - -build() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py build - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py testr - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 242180, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-07-03 16:23:16 UTC (rev 242181) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.12.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.tar.gz
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, June 12, 2017 @ 14:28:13 Author: felixonmars Revision: 236466 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 236465, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 129 ++--- 1 file changed, 65 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-06-12 14:27:57 UTC (rev 236465) +++ PKGBUILD2017-06-12 14:28:13 UTC (rev 236466) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.10.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 236465, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-06-12 14:28:13 UTC (rev 236466) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.11.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601' + 'python2-iso8601' 'python-prettytable' 'python2-prettytable' 'python-debtcollector' + 'python2-debtcollector' 'python-keystoneauth1' 'python2-keystoneauth1' + 'python-positional' 'python2-positional' 'python-oslo-utils' 'python2-oslo-utils' + 'python-oslo-i18n' 'python2-oslo-i18n' 'python-oslo-serialization' + 'python2-oslo-serialization' 'python-oslo-config' 'python2-oslo-config' + 'python-requests' 'python2-requests' 'python-stevedore' 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-keystoneclient/archive/$pkgver.tar.gz";) +sha512sums=('97a8c0dfa2275ef1eb80fbd12e257f4c6b129ed98c5744cd254809ca0d94beeb1bb32f7f712d9ebcc9c7c5940556bb8f401c789e61a973cbc30872279c0d
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, January 26, 2017 @ 03:11:34 Author: felixonmars Revision: 209090 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 209089, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-01-26 03:11:13 UTC (rev 209089) +++ PKGBUILD2017-01-26 03:11:34 UTC (rev 209090) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.9.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 209089, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-01-26 03:11:34 UTC (rev 209090) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.10.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a python-keystoneclient{,-py2} +} + +build() { + cd "$srcdir"/python-keystoneclient + python setu
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, January 12, 2017 @ 15:56:47 Author: felixonmars Revision: 206994 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 206993, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 131 + 1 file changed, 64 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-01-12 15:56:27 UTC (rev 206993) +++ PKGBUILD2017-01-12 15:56:47 UTC (rev 206994) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.8.0 -pkgrel=2 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 206993, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-01-12 15:56:47 UTC (rev 206994) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.9.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('S
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, December 2, 2016 @ 02:09:37 Author: felixonmars Revision: 197641 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 197640, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-12-02 02:09:09 UTC (rev 197640) +++ PKGBUILD2016-12-02 02:09:37 UTC (rev 197641) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.7.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 197640, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-12-02 02:09:37 UTC (rev 197641) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.8.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKI
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, November 23, 2016 @ 02:41:58 Author: felixonmars Revision: 196579 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 196578, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-11-23 02:41:31 UTC (rev 196578) +++ PKGBUILD2016-11-23 02:41:58 UTC (rev 196579) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.6.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 196578, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-11-23 02:41:58 UTC (rev 196579) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.7.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=(
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 12, 2016 @ 04:34:29 Author: felixonmars Revision: 191983 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 191982, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-10-12 04:34:10 UTC (rev 191982) +++ PKGBUILD2016-10-12 04:34:29 UTC (rev 191983) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.5.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 191982, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-10-12 04:34:29 UTC (rev 191983) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.6.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, August 26, 2016 @ 16:27:22 Author: felixonmars Revision: 187625 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 187624, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-26 16:27:05 UTC (rev 187624) +++ PKGBUILD2016-08-26 16:27:22 UTC (rev 187625) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.4.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 187624, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-26 16:27:22 UTC (rev 187625) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.5.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, August 4, 2016 @ 15:06:25 Author: felixonmars Revision: 185060 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 185059, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-08-04 15:05:34 UTC (rev 185059) +++ PKGBUILD2016-08-04 15:06:25 UTC (rev 185060) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.3.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 185059, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-08-04 15:06:25 UTC (rev 185060) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.4.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKI
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, July 29, 2016 @ 18:33:04 Author: felixonmars Revision: 184640 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 184639, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 134 ++--- 1 file changed, 67 insertions(+), 67 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-07-29 18:32:42 UTC (rev 184639) +++ PKGBUILD2016-07-29 18:33:04 UTC (rev 184640) @@ -1,67 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.2.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' - 'python2-pycodestyle' 'python-lxml' 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - # Use pycodestyle - sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py - - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 184639, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-07-29 18:33:04 UTC (rev 184640) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.3.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP')
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, July 6, 2016 @ 14:17:25 Author: felixonmars Revision: 182402 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 182401, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 131 +++-- 1 file changed, 67 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-07-06 14:17:03 UTC (rev 182401) +++ PKGBUILD2016-07-06 14:17:25 UTC (rev 182402) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.1.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' - 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 182401, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-07-06 14:17:25 UTC (rev 182402) @@ -0,0 +1,67 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.2.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'python-pycodestyle' + 'python2-pycodestyle' 'python-lxml' 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + # Use pycodestyle + sed -i 's/pep8/pycodestyle/g' python-keystoneclient/keystoneclient/tests/unit/test_hacking_checks.py + +
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Friday, May 20, 2016 @ 07:29:42 Author: fyan Revision: 175776 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 175775, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 128 ++--- 1 file changed, 64 insertions(+), 64 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-05-20 05:29:21 UTC (rev 175775) +++ PKGBUILD2016-05-20 05:29:42 UTC (rev 175776) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=3.0.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' - 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 175775, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-05-20 05:29:42 UTC (rev 175776) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.1.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' + 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a python-keystoneclient{,-py2} +} + +build() { + cd "$srcdir"/python-keystoneclient + python setup.py build + + cd "$srcdir"/python-keystoneclient-py2 +
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, May 10, 2016 @ 09:30:58 Author: fyan Revision: 174499 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 174498, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 130 ++--- 1 file changed, 64 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-05-10 07:30:39 UTC (rev 174498) +++ PKGBUILD2016-05-10 07:30:58 UTC (rev 174499) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=2.3.1 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' - 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 - - mv "$pkgdir"/usr/bin/keystone{,2} -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 174498, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-05-10 07:30:58 UTC (rev 174499) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=3.0.0 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' + 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a python-keystoneclient{,-py2} +} + +build() { + cd "$srcdir"/python-keystoneclient + python setup.py build + +
[arch-commits] Commit in python-keystoneclient/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, March 1, 2016 @ 10:49:01 Author: fyan Revision: 163856 archrelease: copy trunk to community-any Added: python-keystoneclient/repos/community-any/PKGBUILD (from rev 163855, python-keystoneclient/trunk/PKGBUILD) Deleted: python-keystoneclient/repos/community-any/PKGBUILD --+ PKGBUILD | 132 ++--- 1 file changed, 66 insertions(+), 66 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-03-01 09:47:59 UTC (rev 163855) +++ PKGBUILD2016-03-01 09:49:01 UTC (rev 163856) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan - -pkgbase=python-keystoneclient -pkgname=(python-keystoneclient python2-keystoneclient) -pkgver=2.2.0 -pkgrel=1 -pkgdesc="Client Library for OpenStack Identity" -arch=('any') -url="http://docs.openstack.org/developer/python-keystoneclient"; -license=('Apache') -makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' - 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' - 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' - 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' - 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' - 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' - 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' - 'python2-stevedore') -checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' - 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' - 'python2-lxml') -source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) -md5sums=('SKIP') - -prepare() { - cp -a python-keystoneclient{,-py2} -} - -build() { - cd "$srcdir"/python-keystoneclient - python setup.py build - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py build -} - -check() { - cd "$srcdir"/python-keystoneclient - python setup.py testr - - cd "$srcdir"/python-keystoneclient-py2 - PYTHON=python2 python2 setup.py testr -} - -package_python-keystoneclient() { - depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 'python-debtcollector' - 'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 'python-oslo-i18n' - 'python-oslo-serialization' 'python-oslo-config' 'python-requests' 'python-stevedore') - - cd "$srcdir"/python-keystoneclient - python setup.py install --root="$pkgdir/" --optimize=1 -} - -package_python2-keystoneclient() { - depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 'python2-debtcollector' - 'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 'python2-oslo-i18n' - 'python2-oslo-serialization' 'python2-oslo-config' 'python2-requests' 'python2-stevedore') - - cd "$srcdir"/python-keystoneclient-py2 - python2 setup.py install --root="$pkgdir/" --optimize=1 - - mv "$pkgdir"/usr/bin/keystone{,2} -} - -# vim:set ts=2 sw=2 et: Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 163855, python-keystoneclient/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-03-01 09:49:01 UTC (rev 163856) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Felix Yan + +pkgbase=python-keystoneclient +pkgname=(python-keystoneclient python2-keystoneclient) +pkgver=2.3.1 +pkgrel=1 +pkgdesc="Client Library for OpenStack Identity" +arch=('any') +url="http://docs.openstack.org/developer/python-keystoneclient"; +license=('Apache') +makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' + 'python-iso8601' 'python2-iso8601' 'python-prettytable' 'python2-prettytable' + 'python-debtcollector' 'python2-debtcollector' 'python-keystoneauth1' + 'python2-keystoneauth1' 'python-positional' 'python2-positional' 'python-oslo-utils' + 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' + 'python-oslo-serialization' 'python2-oslo-serialization' 'python-oslo-config' + 'python2-oslo-config' 'python-requests' 'python2-requests' 'python-stevedore' + 'python2-stevedore') +checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 'python2-testresources' + 'python-requests-mock' 'python2-requests-mock' 'pep8' 'python2-pep8' 'python-lxml' + 'python2-lxml') +source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver";) +md5sums=('SKIP') + +prepare() { + cp -a python-keystoneclient{,-py2} +} + +build() { + cd "$srcdir"/python-keystoneclient + python setup.py build + +