[arch-commits] Commit in python-keystoneauth1/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jun 20 16:26:30 UTC 2018
Date: Wednesday, June 20, 2018 @ 16:26:30
Author: felixonmars
Revision: 344211
archrelease: copy trunk to community-any
Added:
python-keystoneauth1/repos/community-any/PKGBUILD
(from rev 344210, python-keystoneauth1/trunk/PKGBUILD)
Deleted:
python-keystoneauth1/repos/community-any/PKGBUILD
----------+
PKGBUILD | 154 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 77 insertions(+), 77 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-20 16:26:09 UTC (rev 344210)
+++ PKGBUILD 2018-06-20 16:26:30 UTC (rev 344211)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=3.8.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth"
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601'
- 'python2-iso8601' 'python-os-service-types' 'python2-os-service-types' 'python-requests'
- 'python2-requests' 'python-stevedore' 'python2-stevedore')
-checkdepends=('python-requests-mock' 'python2-requests-mock' 'python-testscenarios'
- 'python2-testscenarios' 'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml'
- 'python-oslo-config' 'python2-oslo-config' 'python-betamax' 'python2-betamax'
- 'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
- 'python-requests-kerberos' 'python2-requests-kerberos' 'python-oauthlib'
- 'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 'python-stestr'
- 'python2-stestr')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz")
-sha512sums=('c4b21534f48c03ee67adc7f660e6ceec3a001ea8a9e2278c270e353ac63a897b72551c2c099eace0b67b71974ecfe8945bd836a337157f0c60d7a217dd5cefbe')
-
-prepare() {
- sed -i 's/pep8/pycodestyle/g' keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
- sed -i 's/assertItemsEqual/assertCountEqual/' keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
-
- cp -a keystoneauth-$pkgver{,-py2}
-
- export PBR_VERSION=$pkgver
-}
-
-build() {
- cd "$srcdir"/keystoneauth-$pkgver
- python setup.py build
-
- cd "$srcdir"/keystoneauth-$pkgver-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/keystoneauth-$pkgver
- stestr run
-
- cd "$srcdir"/keystoneauth-$pkgver-py2
- stestr2 run
-}
-
-package_python-keystoneauth1() {
- depends=('python-pbr' 'python-iso8601' 'python-stevedore' 'python-os-service-types' 'python-requests')
- optdepends=('python-requests-kerberos: for kerberos support'
- 'python-lxml: for saml2 support'
- 'python-oauthlib: for oauth1 support'
- 'python-betamax: for betamax support'
- 'python-fixtures: for betamax support'
- 'python-mock: for betamax support')
-
- cd "$srcdir"/keystoneauth-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
- depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 'python2-os-service-types' 'python2-requests')
- optdepends=('python2-requests-kerberos: for kerberos support'
- 'python2-lxml: for saml2 support'
- 'python2-oauthlib: for oauth1 support'
- 'python2-betamax: for betamax support'
- 'python2-fixtures: for betamax support'
- 'python2-mock: for betamax support')
-
- cd "$srcdir"/keystoneauth-$pkgver-py2
- python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 344210, python-keystoneauth1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-20 16:26:30 UTC (rev 344211)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth"
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-iso8601'
+ 'python2-iso8601' 'python-os-service-types' 'python2-os-service-types' 'python-requests'
+ 'python2-requests' 'python-stevedore' 'python2-stevedore')
+checkdepends=('python-requests-mock' 'python2-requests-mock' 'python-testscenarios'
+ 'python2-testscenarios' 'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml'
+ 'python-oslo-config' 'python2-oslo-config' 'python-betamax' 'python2-betamax'
+ 'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 'python2-oslo-utils'
+ 'python-requests-kerberos' 'python2-requests-kerberos' 'python-oauthlib'
+ 'python2-oauthlib' 'python-pycodestyle' 'python2-pycodestyle' 'python-stestr'
+ 'python2-stestr')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz")
+sha512sums=('3bacada2c84a4629b948f24eb18161227713ae0ef0c8ed98f378031692159b0a97d7f7e3b3dabdbc88bdb1ae87b7c64a032f1a1e964f558f455d058acb1e360e')
+
+prepare() {
+ sed -i 's/pep8/pycodestyle/g' keystoneauth-$pkgver/keystoneauth1/tests/unit/test_hacking_checks.py
+ sed -i 's/assertItemsEqual/assertCountEqual/' keystoneauth-$pkgver/keystoneauth1/tests/unit/extras/kerberos/*.py
+
+ cp -a keystoneauth-$pkgver{,-py2}
+
+ export PBR_VERSION=$pkgver
+}
+
+build() {
+ cd "$srcdir"/keystoneauth-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/keystoneauth-$pkgver-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/keystoneauth-$pkgver
+ stestr run
+
+ cd "$srcdir"/keystoneauth-$pkgver-py2
+ stestr2 run
+}
+
+package_python-keystoneauth1() {
+ depends=('python-pbr' 'python-iso8601' 'python-stevedore' 'python-os-service-types' 'python-requests')
+ optdepends=('python-requests-kerberos: for kerberos support'
+ 'python-lxml: for saml2 support'
+ 'python-oauthlib: for oauth1 support'
+ 'python-betamax: for betamax support'
+ 'python-fixtures: for betamax support'
+ 'python-mock: for betamax support')
+
+ cd "$srcdir"/keystoneauth-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-keystoneauth1() {
+ depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 'python2-os-service-types' 'python2-requests')
+ optdepends=('python2-requests-kerberos: for kerberos support'
+ 'python2-lxml: for saml2 support'
+ 'python2-oauthlib: for oauth1 support'
+ 'python2-betamax: for betamax support'
+ 'python2-fixtures: for betamax support'
+ 'python2-mock: for betamax support')
+
+ cd "$srcdir"/keystoneauth-$pkgver-py2
+ python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list