# -*- 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-pydot
version             1.4.2
revision            1

categories-append   graphics
platforms           {darwin any}
supported_archs     noarch
license             MIT
maintainers         nomaintainer

description         Python interface to Graphviz's Dot
long_description    This module provides with a full interface to create handle \
                    modify and process graphs in Graphviz's dot language.

homepage            https://github.com/erocarrera/pydot

checksums           rmd160  e35293dedfb51dabd3818723b4b5b2c6f31bc983 \
                    sha256  248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d \
                    size    137681

python.versions     27 39 310 311 312 313

if { ${name} ne ${subport} } {
    depends_run-append \
                    path:bin/dot:graphviz \
                    port:py${python.version}-parsing
}