pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyparsing



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov  8 09:47:55 UTC 2019

Modified Files:
        pkgsrc/devel/py-pyparsing: distinfo
Added Files:
        pkgsrc/devel/py-pyparsing/patches: patch-README.rst

Log Message:
py-pyparsing: fix build with python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-pyparsing/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pyparsing/patches/patch-README.rst

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pyparsing/distinfo
diff -u pkgsrc/devel/py-pyparsing/distinfo:1.14 pkgsrc/devel/py-pyparsing/distinfo:1.15
--- pkgsrc/devel/py-pyparsing/distinfo:1.14     Wed Nov  6 09:31:29 2019
+++ pkgsrc/devel/py-pyparsing/distinfo  Fri Nov  8 09:47:55 2019
@@ -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

Added files:

Index: pkgsrc/devel/py-pyparsing/patches/patch-README.rst
diff -u /dev/null pkgsrc/devel/py-pyparsing/patches/patch-README.rst:1.1
--- /dev/null   Fri Nov  8 09:47:55 2019
+++ pkgsrc/devel/py-pyparsing/patches/patch-README.rst  Fri Nov  8 09:47:55 2019
@@ -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