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

Jelle van der Waa jelle at archlinux.org
Wed Mar 27 10:17:17 UTC 2019


    Date: Wednesday, March 27, 2019 @ 10:17:15
  Author: jelle
Revision: 349262

Use python for testsuite

The testsuite works with python3, which means another python2 required removal!

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-27 09:49:43 UTC (rev 349261)
+++ PKGBUILD	2019-03-27 10:17:15 UTC (rev 349262)
@@ -12,7 +12,6 @@
 arch=('x86_64')
 license=('MIT' 'custom:Public_Domain')
 makedepends=('gcc-libs' 'doxygen' 'graphviz' 'python' 'meson')
-checkdepends=('python2')
 options=('staticlibs')
 source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/open-source-parsers/${pkgbase}/archive/${pkgver}.tar.gz)
 sha256sums=('c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6')
@@ -43,8 +42,8 @@
   cd ${pkgbase}-${pkgver}
   ninja -C build test
   cd test
-  python2 runjsontests.py ../build/jsontestrunner
-  python2 rununittests.py ../build/jsoncpp_test
+  python runjsontests.py ../build/jsontestrunner
+  python rununittests.py ../build/jsoncpp_test
 }
 
 package_jsoncpp() {



More information about the arch-commits mailing list