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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 3 15:01:49 UTC 2021


    Date: Friday, September 3, 2021 @ 15:01:49
  Author: felixonmars
Revision: 1010672

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 15:01:40 UTC (rev 1010671)
+++ PKGBUILD	2021-09-03 15:01:49 UTC (rev 1010672)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-novaclient
-pkgver=17.5.0
-pkgrel=1
-pkgdesc="Client library for OpenStack Compute API"
-arch=('any')
-url="https://docs.openstack.org/python-novaclient/latest/"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneauth1'
-         'python-requests' 'python-iso8601' 'python-oslo-utils' 'python-oslo-i18n'
-         'python-oslo-serialization')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 'python-ddt')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz")
-sha512sums=('9912cb7f4449d96eeead174fad358550f85922b8887649304f775f03916d3959416ea5a4fe4cce5144f2d73ee4177bb65fc334e4d903c2f6bce92af4135d9991')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
-}
-
-build() {
-  cd python-novaclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-novaclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-novaclient/repos/community-any/PKGBUILD (from rev 1010671, python-novaclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-03 15:01:49 UTC (rev 1010672)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-novaclient
+pkgver=17.6.0
+pkgrel=1
+pkgdesc="Client library for OpenStack Compute API"
+arch=('any')
+url="https://docs.openstack.org/python-novaclient/latest/"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 'python-keystoneauth1'
+         'python-requests' 'python-iso8601' 'python-oslo-utils' 'python-oslo-i18n'
+         'python-oslo-serialization')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 'python-ddt')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz")
+sha512sums=('a23a62cef8bd21d7c701b3865c4c493741cd492791609d0454f1a602123d8dabcc682f4ed54e72a94e8735308b7c49bdef23eab11a983f71521684f5d19ef170')
+
+export PBR_VERSION=$pkgver
+
+prepare() {
+  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
+}
+
+build() {
+  cd python-novaclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-novaclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd "$srcdir"/python-novaclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list