Skip to content

Commit

Permalink
py-graphviz: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Aug 19, 2017
1 parent c0fff89 commit 2eca66f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions python/py-graphviz/Portfile
@@ -0,0 +1,38 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup xflr6 graphviz 0.8
name py-graphviz
categories-append graphics devel
license MIT
platforms darwin
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.

checksums rmd160 d045e3a0189cbec46b0c51f52977e609c5b9c916 \
sha256 f4e4c96a52848c531557b2fd6f45aa2e588ef8b32c40949bd876362f0bf2187f

master_sites ${github.homepage}/archive/
distname ${version}
worksrcdir ${github.project}-${version}

python.versions 27 34 35 36

if {${name} ne ${subport}} {

supported_archs noarch

depends_build-append \
port:py${python.version}-setuptools

depends_run-append \
path:bin/dot:graphviz

test.run yes

livecheck.type none
}

0 comments on commit 2eca66f

Please sign in to comment.