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

Felix Yan felixonmars at archlinux.org
Wed Jan 10 04:34:33 UTC 2018


    Date: Wednesday, January 10, 2018 @ 04:34:32
  Author: felixonmars
Revision: 280839

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 04:34:09 UTC (rev 280838)
+++ PKGBUILD	2018-01-10 04:34:32 UTC (rev 280839)
@@ -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.9.1
-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=('04517f35345c157954e8f111c0aab89429d7554e3ceacdb8445fbf3681ea4b2856561d65199be663b64a4e3d1b6330a920afd0c7aad2eb939e38d7ffd5510a2b')
-
-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 280838, python-cliff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-10 04:34:32 UTC (rev 280839)
@@ -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.10.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=('8ecdf7fb82f9481b0e7639df4d5f1a8ebd087dc732629e8009387105d714ecef857da1d59f8cfcee02f0a3c83797b1585b3556a5abe180bbfdfbf3e04928b663')
+
+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