# -*- 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 }