[arch-commits] Commit in python-swiftclient/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 13:01:47 UTC 2022
Date: Saturday, September 3, 2022 @ 13:01:47
Author: felixonmars
Revision: 1292382
archrelease: copy trunk to community-any
Added:
python-swiftclient/repos/community-any/PKGBUILD
(from rev 1292381, python-swiftclient/trunk/PKGBUILD)
Deleted:
python-swiftclient/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 13:01:31 UTC (rev 1292381)
+++ PKGBUILD 2022-09-03 13:01:47 UTC (rev 1292382)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-swiftclient
-pkgver=4.0.1
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="https://docs.openstack.org/python-swiftclient"
-license=('Apache')
-depends=('python-six' 'python-requests')
-optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 'python-keystoneclient')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz")
-sha512sums=('d71a9c01fa1e4db74d4672d2ba44e6827baad67584eea30c847bec23c5bb7e84ef115f20fbeda72d2e604471f2e9ee84d18b8f814c8a70541a089b719715cf57')
-
-prepare() {
- export PBR_VERSION=$pkgver
-}
-
-build() {
- cd "$srcdir"/python-swiftclient-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/python-swiftclient-$pkgver
- stestr run
-}
-
-package() {
- cd "$srcdir"/python-swiftclient-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 1292381, python-swiftclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 13:01:47 UTC (rev 1292382)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-swiftclient
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="https://docs.openstack.org/python-swiftclient"
+license=('Apache')
+depends=('python-six' 'python-requests')
+optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
+makedepends=('python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1' 'python-keystoneclient')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz")
+sha512sums=('39a58a01e25852919d989f4ef400ee58a9aae8c71ccbbb1d89ce3c908798c94077881b3065b0e8db684e7ffa704c0ba7da16c66ee5e41d0d7cc759eea26a97b5')
+
+prepare() {
+ export PBR_VERSION=$pkgver
+}
+
+build() {
+ cd "$srcdir"/python-swiftclient-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/python-swiftclient-$pkgver
+ stestr run
+}
+
+package() {
+ cd "$srcdir"/python-swiftclient-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list