Ticket #26790: Portfile-py27-pygraphviz

File Portfile-py27-pygraphviz, 1.5 KB (added by kurtjaeke@…, 14 years ago)
Line 
1PortSystem              1.0
2PortGroup               python27 1.0
3
4name                    py27-pygraphviz
5version                 1.0
6categories-append       science
7maintainers             singingwolfboy openmaintainer
8description             A Python wrapper for the Graphviz Agraph data structure.
9long_description        PyGraphviz is a Python interface to the Graphviz graph layout \
10                        and visualization package. With PyGraphviz you can create, edit, \
11                        read, write, and draw graphs using Python to access the Graphviz \
12                        graph data structure and layout algorithms. PyGraphviz is \
13                        independent from NetworkX but provides a similar programming \
14                        interface.
15
16platforms               darwin
17
18homepage                http://networkx.lanl.gov/pygraphviz/
19master_sites            http://pypi.python.org/packages/source/p/pygraphviz/ \
20                        https://networkx.lanl.gov/download/networkx/
21distname                pygraphviz-${version}
22
23checksums               md5     f0cb263f4f56a0ba5c10e3ddcbbdf314 \
24                        sha1    a2b9a725f331a2170f881022eba6ac2d4272d68f \
25                        rmd160  119bd95ae07d76a79fe54b12b8afe2d308bbf035
26
27depends_lib-append      port:swig-python \
28                        path:bin/dot:graphviz \
29                        port:py27-distribute
30
31livecheck.type          regex
32livecheck.url           ${master_sites}
33livecheck.regex         "pygraphviz-(\\d+(?:\\.\\d+)*)${extract.suffix}"