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

PortSystem          1.0
PortGroup           python 1.0

name                py-parsing
version             2.2.0
categories-append   lang
platforms           darwin
supported_archs     noarch
maintainers         {snc @nerdling} openmaintainer
license             MIT

description         alternative approach to creating parsers in python

long_description    The parsing module is an alternative approach to creating \
                    and executing simple grammars, vs. the traditional \
                    lex/yacc approach, or the use of regular expressions. The \
                    parsing module provides a library of classes that client \
                    code uses to construct the grammar directly in Python code.

homepage            http://pyparsing.wikispaces.com/
master_sites        sourceforge:project/pyparsing/pyparsing/pyparsing-${version}
distname            pyparsing-${version}

checksums           rmd160  d0527da2c5f27bff03647157e4c50cacdc1293f0 \
                    sha256  0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04

python.versions     27 34 35 36 37

if {${name} ne ${subport}} {
    livecheck.type  none
}