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

Felix Yan felixonmars at archlinux.org
Mon Dec 26 03:29:58 UTC 2016


    Date: Monday, December 26, 2016 @ 03:29:57
  Author: felixonmars
Revision: 202476

upgpkg: python-rply 0.7.4-2

python 3.6 rebuild

Modified:
  python-rply/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-26 03:28:00 UTC (rev 202475)
+++ PKGBUILD	2016-12-26 03:29:57 UTC (rev 202476)
@@ -4,7 +4,7 @@
 pkgbase=python-rply
 pkgname=('python-rply' 'python2-rply')
 pkgver=0.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A pure Python Lex/Yacc that works with RPython"
 arch=('any')
 license=('BSD')
@@ -15,6 +15,7 @@
 sha512sums=('SKIP')
 
 prepare() {
+  sed -i 's/py.test.skip("Needs RPython to be on the PYTHONPATH")/pytestmark = py.test.mark.skip("Needs RPython to be on the PYTHONPATH")/' rply/tests/test_ztranslation.py
   cp -a rply{,-py2}
 }
 



More information about the arch-commits mailing list