Date: Wednesday, February 22, 2023 @ 08:44:10
  Author: felixonmars
Revision: 1403421

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   71 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-22 08:43:56 UTC (rev 1403420)
+++ PKGBUILD    2023-02-22 08:44:10 UTC (rev 1403421)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-swiftclient
-pkgver=4.1.0
-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')
-optdepends=('python-keystoneclient: for Auth versions 2.0 and 3 support')
-makedepends=('python-setuptools' 'python-pbr')
-checkdepends=('python-stestr' '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:

Copied: python-swiftclient/repos/community-any/PKGBUILD (from rev 1403420, 
python-swiftclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-22 08:44:10 UTC (rev 1403421)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-swiftclient
+pkgver=4.2.0
+_commit=7bd09510864e92265eb1e797ba5bba973e0ceb50
+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=('git' 'python-setuptools' 'python-pbr')
+checkdepends=('python-stestr' 'python-keystoneauth1' 'python-keystoneclient')
+source=("git+https://github.com/openstack/python-swiftclient.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd python-swiftclient
+  python setup.py build
+}
+
+check() {
+  cd python-swiftclient
+  stestr run
+}
+
+package() {
+  cd python-swiftclient
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to