[67235] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Sun May 2 23:50:49 PDT 2010


Revision: 67235
          http://trac.macports.org/changeset/67235
Author:   stromnov at macports.org
Date:     2010-05-02 23:50:47 -0700 (Sun, 02 May 2010)
Log Message:
-----------
py26-lepl: New port.

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

Added: trunk/dports/python/py26-lepl/Portfile
===================================================================
--- trunk/dports/python/py26-lepl/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-lepl/Portfile	2010-05-03 06:50:47 UTC (rev 67235)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-lepl
+version             4.2.1
+maintainers         stromnov openmaintainer
+
+description         A Parser Library for Python 2.6+.
+
+long_description    \
+        LEPL is a recursive descent parser, written in Python, \
+        which has a a friendly, easy-to-use syntax.
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/LEPL/
+master_sites        http://pypi.python.org/packages/source/L/LEPL/
+distname            LEPL-${version}
+
+checksums           md5     9090f2aebde50b71ca354db8384983c7 \
+                    sha1    f4c302c7ee0aa5336043a6cb993d7284f5f77baa \
+                    rmd160  3bcf2ab2cc54d77f4acce6e20eab254aba8862cf
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "LEPL-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/python/py26-lepl/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/20100502/2d1394df/attachment.html>


More information about the macports-changes mailing list