Date: Sunday, April 9, 2023 @ 18:00:20
  Author: felixonmars
Revision: 1443352

archrelease: copy trunk to community-staging-any

Added:
  python-osc-lib/repos/community-staging-any/
  python-osc-lib/repos/community-staging-any/PKGBUILD
    (from rev 1443351, python-osc-lib/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-osc-lib/repos/community-staging-any/PKGBUILD (from rev 1443351, 
python-osc-lib/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-09 18:00:20 UTC (rev 1443352)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-osc-lib
+pkgver=2.7.0
+_commit=58ff270a9c54c591e743092f0002997ba5b62b79
+pkgrel=2
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="https://docs.openstack.org/osc-lib/latest/";
+license=('Apache')
+depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 
'python-openstacksdk' 'python-oslo-i18n'
+         'python-oslo-utils' 'python-simplejson' 'python-stevedore')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("git+https://github.com/openstack/osc-lib.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd osc-lib
+  python setup.py build
+}
+
+check() {
+  cd osc-lib
+  stestr run
+}
+
+package() {
+  cd osc-lib
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to