[arch-commits] Commit in python-oslo-utils/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 13:15:24 UTC 2022
Date: Saturday, September 3, 2022 @ 13:15:24
Author: felixonmars
Revision: 1292396
archrelease: copy trunk to community-any
Added:
python-oslo-utils/repos/community-any/PKGBUILD
(from rev 1292395, python-oslo-utils/trunk/PKGBUILD)
Deleted:
python-oslo-utils/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 13:15:09 UTC (rev 1292395)
+++ PKGBUILD 2022-09-03 13:15:24 UTC (rev 1292396)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-utils
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver"
-license=('Apache')
-depends=('python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' 'python-netaddr'
- 'python-netifaces' 'python-debtcollector' 'python-pyparsing' 'python-packaging')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
-source=("https://github.com/openstack/oslo.utils/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('90b5fdcd3bbc7b45041ba8d61d35324d9ce6a849509b7d218cce3d63ae91570627a465dbee6115114d9e61f908eb48efa99db4eace096d3fff143b7c63b184dc')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd oslo.utils-$pkgver
- python setup.py build
-}
-
-check() {
- cd oslo.utils-$pkgver
- stestr run
-}
-
-package() {
- cd oslo.utils-$pkgver
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 1292395, python-oslo-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 13:15:24 UTC (rev 1292396)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-utils
+pkgver=4.12.1
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver"
+license=('Apache')
+depends=('python-pbr' 'python-iso8601' 'python-oslo-i18n' 'python-pytz' 'python-netaddr'
+ 'python-netifaces' 'python-debtcollector' 'python-pyparsing' 'python-packaging')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-ddt' 'python-eventlet')
+source=("https://github.com/openstack/oslo.utils/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9d9a6699f4a418570bf4db18c4c51cda1a14203b0670b6d7134f23dc3dd70d9688572e46ef02dc760dfee3a39f5979ea3f38a2b709b3d52c9814fffc4de36924')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd oslo.utils-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd oslo.utils-$pkgver
+ stestr run
+}
+
+package() {
+ cd oslo.utils-$pkgver
+ python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list