[arch-commits] Commit in python-cliff/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 11 05:09:35 UTC 2017
Date: Tuesday, July 11, 2017 @ 05:09:34
Author: felixonmars
Revision: 243861
archrelease: copy trunk to community-any
Added:
python-cliff/repos/community-any/PKGBUILD
(from rev 243860, python-cliff/trunk/PKGBUILD)
Deleted:
python-cliff/repos/community-any/PKGBUILD
----------+
PKGBUILD | 124 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 62 insertions(+), 62 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-11 05:09:14 UTC (rev 243860)
+++ PKGBUILD 2017-07-11 05:09:34 UTC (rev 243861)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgbase=python-cliff
-pkgname=(python-cliff python2-cliff)
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="http://docs.openstack.org/developer/cliff"
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr'
- 'python-cmd2' 'python2-cmd2' 'python-prettytable' 'python2-prettytable'
- 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
- 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 'python2-yaml')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 'python2-mock'
- 'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 'python2-oslosphinx'
- 'python-testscenarios' 'python2-testscenarios')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
-sha512sums=('6dbd0d94aac75fbec69eb62783ac01332aa1b0c35cb3b619dc93df13bdc801d539efd3f8025f7d9e1c1c9ae9664a769aff4a088589bd888817147adc5c912de2')
-
-prepare() {
- cp -a cliff-$pkgver{,-py2}
-
- export PBR_VERSION=$pkgver
-}
-
-build() {
- cd "$srcdir"/cliff-$pkgver
- python setup.py build
-
- cd "$srcdir"/cliff-$pkgver-py2
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir"/cliff-$pkgver
- python setup.py testr
-
- cd "$srcdir"/cliff-$pkgver-py2
- PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cliff() {
- depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 'python-pyparsing'
- 'python-stevedore' 'python-yaml')
-
- cd "$srcdir"/cliff-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cliff() {
- depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 'python2-pyparsing'
- 'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
-
- cd "$srcdir"/cliff-$pkgver-py2
- python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-cliff/repos/community-any/PKGBUILD (from rev 243860, python-cliff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-07-11 05:09:34 UTC (rev 243861)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgbase=python-cliff
+pkgname=(python-cliff python2-cliff)
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="http://docs.openstack.org/developer/cliff"
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr'
+ 'python-cmd2' 'python2-cmd2' 'python-prettytable' 'python2-prettytable'
+ 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
+ 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 'python2-yaml')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 'python2-mock'
+ 'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 'python2-oslosphinx'
+ 'python-testscenarios' 'python2-testscenarios')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz")
+sha512sums=('92e60bb70ce22a1af66ac3b68db33c44a7cacb88c13b852d51bbd087ee55ab106c99e319f0f3333baa267e000efd57e73b3dee96f95e8da730dc9eaed34c378e')
+
+prepare() {
+ cp -a cliff-$pkgver{,-py2}
+
+ export PBR_VERSION=$pkgver
+}
+
+build() {
+ cd "$srcdir"/cliff-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/cliff-$pkgver-py2
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir"/cliff-$pkgver
+ python setup.py testr
+
+ cd "$srcdir"/cliff-$pkgver-py2
+ PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cliff() {
+ depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 'python-pyparsing'
+ 'python-stevedore' 'python-yaml')
+
+ cd "$srcdir"/cliff-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-cliff() {
+ depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 'python2-pyparsing'
+ 'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
+
+ cd "$srcdir"/cliff-$pkgver-py2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list