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

Felix Yan felixonmars at archlinux.org
Tue Aug 4 16:54:52 UTC 2020


    Date: Tuesday, August 4, 2020 @ 16:54:52
  Author: felixonmars
Revision: 668941

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 16:54:23 UTC (rev 668940)
+++ PKGBUILD	2020-08-04 16:54:52 UTC (rev 668941)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-keystoneauth1
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="https://docs.openstack.org/developer/keystoneauth"
-license=('Apache')
-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')
-checkdepends=('python-requests-mock' 'python-testscenarios' 'python-mock' 'python-lxml'
-              'python-oslo-config' 'python-betamax' 'python-oslotest' 'python-oslo-utils'
-              'python-requests-kerberos' 'python-oauthlib' 'python-pycodestyle' 'python-hacking')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz")
-sha512sums=('b678f05437ebd6284bbe37d6883a5df0e4dd157a69032658a3375e1f752ae85c7d934bda25d00acda974849d298c8e7b00109ff66f438370f47bd2c619ba4866')
-
-export PBR_VERSION=$pkgver
-
-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
-}
-
-build() {
-  cd keystoneauth-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd keystoneauth-$pkgver
-  stestr run
-}
-
-package() {
-  cd keystoneauth-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 668940, python-keystoneauth1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-04 16:54:52 UTC (rev 668941)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-keystoneauth1
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="https://docs.openstack.org/developer/keystoneauth"
+license=('Apache')
+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')
+checkdepends=('python-requests-mock' 'python-testscenarios' 'python-mock' 'python-lxml'
+              'python-oslo-config' 'python-betamax' 'python-oslotest' 'python-oslo-utils'
+              'python-requests-kerberos' 'python-oauthlib' 'python-pycodestyle' 'python-hacking')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/keystoneauth/archive/$pkgver.tar.gz")
+sha512sums=('2a03be78597ebf6e42f275f35df6cdad4bbd4902a2494f9924b0db07e16f9951d814b12002c69c32ca3137f39d8b532f3749704c0212c1305c94a7464ca13aec')
+
+export PBR_VERSION=$pkgver
+
+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
+}
+
+build() {
+  cd keystoneauth-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd keystoneauth-$pkgver
+  stestr run
+}
+
+package() {
+  cd keystoneauth-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list