You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- 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.2
|
|
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 cbbb970f94e4319d2f824d0c56de55500f88b2c7 \
|
|
sha256 e1a8c738765f4eb2819cc7439975631f838e59a1cf3fa49896e0a1967c5e2bee \
|
|
size 129832
|
|
|
|
python.versions 310 311 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:castxml \
|
|
port:py${python.version}-importlib-metadata
|
|
}
|