NOTICE: This package has been removed from pkgsrc

./wip/py-parsing, General parsing module for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5.2, Package name: py27-parsing-1.5.2, Maintainer: kamelderouiche

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


Required to run:
[lang/python27]

Master sites:

SHA1: 298ec7c4df5f188088be21b5feda35752fa46507
RMD160: cf564cc42951e134b8ed29e97d680d9df0b61545
Filesize: 772.086 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-25 03:28:27 by Kamel Derouiche | Files touched by this commit (4) | Package removed
Log message:
pkgsrc now

   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127)
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
   2011-02-25 10:47:47 by Thomas Klausner | Files touched by this commit (76)
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
   2010-04-18 18:02:36 by Kamel Derouiche | Files touched by this commit (1)
Log message:

	wip-analysis:
	------------
	o SET LICENSE
   2009-06-30 14:42:14 by Kamel Derouiche | Files touched by this commit (1)
Log message:
Change HOMEPAGE

   2009-06-26 23:52:12 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py25-parsing-1.5.2 as wip/py-parsing.

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