[54813] trunk/dports/python
singingwolfboy at macports.org
singingwolfboy at macports.org
Sun Aug 2 07:40:49 PDT 2009
Revision: 54813
http://trac.macports.org/changeset/54813
Author: singingwolfboy at macports.org
Date: 2009-08-02 07:40:49 -0700 (Sun, 02 Aug 2009)
Log Message:
-----------
added py26-pygraphviz, vesion 0.99.1
Added Paths:
-----------
trunk/dports/python/py26-pygraphviz/
trunk/dports/python/py26-pygraphviz/Portfile
Added: trunk/dports/python/py26-pygraphviz/Portfile
===================================================================
--- trunk/dports/python/py26-pygraphviz/Portfile (rev 0)
+++ trunk/dports/python/py26-pygraphviz/Portfile 2009-08-02 14:40:49 UTC (rev 54813)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-pygraphviz
+version 0.99.1
+categories-append science
+maintainers singingwolfboy openmaintainer
+description A Python wrapper for the Graphviz Agraph data structure.
+long_description PyGraphviz is a Python interface to the Graphviz graph layout \
+ and visualization package. With PyGraphviz you can create, edit, \
+ read, write, and draw graphs using Python to access the Graphviz \
+ graph data structure and layout algorithms. PyGraphviz is \
+ independent from NetworkX but provides a similar programming \
+ interface.
+
+platforms darwin
+
+homepage http://networkx.lanl.gov/pygraphviz/
+master_sites http://pypi.python.org/packages/source/p/pygraphviz/ \
+ https://networkx.lanl.gov/download/networkx/
+distname pygraphviz-${version}
+
+checksums md5 5381633f9538804b24046eb96474668d \
+ sha1 038b5d15ae52d93adec4e56f7a25ecce13a9239e \
+ rmd160 564ca0129a17461d5d95a62d5c9549ed557843b0
+
+depends_lib-append bin:swig:swig \
+ port:graphviz \
+ port:py26-setuptools
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090802/badf09bd/attachment.html>
More information about the macports-changes
mailing list