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

Felix Yan felixonmars at archlinux.org
Sat Jun 12 15:34:06 UTC 2021


    Date: Saturday, June 12, 2021 @ 15:34:06
  Author: felixonmars
Revision: 963191

archrelease: copy trunk to community-any

Added:
  python-oslo-concurrency/repos/community-any/PKGBUILD
    (from rev 963190, python-oslo-concurrency/trunk/PKGBUILD)
Deleted:
  python-oslo-concurrency/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-12 15:33:55 UTC (rev 963190)
+++ PKGBUILD	2021-06-12 15:34:06 UTC (rev 963191)
@@ -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.4.0
-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=('85e1f3c999c2d5455fc05d2ae98f45086dcc055157897356abd2afe631ed78bd609e1e2336e26891f24a1a245ae9da08fbf6ffdb102e1508ff64063d0b425c62')
-
-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 963190, python-oslo-concurrency/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-12 15:34:06 UTC (rev 963191)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-concurrency
+pkgver=4.4.0
+pkgrel=2
+pkgdesc="OpenStack library for all concurrency-related code"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.concurrency/$pkgver"
+license=('Apache')
+depends=('python-pbr' 'python-oslo-config' 'python-oslo-i18n' 'python-oslo-utils'
+         'python-fasteners')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-eventlet')
+source=("https://github.com/openstack/oslo.concurrency/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('85e1f3c999c2d5455fc05d2ae98f45086dcc055157897356abd2afe631ed78bd609e1e2336e26891f24a1a245ae9da08fbf6ffdb102e1508ff64063d0b425c62')
+
+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