./devel/py-pyparsing2, Parsing module for Python (Python 2.x)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4.7nb1, Package name: py27-pyparsing-2.4.7nb1, Maintainer: pkgsrc-users

The pyparsing module is an alternative approach to creating and 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.

This is the last version that supports Python 2.x.


Master sites:

Filesize: 634.49 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-11-01 22:41:09 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pyparsing2: mention python 2.x in DESCR/COMMENT
   2021-11-01 19:44:26 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-pyparsing2: import py27-pyparsing-2.4.7

This is the last version compatible with python 2.7.

The pyparsing module is an alternative approach to creating and 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.