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

Felix Yan felixonmars at archlinux.org
Tue Jul 24 17:53:03 UTC 2018


    Date: Tuesday, July 24, 2018 @ 17:53:02
  Author: felixonmars
Revision: 363307

upgpkg: python-hunter 2.0.2-2

Python 3.7 rebuild

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-24 17:35:57 UTC (rev 363306)
+++ PKGBUILD	2018-07-24 17:53:02 UTC (rev 363307)
@@ -4,7 +4,7 @@
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
 license=('BSD')
@@ -19,6 +19,7 @@
 
 prepare() {
   sed -i "s|'-mtarget'|'tests/target.py'|" python-hunter-$pkgver/tests/test_remote.py
+  sed -i -e 's|exc_|curexc_|g' -e 's|curcurexc|curexc|g' python-hunter-$pkgver/src/hunter/{_predicates.c,_event.c}
   cp -a python-hunter-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list