[arch-commits] Commit in python-oslo-concurrency/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 16:30:28 UTC 2020
Date: Tuesday, February 25, 2020 @ 16:30:27
Author: felixonmars
Revision: 581556
archrelease: copy trunk to community-any
Added:
python-oslo-concurrency/repos/community-any/PKGBUILD
(from rev 581554, python-oslo-concurrency/trunk/PKGBUILD)
Deleted:
python-oslo-concurrency/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 16:30:26 UTC (rev 581555)
+++ PKGBUILD 2020-02-25 16:30:27 UTC (rev 581556)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-concurrency
-pkgver=4.0.0
-pkgrel=3
-pkgdesc="OpenStack library for all concurrency-related code"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
- 'python-fasteners')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 'python-eventlet')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz")
-sha512sums=('d75d84d4ce27b7418e358e5b5fdf0015511aa2caaddfed38f9eb4d1fdb4635c7df348c6cafbad26b3a0b9af8b41df898450f050e8899c4659c81b63ef8dfb45c')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd oslo.concurrency-$pkgver
- python setup.py build
-}
-
-check() {
- cd oslo.concurrency-$pkgver
- stestr run || : # "1 failure about raising rlimit"
-}
-
-package() {
- cd oslo.concurrency-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-oslo-concurrency/repos/community-any/PKGBUILD (from rev 581554, python-oslo-concurrency/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-25 16:30:27 UTC (rev 581556)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-concurrency
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
+license=('Apache')
+depends=('python-six' 'python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
+ 'python-fasteners')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-oslotest' 'python-oslo-config' 'python-eventlet')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/oslo.concurrency/archive/$pkgver.tar.gz")
+sha512sums=('3edf44e80772353a8131848e2c63477c88824293076ab4c557d789b72753162b275fd6d103b1344327e87a77f8b42ebe41996b2940407e6fb8a881325acdcdd7')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd oslo.concurrency-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd oslo.concurrency-$pkgver
+ stestr run || : # "1 failure about raising rlimit"
+}
+
+package() {
+ cd oslo.concurrency-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list