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

Morten Linderud foxboron at gemini.archlinux.org
Tue Sep 7 21:45:29 UTC 2021


    Date: Tuesday, September 7, 2021 @ 21:45:29
  Author: foxboron
Revision: 1012030

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-07 21:45:22 UTC (rev 1012029)
+++ PKGBUILD	2021-09-07 21:45:29 UTC (rev 1012030)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-octaviaclient
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Octavia client for OpenStack Load Balancing"
-arch=('any')
-url="https://docs.openstack.org/python-octaviaclient/latest/"
-license=('Apache')
-depends=('python-cliff' 'python-keystoneauth1' 'python-neutronclient' 'python-openstackclient'
-         'python-osc-lib' 'python-oslo-serialization' 'python-oslo-utils' 'python-pbr'
-         'python-requests')
-checkdepends=('python-hacking' 'python-oslotest' 'python-requests-mock')
-source=("https://github.com/openstack/python-octaviaclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('995584d41d19a84a555e6d3b055a72c255339e77dfafd890580760e2f3ac2be4edc4e2a4affeea7f54b099ae30e0d4566400ebb1907645b9ca17b9ecf86fe786')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd python-octaviaclient-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-octaviaclient-$pkgver
-  stestr run
-}
-
-package() {
-  cd python-octaviaclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-octaviaclient/repos/community-any/PKGBUILD (from rev 1012029, python-octaviaclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-07 21:45:29 UTC (rev 1012030)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-octaviaclient
+pkgver=2.4.0
+pkgrel=2
+pkgdesc="Octavia client for OpenStack Load Balancing"
+arch=('any')
+url="https://docs.openstack.org/python-octaviaclient/latest/"
+license=('Apache')
+depends=('python-cliff' 'python-keystoneauth1' 'python-neutronclient' 'python-openstackclient'
+         'python-osc-lib' 'python-oslo-serialization' 'python-oslo-utils' 'python-pbr'
+         'python-requests')
+checkdepends=('python-hacking' 'python-oslotest' 'python-requests-mock')
+source=("https://github.com/openstack/python-octaviaclient/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('995584d41d19a84a555e6d3b055a72c255339e77dfafd890580760e2f3ac2be4edc4e2a4affeea7f54b099ae30e0d4566400ebb1907645b9ca17b9ecf86fe786')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd python-octaviaclient-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-octaviaclient-$pkgver
+  stestr run
+}
+
+package() {
+  cd python-octaviaclient-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list