[arch-commits] Commit in python-swiftclient/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri May 27 01:37:57 UTC 2022
Date: Friday, May 27, 2022 @ 01:37:57
Author: felixonmars
Revision: 1210702
archrelease: copy trunk to community-any
Added:
python-swiftclient/repos/community-any/PKGBUILD
(from rev 1210701, python-swiftclient/trunk/PKGBUILD)
Deleted:
python-swiftclient/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-27 01:37:43 UTC (rev 1210701)
+++ PKGBUILD 2022-05-27 01:37:57 UTC (rev 1210702)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-swiftclient
-pkgver=3.13.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=('b12515e25de232810714604e3aed91bcd08d147eb27b5e5c1e983f7bf6ba66def75583019ffd5796f9aca91b8f19dbb96f808a1adee61d665a17e6605d37fc80')
-
-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 1210701, python-swiftclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-27 01:37:57 UTC (rev 1210702)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-swiftclient
+pkgver=4.0.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=('251db6f7ee0e9843cffd83f4a76b25cbeebf5450abc31415cd90d86bf344469dfd6b75d8d7fe09e095cb7e2fc8c5eedffbcb09fbbb49413056a243bb0c08abc1')
+
+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