# -*- 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-parsing version 2.0.3 categories-append lang platforms darwin maintainers snc 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 0c0e3f185aa309a50578e65176744ca83476769d \ sha256 06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f python.versions 26 27 33 34 if {${name} ne ${subport}} { if {${python.version} == 33} { livecheck.regex pyparsing-(2(\\.\\d+)+) } else { livecheck.type none } } else { livecheck.type none }