[arch-commits] Commit in pifpaf/repos/community-staging-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 04:46:25 UTC 2019


    Date: Monday, November 4, 2019 @ 04:46:24
  Author: felixonmars
Revision: 523132

archrelease: copy trunk to community-staging-any

Added:
  pifpaf/repos/community-staging-any/PKGBUILD
    (from rev 523131, pifpaf/trunk/PKGBUILD)
Deleted:
  pifpaf/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 04:46:09 UTC (rev 523131)
+++ PKGBUILD	2019-11-04 04:46:24 UTC (rev 523132)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=pifpaf
-pkgver=2.2.2
-pkgrel=3
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 'python-six'
-         'python-fixtures' 'python-psutil' 'python-xattr')
-provides=("python-pifpaf=$pkgver")
-conflicts=('python-pifpaf')
-replaces=('python-pifpaf')
-makedepends=('python-setuptools')
-checkdepends=('python-testrepository' 'python-requests' 'python-testtools' 'python-oslotest'
-              'memcached' 'percona-server' 'percona-server-clients' 'postgresql' 'redis'
-              'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
-sha512sums=('ca06da6b641eca723e6818c9bd81bd68fb0e1f8687e7ca32e4c7c36439b769f52d23a0e1a14e74b7731c69210d7de2b9ce2f68daf992424d54f4a3c7f0e6877f')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd pifpaf-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-}
-
-package() {
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: pifpaf/repos/community-staging-any/PKGBUILD (from rev 523131, pifpaf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-04 04:46:24 UTC (rev 523132)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=pifpaf
+pkgver=2.2.2
+pkgrel=4
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 'python-six'
+         'python-fixtures' 'python-psutil' 'python-xattr')
+provides=("python-pifpaf=$pkgver")
+conflicts=('python-pifpaf')
+replaces=('python-pifpaf')
+makedepends=('python-setuptools')
+checkdepends=('python-testrepository' 'python-requests' 'python-testtools' 'python-oslotest'
+              'memcached' 'percona-server' 'percona-server-clients' 'postgresql' 'redis'
+              'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
+sha512sums=('ca06da6b641eca723e6818c9bd81bd68fb0e1f8687e7ca32e4c7c36439b769f52d23a0e1a14e74b7731c69210d7de2b9ce2f68daf992424d54f4a3c7f0e6877f')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd pifpaf-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pifpaf-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages" PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+}
+
+package() {
+  cd pifpaf-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list