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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 08:38:28 UTC 2022


    Date: Friday, August 26, 2022 @ 08:38:28
  Author: felixonmars
Revision: 1281341

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 08:38:10 UTC (rev 1281340)
+++ PKGBUILD	2022-08-26 08:38:28 UTC (rev 1281341)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-cliff
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="https://docs.openstack.org/cliff/latest/"
-license=('Apache')
-depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 'python-pyparsing'
-         'python-stevedore' 'python-yaml' 'python-autopage')
-makedepends=('git')
-checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 'python-testscenarios')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
-sha512sums=('402ca61162e668bc51334a43254274ec6d4392c00c803b9420b9b7d38278b397132fc3b55ac435f3c20eaad31021c0bd329cc0679338ebe522c51aaaf62002ce')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd cliff-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cliff-$pkgver
-  stestr run
-}
-
-package() {
-  cd cliff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cliff/repos/community-any/PKGBUILD (from rev 1281340, python-cliff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-26 08:38:28 UTC (rev 1281341)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-cliff
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="https://docs.openstack.org/cliff/latest/"
+license=('Apache')
+depends=('python-six' 'python-cmd2' 'python-prettytable' 'python-importlib-metadata'
+         'python-stevedore' 'python-yaml' 'python-autopage')
+makedepends=('git')
+checkdepends=('python-stestr' 'python-mock' 'python-sphinx' 'python-testscenarios')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
+sha512sums=('a9eb314ad5d8220389618f3052deadfa6eb7443fec965eed71da57fe67a840e2080f01bcc6116563339bac4c44178c4702f180848a268ee85176490c33b17f25')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd cliff-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cliff-$pkgver
+  stestr run
+}
+
+package() {
+  cd cliff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list