[arch-commits] Commit in python-betamax-matchers/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jul 12 20:42:51 UTC 2018


    Date: Thursday, July 12, 2018 @ 20:42:51
  Author: felixonmars
Revision: 358200

upgpkg: python-betamax-matchers 0.4.0-2

Python 3.7 rebuild

Modified:
  python-betamax-matchers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-12 20:42:29 UTC (rev 358199)
+++ PKGBUILD	2018-07-12 20:42:51 UTC (rev 358200)
@@ -4,7 +4,7 @@
 pkgbase=python-betamax-matchers
 pkgname=('python-betamax-matchers' 'python2-betamax-matchers')
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Experimental set of Matchers for Betamax that may possibly end up in the main package"
 arch=('any')
 license=('GPL')
@@ -21,10 +21,10 @@
 
 check() {
   cd "$srcdir"/betamax_matchers
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/betamax_matchers-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-betamax-matchers() {



More information about the arch-commits mailing list