Ticket #20162: Portfile.2

File Portfile.2, 1.4 KB (added by singingwolfboy@…, 15 years ago)

updated maintainer and homepage

Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python26 1.0
5
6name                    py26-pygraphviz
7version                 0.99.1
8categories-append       science
9maintainers             singingwolfboy openmaintainer
10description             A Python wrapper for the Graphviz Agraph data structure.
11long_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
18platforms               darwin
19
20homepage                http://networkx.lanl.gov/pygraphviz/
21master_sites            http://pypi.python.org/packages/source/p/pygraphviz/ \
22                        https://networkx.lanl.gov/download/networkx/
23distname                pygraphviz-${version}
24
25checksums               md5 5381633f9538804b24046eb96474668d \
26                        sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \
27                        rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0
28
29depends_lib-append      bin:swig:swig \
30                        port:graphviz \
31                        port:py26-setuptools