Files

28 lines
847 B
Tcl
Raw Permalink Normal View History

2024-09-14 03:22:50 +08:00
# -*- 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-objgraph
version 3.6.1
platforms {darwin any}
supported_archs noarch
license MIT
maintainers nomaintainer
description Python Object Graphs
long_description {*}${description}
homepage https://github.com/mgedmin/objgraph
checksums rmd160 43b045561d094ed178af4382fc3e4bad187d1714 \
sha256 fe96c74147bbcaae8665b396e5388bdcc3197deebba4e6381f05202ee5b453a7 \
size 759513
2025-10-28 22:16:07 -04:00
python.versions 310 311 312
2024-09-14 03:22:50 +08:00
if {${name} ne ${subport}} {
depends_run-append \
port:py${python.version}-graphviz
}