[arch-commits] Commit in python-swiftclient/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 14 14:42:18 UTC 2020


    Date: Friday, February 14, 2020 @ 14:42:18
  Author: felixonmars
Revision: 571069

archrelease: copy trunk to community-any

Added:
  python-swiftclient/repos/community-any/PKGBUILD
    (from rev 571068, python-swiftclient/trunk/PKGBUILD)
Deleted:
  python-swiftclient/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 14:42:02 UTC (rev 571068)
+++ PKGBUILD	2020-02-14 14:42:18 UTC (rev 571069)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-swiftclient
-pkgver=3.8.1
-pkgrel=2
-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')
-makedepends=('python-setuptools' 'python-pbr' 'python-requests' )
-checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz")
-sha512sums=('066e5b7bc04d19701faa06bb48b77ae0d4e1cefcb475b65a5bc85122aaff5ff4aa0a5e11bbf9fd81ffd006409792acbc804a9a659ae7e7f8a0ee15e5e52188f6')
-
-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 571068, python-swiftclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-14 14:42:18 UTC (rev 571069)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-swiftclient
+pkgver=3.9.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')
+makedepends=('python-setuptools' 'python-pbr' 'python-requests' )
+checkdepends=('python-stestr' 'python-mock' 'python-keystoneauth1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/python-swiftclient/archive/$pkgver.tar.gz")
+sha512sums=('8255e6cd8a54bb792072c2c0947a0405a8f43fa40a75f5ea63ab538c005f1c0dd4100e68e6c5d37247d4f0cd6cedf0e8218ebada2595c32409647dde3503982c')
+
+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