[arch-commits] Commit in python-cliff/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:12:06 UTC 2020
Date: Thursday, November 12, 2020 @ 10:12:05
Author: foutrelis
Revision: 751476
archrelease: copy trunk to community-staging-any
Added:
python-cliff/repos/community-staging-any/PKGBUILD
(from rev 751475, python-cliff/trunk/PKGBUILD)
Deleted:
python-cliff/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:12:02 UTC (rev 751475)
+++ PKGBUILD 2020-11-12 10:12:05 UTC (rev 751476)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-cliff
-pkgver=3.5.0
-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')
-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=('8cae98e70495f988fad4b54e1edd23955149fce705aa59b31ae96bc8cd6899c6ee111148036d714c593471d374def4202fcb564e29933dd53590a4e94216ebda')
-
-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-staging-any/PKGBUILD (from rev 751475, python-cliff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:12:05 UTC (rev 751476)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-cliff
+pkgver=3.5.0
+pkgrel=2
+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')
+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=('8cae98e70495f988fad4b54e1edd23955149fce705aa59b31ae96bc8cd6899c6ee111148036d714c593471d374def4202fcb564e29933dd53590a4e94216ebda')
+
+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