[150568] trunk/dports/python

mojca at macports.org mojca at macports.org
Fri Jul 22 02:39:17 PDT 2016


Revision: 150568
          https://trac.macports.org/changeset/150568
Author:   mojca at macports.org
Date:     2016-07-22 02:39:16 -0700 (Fri, 22 Jul 2016)
Log Message:
-----------
py-pypeg2: new port for PEG parsing in Python

Added Paths:
-----------
    trunk/dports/python/py-pypeg2/
    trunk/dports/python/py-pypeg2/Portfile

Added: trunk/dports/python/py-pypeg2/Portfile
===================================================================
--- trunk/dports/python/py-pypeg2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pypeg2/Portfile	2016-07-22 09:39:16 UTC (rev 150568)
@@ -0,0 +1,28 @@
+# -*- 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           python 1.0
+
+name                py-pypeg2
+version             2.15.2
+categories          python lang
+platforms           darwin
+license             GPL-2
+maintainers         mojca openmaintainer
+description         An intrinsic PEG Parser-Interpreter for Python
+long_description    ${description}
+homepage            https://fdik.org/pyPEG/
+master_sites        pypi:p/pyPEG2
+distname            pyPEG2-${version}
+
+checksums           rmd160  594103ba8a33086a306a172f27c6d29cf0c1435a \
+                    sha256  2b2d4f80d8e1a9370b2a91f4a25f4abf7f69b85c8da84cd23ec36451958a1f6d
+
+python.versions     27 34 35
+
+if { ${name} ne ${subport} } {
+    depends_run     port:py${python.version}-lxml
+    # TODO: enable testing (test suite exists)
+    livecheck.type  none
+}


Property changes on: trunk/dports/python/py-pypeg2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160722/4da6ca14/attachment.html>


More information about the macports-changes mailing list