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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 18:45:06 UTC 2021


    Date: Thursday, December 2, 2021 @ 18:45:06
  Author: foutrelis
Revision: 1062243

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 18:45:02 UTC (rev 1062242)
+++ PKGBUILD	2021-12-02 18:45:06 UTC (rev 1062243)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-config
-pkgver=8.7.1
-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=('99929af351d65cbee39a15f735f5ed20565a90cdeca939af53adadc59279e03d609e338c91dc64f546c5471d19f6edddf864dcfe0f74b4357e54241f06a406f7')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.config-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.config-$pkgver
-  # https://bugs.launchpad.net/oslo.config/+bug/1908934
-  stestr run || echo "Tests failed"
-}
-
-package() {
-  cd oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-staging-any/PKGBUILD (from rev 1062242, python-oslo-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 18:45:06 UTC (rev 1062243)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-config
+pkgver=8.7.1
+pkgrel=3
+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=('99929af351d65cbee39a15f735f5ed20565a90cdeca939af53adadc59279e03d609e338c91dc64f546c5471d19f6edddf864dcfe0f74b4357e54241f06a406f7')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.config-$pkgver
+  # https://bugs.launchpad.net/oslo.config/+bug/1908934
+  stestr run || echo "Tests failed"
+}
+
+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