Ticket #31570: Portfile

File Portfile, 1.2 KB (added by lynxman@…, 13 years ago)

py27-pydot

Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python27 1.0
5
6name                    py27-pydot
7version                 1.0.25
8maintainers             singingwolfboy openmaintainer
9description             a Python interface to the Graphviz DOT language
10long_description        pydot allows you to easily create both directed and \
11                        non-directed graphs from Python. Currently all attributes \
12                        implemented in the Dot language are supported (up to \
13                        Graphviz 2.16). Output can be inlined in PostScript \
14                        into interactive scientific environments like TeXmacs, \
15                        or output in any of the formats supported by the \
16                        Graphviz tools dot, neato, twopi.
17
18homepage                http://code.google.com/p/pydot/
19master_sites            googlecode:pydot
20distname                pydot-${version}
21platforms               darwin
22
23checksums           md5     a1795c031fbecb20f1b7a366225636be \
24                    sha1    9696cb857138c388e4fa4998d97a31638def8885 \
25                    rmd160  b47c55d66fa2e5e1102ea20d0ed2fca619436617
26
27depends_lib-append      path:bin/dot:graphviz \
28                        port:py27-parsing