# -*- 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-pycparser version 2.17 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 26 27 33 34 35 maintainers stromnov openmaintainer description pycparser is a complete parser of the C language. long_description pycparser is a complete parser of the C language, \ written in pure Python using the PLY parsing library. \ It parses C code into an AST and can serve \ as a front-end for C compilers or analysis tools. homepage https://bitbucket.org/eliben/pycparser master_sites pypi:p/pycparser/ distname pycparser-${version} checksums rmd160 12f533fd134bf2d6cbf8be0e3fa718997ca759d3 \ sha256 0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/pycparser/json livecheck.regex {pycparser-(\d+(?:\.\d+)*)\.[tz]} }