[55995] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sat Aug 22 15:51:25 PDT 2009


Revision: 55995
          http://trac.macports.org/changeset/55995
Author:   singingwolfboy at macports.org
Date:     2009-08-22 15:51:24 -0700 (Sat, 22 Aug 2009)
Log Message:
-----------
added py26-pyparsing port

Added Paths:
-----------
    trunk/dports/python/py26-pyparsing/
    trunk/dports/python/py26-pyparsing/Portfile

Added: trunk/dports/python/py26-pyparsing/Portfile
===================================================================
--- trunk/dports/python/py26-pyparsing/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pyparsing/Portfile	2009-08-22 22:51:24 UTC (rev 55995)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               python26 1.0
+
+name                    py26-pyparsing
+version                 1.5.2
+categories-append       textproc
+maintainers             singingwolfboy openmaintainer
+description             pyparsing is a general parsing module for Python.
+long_description        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.
+
+homepage                http://pyparsing.wikispaces.com/
+master_sites            sourceforge:pyparsing \
+                        http://pypi.python.org/packages/source/p/pyparsing/
+distname                pyparsing-${version}
+
+checksums           md5     13aed3cb21a427f8aeb0fe7ca472ba42 \
+                    sha1    298ec7c4df5f188088be21b5feda35752fa46507 \
+                    rmd160  cf564cc42951e134b8ed29e97d680d9df0b61545


Property changes on: trunk/dports/python/py26-pyparsing/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090822/e266798a/attachment.html>


More information about the macports-changes mailing list