pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pyparsing py-pyparsing: fix build with python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/209e6eb8a907
branches:  trunk
changeset: 343661:209e6eb8a907
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 08 09:47:55 2019 +0000

description:
py-pyparsing: fix build with python 3.6

diffstat:

 devel/py-pyparsing/distinfo                 |   3 ++-
 devel/py-pyparsing/patches/patch-README.rst |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 45881576eb36 -r 209e6eb8a907 devel/py-pyparsing/distinfo
--- a/devel/py-pyparsing/distinfo       Fri Nov 08 09:44:29 2019 +0000
+++ b/devel/py-pyparsing/distinfo       Fri Nov 08 09:47:55 2019 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2019/11/06 09:31:29 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/11/08 09:47:55 wiz Exp $
 
 SHA1 (pyparsing-2.4.4.tar.gz) = 881bea23f2dac14a3a5c74507c90072f2509f73d
 RMD160 (pyparsing-2.4.4.tar.gz) = 0b3eef249f1a6fa071e90d4c975f3e6fb24c2e45
 SHA512 (pyparsing-2.4.4.tar.gz) = 426057fd9b372da02f898db1c9a78700a544020c4a9ab5cdb1b07ad2679f2993d0ce2f866e4fb371054a44f4b1466f57a70ec9581ec83e1a17e64501f4311211
 Size (pyparsing-2.4.4.tar.gz) = 644661 bytes
+SHA1 (patch-README.rst) = 4e64931d4861dee9dc61eb2782e34e11634f45a7
diff -r 45881576eb36 -r 209e6eb8a907 devel/py-pyparsing/patches/patch-README.rst
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyparsing/patches/patch-README.rst       Fri Nov 08 09:47:55 2019 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-README.rst,v 1.1 2019/11/08 09:47:55 wiz Exp $
+
+Remove Unicode space to fix build with python 3.6.
+https://github.com/pyparsing/pyparsing/pull/163
+
+--- README.rst.orig    2019-11-03 21:47:38.000000000 +0000
++++ README.rst
+@@ -7,7 +7,7 @@ Introduction
+ ============
+ 
+ The pyparsing module is an alternative approach to creating and
+-executing simple grammars, vs. the traditional lex/yacc approach, or the
++executing simple grammars, vs. the traditional lex/yacc approach, or the
+ use of regular expressions. The pyparsing module provides a library of
+ classes that client code uses to construct the grammar directly in
+ Python code.



Home | Main Index | Thread Index | Old Index