[150531] trunk/dports/python

sean at macports.org sean at macports.org
Wed Jul 20 16:25:26 PDT 2016


Revision: 150531
          https://trac.macports.org/changeset/150531
Author:   sean at macports.org
Date:     2016-07-20 16:25:25 -0700 (Wed, 20 Jul 2016)
Log Message:
-----------
py-parsimonious: add new port

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

Added: trunk/dports/python/py-parsimonious/Portfile
===================================================================
--- trunk/dports/python/py-parsimonious/Portfile	                        (rev 0)
+++ trunk/dports/python/py-parsimonious/Portfile	2016-07-20 23:25:25 UTC (rev 150531)
@@ -0,0 +1,36 @@
+# -*- 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           github 1.0
+PortGroup           python 1.0
+
+github.setup        erikrose parsimonious 0.6.2
+name                py-parsimonious
+categories-append   devel
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27 34 35
+
+maintainers         nomaintainer
+
+description         The fastest pure-Python PEG parser I can muster
+
+long_description    Parsimonious aims to be the fastest arbitrary-lookahead \
+                    parser written in pure Python—and the most usable. It's \
+                    based on parsing expression grammars (PEGs), which means \
+                    you feed it a simplified sort of EBNF notation.
+
+checksums           rmd160  76298d13ac82492edb8a0bfb8ce855befa2a0fc0 \
+                    sha256  bda3155ba24fe5e254ee86851942f66cb823d1c3bba683b5efe6b6fe643924d0
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160720/353345b1/attachment.html>


More information about the macports-changes mailing list