# -*- 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.19 revision 0 categories-append devel platforms darwin license BSD supported_archs noarch python.versions 27 35 36 37 38 maintainers {stromnov @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://github.com/eliben/pycparser master_sites pypi:p/pycparser distname pycparser-${version} checksums rmd160 d552f6d887fd92d78581650a8de66d70a46bb7e0 \ sha256 a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3 \ size 158295 if {${name} ne ${subport}} { livecheck.type none }