# -*- 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-pygccxml
version             3.0.0
revision            0

categories-append   devel
maintainers         nomaintainer
license             Boost-1
description         pygccxml is a specialized XML reader that reads the output from CastXML.
long_description    {*}${description} It provides a simple framework to navigate C++ \
                    declarations, using Python classes.
platforms           {darwin any}
supported_archs     noarch

homepage            https://github.com/CastXML/pygccxml

checksums           rmd160  105dd524e3cadf340ab3ac3c86a255506aa9ff2e \
                    sha256  c2e1791ded4b83762675d64720cbbeef343edde15a25ea53435a0396c6b23a3a \
                    size    129681

python.versions     39 310 311 312 313

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:castxml \
                    port:py${python.version}-importlib-metadata
}
