[arch-commits] Commit in python-oslo-config/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 12:00:53 UTC 2020
Date: Thursday, November 12, 2020 @ 12:00:52
Author: foutrelis
Revision: 751625
archrelease: copy trunk to community-staging-any
Added:
python-oslo-config/repos/community-staging-any/PKGBUILD
(from rev 751624, python-oslo-config/trunk/PKGBUILD)
Deleted:
python-oslo-config/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 12:00:51 UTC (rev 751624)
+++ PKGBUILD 2020-11-12 12:00:52 UTC (rev 751625)
@@ -1,36 +0,0 @@
-# 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:
Copied: python-oslo-config/repos/community-staging-any/PKGBUILD (from rev 751624, python-oslo-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:00:52 UTC (rev 751625)
@@ -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=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=('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