[arch-commits] Commit in python-osc-lib/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 15:42:37 UTC 2021
Date: Monday, July 5, 2021 @ 15:42:37
Author: felixonmars
Revision: 972369
archrelease: copy trunk to community-any
Added:
python-osc-lib/repos/community-any/PKGBUILD
(from rev 972368, python-osc-lib/trunk/PKGBUILD)
Deleted:
python-osc-lib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-05 15:42:25 UTC (rev 972368)
+++ PKGBUILD 2021-07-05 15:42:37 UTC (rev 972369)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-osc-lib
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="OpenStackClient Library"
-arch=('any')
-url="https://docs.openstack.org/osc-lib/latest/"
-license=('Apache')
-depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 'python-openstacksdk' 'python-oslo-i18n'
- 'python-oslo-utils' 'python-simplejson' 'python-stevedore')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-requests-mock')
-source=("https://github.com/openstack/osc-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e9fc97a5557c96e4c54dd476c835079db5033d369ea1541775f1bdfe53d77580aa10f84e8f24d81e7185f1e4c1325fdfff5ea86ebd515fa38b438335f1a0d3e9')
-
-export PBR_VERSION=$pkgver
-
-build() {
- cd osc-lib-$pkgver
- python setup.py build
-}
-
-check() {
- cd osc-lib-$pkgver
- # https://storyboard.openstack.org/#!/story/2008461
- stestr run || echo "Tests failed"
-}
-
-package() {
- cd osc-lib-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-osc-lib/repos/community-any/PKGBUILD (from rev 972368, python-osc-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-05 15:42:37 UTC (rev 972369)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-osc-lib
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="https://docs.openstack.org/osc-lib/latest/"
+license=('Apache')
+depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 'python-openstacksdk' 'python-oslo-i18n'
+ 'python-oslo-utils' 'python-simplejson' 'python-stevedore')
+makedepends=('python-setuptools')
+checkdepends=('python-oslotest' 'python-requests-mock')
+source=("https://github.com/openstack/osc-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('2da3140cb783341bcb18fc1f27f878e16eb110f3241b1364506ea1d0c4d3ad08eb4cf3250686c6459746e8db27c781e532c98789a333c9947b8c6ce9e3890a58')
+
+export PBR_VERSION=$pkgver
+
+build() {
+ cd osc-lib-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd osc-lib-$pkgver
+ # https://storyboard.openstack.org/#!/story/2008461
+ stestr run || echo "Tests failed"
+}
+
+package() {
+ cd osc-lib-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list