[arch-commits] Commit in pifpaf/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 21 18:08:04 UTC 2017


    Date: Thursday, December 21, 2017 @ 18:08:03
  Author: felixonmars
Revision: 275216

upgpkg: pifpaf 1.12.0-1

Modified:
  pifpaf/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-21 18:07:51 UTC (rev 275215)
+++ PKGBUILD	2017-12-21 18:08:03 UTC (rev 275216)
@@ -3,7 +3,7 @@
 
 pkgbase=pifpaf
 pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=1.11.4
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -11,7 +11,7 @@
 url='https://github.com/jd/pifpaf'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-cliff'
              'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 'python2-daiquiri'
-             'python-fixtures' 'python2-fixtures' 'python-tenacity' 'python2-tenacity'
+             'python-fixtures' 'python2-fixtures' 'python-psutil' 'python2-psutil'
              'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
 checkdepends=('python-testrepository' 'python2-testrepository' 'python-requests' 'python2-requests'
               'python-testtools' 'python2-testtools' 'python-oslotest' 'python2-oslotest'
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
-sha512sums=('e97ca5c1e8087b33787d4afeb925cdafa04b993361f81ff27980012c4ff5b91deb18a92ea8fa07e9bb78b8f55eb5805f79f792627fa424e63d86a1d8fc5f7ea3')
+sha512sums=('f119b0afcb5e31e8e3b154cfdb1a585d7512a0d1f612d220c5d2bab27d496a99ee8f14c6ee84469968a13fd4632e4ef3c37b674b04d5bc8385f179f47f52ee60')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}
@@ -50,8 +50,8 @@
 }
 
 package_pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-six' 'python-fixtures' 'python-daiquiri'
-           'python-tenacity' 'python-jinja' 'python-xattr')
+  depends=('python-daiquiri' 'python-cliff' 'python-pbr' 'python-jinja' 'python-six'
+           'python-fixtures' 'python-psutil' 'python-xattr')
   provides=("python-pifpaf=$pkgver")
   conflicts=('python-pifpaf')
   replaces=('python-pifpaf')
@@ -62,7 +62,7 @@
 
 package_python2-pifpaf() {
   depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 'python2-daiquiri'
-           'python2-tenacity' 'python2-jinja' 'python2-xattr')
+           'python2-psutil' 'python2-jinja' 'python2-xattr')
 
   cd pifpaf-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1



More information about the arch-commits mailing list