1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | |
---|
6 | name py27-pydot |
---|
7 | version 1.0.25 |
---|
8 | maintainers singingwolfboy openmaintainer |
---|
9 | description a Python interface to the Graphviz DOT language |
---|
10 | long_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 | |
---|
18 | homepage http://code.google.com/p/pydot/ |
---|
19 | master_sites googlecode:pydot |
---|
20 | distname pydot-${version} |
---|
21 | platforms darwin |
---|
22 | |
---|
23 | checksums md5 a1795c031fbecb20f1b7a366225636be \ |
---|
24 | sha1 9696cb857138c388e4fa4998d97a31638def8885 \ |
---|
25 | rmd160 b47c55d66fa2e5e1102ea20d0ed2fca619436617 |
---|
26 | |
---|
27 | depends_lib-append path:bin/dot:graphviz \ |
---|
28 | port:py27-parsing |
---|