You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
28 lines
847 B
Tcl
28 lines
847 B
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-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
|
|
|
|
python.versions 310 311 312
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-graphviz
|
|
}
|