Date: Wednesday, April 5, 2023 @ 18:33:01
  Author: felixonmars
Revision: 1437892

archrelease: copy trunk to community-staging-any

Added:
  python-oslo-config/repos/community-staging-any/
  python-oslo-config/repos/community-staging-any/PKGBUILD
    (from rev 1437891, python-oslo-config/trunk/PKGBUILD)

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

Copied: python-oslo-config/repos/community-staging-any/PKGBUILD (from rev 
1437891, python-oslo-config/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-05 18:33:01 UTC (rev 1437892)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-config
+pkgver=9.1.1
+_commit=515daab81acccbea4015afc5c3c3316d88903a10
+pkgrel=2
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver";
+license=('Apache')
+depends=('python-debtcollector' 'python-netaddr' 'python-stevedore'
+         'python-oslo-i18n' 'python-rfc3986' 'python-yaml' 'python-requests')
+makedepends=('git' 'python-pbr' 'python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
+options=('!emptydirs')
+source=("git+https://github.com/openstack/oslo.config.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd oslo.config
+  python setup.py build
+}
+
+check() {
+  cd oslo.config
+  stestr run
+}
+
+package() {
+  cd oslo.config
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to