# -*- 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 PortGroup github 1.0 github.setup xflr6 graphviz 0.20.1 revision 1 name py-graphviz categories-append graphics devel license MIT maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer description Facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software from Python long_description This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software (repo) from Python. supported_archs noarch platforms {darwin any} checksums rmd160 8e4761ead43e89087938c19e58fd3007ba5404b0 \ sha256 53982293ae70faad4f6770b873033bd25a555b670be04f26344887115c4bda78 \ size 188960 python.versions 38 39 310 if {${name} ne ${subport}} { depends_run-append path:bin/dot:graphviz depends_test-append \ port:py${python.version}-pytest-mock test.run yes }