[arch-commits] Commit in python-oslo-config/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 16 04:03:36 UTC 2021
Date: Friday, July 16, 2021 @ 04:03:36
Author: felixonmars
Revision: 977471
archrelease: copy trunk to community-any
Added:
python-oslo-config/repos/community-any/PKGBUILD
(from rev 977470, python-oslo-config/trunk/PKGBUILD)
Deleted:
python-oslo-config/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 04:03:22 UTC (rev 977470)
+++ PKGBUILD 2021-07-16 04:03:36 UTC (rev 977471)
@@ -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.0
-pkgrel=1
-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=('3cb7c733960c862e99e643377a298ee2974f220aa2d78b7f07034345dbb7113685d437bf484adb7b2972802593fc5d346fad6bffed8831f2d8d54d4c18af4339')
-
-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-any/PKGBUILD (from rev 977470, python-oslo-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-16 04:03:36 UTC (rev 977471)
@@ -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=1
+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