# -*- 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-pycparser version 2.18 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 26 27 33 34 35 36 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 a8ea47d6601a7511e95f64e799f4c02c2e9b5323 \ sha256 99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226 if {${name} ne ${subport}} { livecheck.type none }