[151445] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Aug 16 07:24:21 PDT 2016


Revision: 151445
          https://trac.macports.org/changeset/151445
Author:   stromnov at macports.org
Date:     2016-08-16 07:24:21 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
py-grako: new port

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

Added: trunk/dports/python/py-grako/Portfile
===================================================================
--- trunk/dports/python/py-grako/Portfile	                        (rev 0)
+++ trunk/dports/python/py-grako/Portfile	2016-08-16 14:24:21 UTC (rev 151445)
@@ -0,0 +1,37 @@
+# -*- 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-grako
+version             3.12.1
+revision            0
+categories-append   devel textproc
+platforms           darwin
+license             BSD
+
+python.versions     27 35
+
+maintainers         stromnov openmaintainer
+
+description         Tool that takes grammars in a variation of EBNF as input, and outputs memoizing PEG parsers in Python.
+long_description    ${description}
+
+homepage            http://bitbucket.org/apalala/grako
+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
+
+distname            ${python.rootname}-${version}
+
+checksums           rmd160  67aa8564f2546e08d20a9f56d4be9cef10dd6826 \
+                    sha256  8769ce317bf125b957b40871c79e76928653abf74d1c381b6ea30a42c5a7c8d9
+
+if {${name} ne ${subport}} {
+    depends_build-append \
+                        port:py${python.version}-setuptools \
+                        port:py${python.version}-cython
+
+    livecheck.type      none
+} else {
+    livecheck.type      pypi
+}


Property changes on: trunk/dports/python/py-grako/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/20160816/5a45fa29/attachment-0001.html>


More information about the macports-changes mailing list