[arch-commits] Commit in python-oslo-config/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 18:15:42 UTC 2020


    Date: Monday, November 9, 2020 @ 18:15:41
  Author: foutrelis
Revision: 747907

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 747906, python-oslo-config/trunk/PKGBUILD)

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

Copied: python-oslo-config/repos/community-staging-any/PKGBUILD (from rev 747906, python-oslo-config/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 18:15:41 UTC (rev 747907)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-config
+pkgver=8.3.2
+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-six' 'python-netaddr' 'python-stevedore' 'python-debtcollector'
+         'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 'python-oslo-log')
+options=('!emptydirs')
+source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8d74118d328c75ea12e1fcec2560e4fe879c1c83db14fa3856cb0ed2635f17ace2167736983463f640e311140b80eed35607d4a9f811125f9b9ae3442003025e')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.config-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list