# $Id: Portfile 122774 2014-07-29 16:00:33Z snc@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup gccxml pygccxml 1.6.1 v name py-pygccxml python.versions 27 26 31 32 33 34 categories-append devel maintainers mmoll openmaintainer license Boost-1 description pygccxml is a specialized XML reader that reads the output from GCCXML. long_description ${description} It provides a simple framework to navigate C++ \ declarations, using Python classes. platforms darwin supported_archs noarch checksums rmd160 1c3e33936049ed34d59594a214e024bb083709fb \ sha256 3795df674983cc0df4b6a871c519a26c47c4329d176c8ba67083d94dafee345b if {${name} ne ${subport}} { depends_lib-append port:gccxml-devel test.run yes test.cmd python${python.branch} test.target unittests/test_all.py }