Date: Tuesday, April 18, 2023 @ 16:55:25
  Author: jelle
Revision: 1447254

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-18 16:55:14 UTC (rev 1447253)
+++ PKGBUILD    2023-04-18 16:55:25 UTC (rev 1447254)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-novaclient
-pkgver=18.3.0
-_commit=85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b
-pkgrel=2
-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=('git' 'python-setuptools')
-checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 
'python-ddt')
-source=("git+https://github.com/openstack/python-novaclient.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd python-novaclient
-  python setup.py build
-}
-
-check() {
-  cd python-novaclient
-  stestr run
-}
-
-package() {
-  cd python-novaclient
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-novaclient/repos/community-staging-any/PKGBUILD (from rev 
1447253, python-novaclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-18 16:55:25 UTC (rev 1447254)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-novaclient
+pkgver=18.3.0
+_commit=85e4f08309490fa2ab6f0b581b3d645d2dbb5c4b
+pkgrel=3
+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=('git' 'python-setuptools')
+checkdepends=('python-oslotest' 'python-osprofiler' 'python-requests-mock' 
'python-ddt' 'python-stestr' 'python-testscenarios')
+source=("git+https://github.com/openstack/python-novaclient.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd python-novaclient
+  python setup.py build
+}
+
+check() {
+  cd python-novaclient
+  stestr run
+}
+
+package() {
+  cd python-novaclient
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to