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

Felix Yan felixonmars at archlinux.org
Wed Dec 18 17:09:08 UTC 2019


    Date: Wednesday, December 18, 2019 @ 17:09:07
  Author: felixonmars
Revision: 538038

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  122 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-18 17:08:53 UTC (rev 538037)
+++ PKGBUILD	2019-12-18 17:09:07 UTC (rev 538038)
@@ -1,61 +0,0 @@
-# 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.16.0
-pkgrel=3
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="https://docs.openstack.org/cliff/latest/"
-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=('4d789c683bd23a624beb0cbcb2cae2a31858b7da3625b5c15d274a25195d27f41ea0dc949e00dc381457d6a31ba5221160c23e347767edfd0babb4bd41c373f6')
-
-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 538037, python-cliff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-18 17:09:07 UTC (rev 538038)
@@ -0,0 +1,61 @@
+# 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.17.0
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="https://docs.openstack.org/cliff/latest/"
+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=('4abe0b486e2575167d5ab00e435a897e7fa32e07578e5cbe2b1d1e412a24cbc79975dbae0096820f004840e74a701e1c80761ad24ec1e92d1faab057d14f9d28')
+
+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