| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup python26 1.0 |
|---|
| 5 | |
|---|
| 6 | name py26-pygraphviz |
|---|
| 7 | version 0.99.1 |
|---|
| 8 | categories-append science |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | description A Python wrapper for the Graphviz Agraph data structure. |
|---|
| 11 | long_description PyGraphviz is a Python interface to the Graphviz graph layout \ |
|---|
| 12 | and visualization package. With PyGraphviz you can create, edit, \ |
|---|
| 13 | read, write, and draw graphs using Python to access the Graphviz \ |
|---|
| 14 | graph data structure and layout algorithms. PyGraphviz is \ |
|---|
| 15 | independent from NetworkX but provides a similar programming \ |
|---|
| 16 | interface. |
|---|
| 17 | |
|---|
| 18 | platforms darwin |
|---|
| 19 | |
|---|
| 20 | homepage https://networkx.lanl.gov/wiki/pygraphviz |
|---|
| 21 | master_sites http://pypi.python.org/packages/source/p/pygraphviz/ \ |
|---|
| 22 | https://networkx.lanl.gov/download/networkx/ |
|---|
| 23 | distname pygraphviz-${version} |
|---|
| 24 | |
|---|
| 25 | checksums md5 5381633f9538804b24046eb96474668d \ |
|---|
| 26 | sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \ |
|---|
| 27 | rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0 |
|---|
| 28 | |
|---|
| 29 | depends_lib-append bin:swig:swig \ |
|---|
| 30 | port:graphviz \ |
|---|
| 31 | port:py26-setuptools |
|---|