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

Felix Yan felixonmars at archlinux.org
Sun Dec 30 21:14:46 UTC 2018


    Date: Sunday, December 30, 2018 @ 21:14:44
  Author: felixonmars
Revision: 419773

upgpkg: python-hunter 2.1.0-1

Modified:
  python-hunter/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-30 21:14:31 UTC (rev 419772)
+++ PKGBUILD	2018-12-30 21:14:44 UTC (rev 419773)
@@ -2,8 +2,8 @@
 
 pkgbase=python-hunter
 pkgname=('python-hunter' 'python2-hunter')
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 arch=('x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
 license=('BSD')
@@ -14,11 +14,10 @@
               'python2-virtualenv' 'python-pytest-runner' 'python2-pytest-runner' 'gdb'
               'python-manhole' 'python2-manhole' 'python-process-tests' 'python2-process-tests')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz")
-sha512sums=('e0f6ea2e19f389228e00e5e3c31f6477ab5d9776ae31b68bcd686a96fb5c4bce2c41643695e67c3d2cec9837e0f4e0e8898b513310deaf8ddc8e7b56ad0475a2')
+sha512sums=('a7a6790029ba477a492cdd3f48e84a6239d6fd6a70b3fe0c5d5dc0218ad8e397d8ddd7ba800db4ef96b73106573cd78444725bb13c7f3fcd34102ff0abd4ee55')
 
 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}
+  rm python-hunter-$pkgver/src/hunter/*.c
   cp -a python-hunter-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list