summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-11-19 07:38:30 +0000
committerwiz <wiz@pkgsrc.org>2015-11-19 07:38:30 +0000
commitaac931359c01bb1d7889f64406da0ee9dbe0808a (patch)
tree218a33ae4003692842e625bbf820956c67306905
parentffca9ebf3e9b01157eeb1a9264b2a0a976b5028d (diff)
downloadpkgsrc-aac931359c01bb1d7889f64406da0ee9dbe0808a.tar.gz
Re-import py-graphviz-1.3.1 as graphics/py-graphviz.
Was previously in py-pygraphviz. Fixes PKGNAME to match pkgsrc conventions. While here, fix build by adding pkg-config tool and minor cleanup. 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.
-rw-r--r--graphics/py-graphviz/DESCR6
-rw-r--r--graphics/py-graphviz/Makefile17
-rw-r--r--graphics/py-graphviz/PLIST76
-rw-r--r--graphics/py-graphviz/distinfo5
4 files changed, 104 insertions, 0 deletions
diff --git a/graphics/py-graphviz/DESCR b/graphics/py-graphviz/DESCR
new file mode 100644
index 00000000000..8f92ca7171a
--- /dev/null
+++ b/graphics/py-graphviz/DESCR
@@ -0,0 +1,6 @@
+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.
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile
new file mode 100644
index 00000000000..86bfe088154
--- /dev/null
+++ b/graphics/py-graphviz/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/11/19 07:38:30 wiz Exp $
+
+DISTNAME= pygraphviz-1.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= graphics
+MASTER_SITES= http://pypi.python.org/packages/source/p/pygraphviz/
+
+MAINTAINER= helgoman@users.sourceforge.net
+HOMEPAGE= http://networkx.lanl.gov/pygraphviz/index.html
+COMMENT= Python interface to the Graphviz package
+LICENSE= original-bsd
+
+USE_TOOLS+= pkg-config
+
+.include "../../graphics/graphviz/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-graphviz/PLIST b/graphics/py-graphviz/PLIST
new file mode 100644
index 00000000000..03f781858d8
--- /dev/null
+++ b/graphics/py-graphviz/PLIST
@@ -0,0 +1,76 @@
+@comment $NetBSD: PLIST,v 1.1 2015/11/19 07:38:30 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pygraphviz/__init__.py
+${PYSITELIB}/pygraphviz/__init__.pyc
+${PYSITELIB}/pygraphviz/__init__.pyo
+${PYSITELIB}/pygraphviz/_graphviz.so
+${PYSITELIB}/pygraphviz/agraph.py
+${PYSITELIB}/pygraphviz/agraph.pyc
+${PYSITELIB}/pygraphviz/agraph.pyo
+${PYSITELIB}/pygraphviz/graphviz.i
+${PYSITELIB}/pygraphviz/graphviz.py
+${PYSITELIB}/pygraphviz/graphviz.pyc
+${PYSITELIB}/pygraphviz/graphviz.pyo
+${PYSITELIB}/pygraphviz/graphviz_wrap.c
+${PYSITELIB}/pygraphviz/release.py
+${PYSITELIB}/pygraphviz/release.pyc
+${PYSITELIB}/pygraphviz/release.pyo
+${PYSITELIB}/pygraphviz/tests/__init__.py
+${PYSITELIB}/pygraphviz/tests/__init__.pyc
+${PYSITELIB}/pygraphviz/tests/__init__.pyo
+${PYSITELIB}/pygraphviz/tests/test.py
+${PYSITELIB}/pygraphviz/tests/test.pyc
+${PYSITELIB}/pygraphviz/tests/test.pyo
+${PYSITELIB}/pygraphviz/tests/test_attribute_defaults.py
+${PYSITELIB}/pygraphviz/tests/test_attribute_defaults.pyc
+${PYSITELIB}/pygraphviz/tests/test_attribute_defaults.pyo
+${PYSITELIB}/pygraphviz/tests/test_attributes.py
+${PYSITELIB}/pygraphviz/tests/test_attributes.pyc
+${PYSITELIB}/pygraphviz/tests/test_attributes.pyo
+${PYSITELIB}/pygraphviz/tests/test_clear.py
+${PYSITELIB}/pygraphviz/tests/test_clear.pyc
+${PYSITELIB}/pygraphviz/tests/test_clear.pyo
+${PYSITELIB}/pygraphviz/tests/test_drawing.py
+${PYSITELIB}/pygraphviz/tests/test_drawing.pyc
+${PYSITELIB}/pygraphviz/tests/test_drawing.pyo
+${PYSITELIB}/pygraphviz/tests/test_edge_attributes.py
+${PYSITELIB}/pygraphviz/tests/test_edge_attributes.pyc
+${PYSITELIB}/pygraphviz/tests/test_edge_attributes.pyo
+${PYSITELIB}/pygraphviz/tests/test_graph.py
+${PYSITELIB}/pygraphviz/tests/test_graph.pyc
+${PYSITELIB}/pygraphviz/tests/test_graph.pyo
+${PYSITELIB}/pygraphviz/tests/test_html.py
+${PYSITELIB}/pygraphviz/tests/test_html.pyc
+${PYSITELIB}/pygraphviz/tests/test_html.pyo
+${PYSITELIB}/pygraphviz/tests/test_layout.py
+${PYSITELIB}/pygraphviz/tests/test_layout.pyc
+${PYSITELIB}/pygraphviz/tests/test_layout.pyo
+${PYSITELIB}/pygraphviz/tests/test_node_attributes.py
+${PYSITELIB}/pygraphviz/tests/test_node_attributes.pyc
+${PYSITELIB}/pygraphviz/tests/test_node_attributes.pyo
+${PYSITELIB}/pygraphviz/tests/test_readwrite.py
+${PYSITELIB}/pygraphviz/tests/test_readwrite.pyc
+${PYSITELIB}/pygraphviz/tests/test_readwrite.pyo
+${PYSITELIB}/pygraphviz/tests/test_string.py
+${PYSITELIB}/pygraphviz/tests/test_string.pyc
+${PYSITELIB}/pygraphviz/tests/test_string.pyo
+${PYSITELIB}/pygraphviz/tests/test_subgraph.py
+${PYSITELIB}/pygraphviz/tests/test_subgraph.pyc
+${PYSITELIB}/pygraphviz/tests/test_subgraph.pyo
+${PYSITELIB}/pygraphviz/tests/test_unicode.py
+${PYSITELIB}/pygraphviz/tests/test_unicode.pyc
+${PYSITELIB}/pygraphviz/tests/test_unicode.pyo
+${PYSITELIB}/pygraphviz/version.py
+${PYSITELIB}/pygraphviz/version.pyc
+${PYSITELIB}/pygraphviz/version.pyo
+share/doc/pygraphviz-${PKGVERSION}/INSTALL.txt
+share/doc/pygraphviz-${PKGVERSION}/examples/attributes.py
+share/doc/pygraphviz-${PKGVERSION}/examples/django_simple.py
+share/doc/pygraphviz-${PKGVERSION}/examples/miles.py
+share/doc/pygraphviz-${PKGVERSION}/examples/simple.py
+share/doc/pygraphviz-${PKGVERSION}/examples/star.py
+share/doc/pygraphviz-${PKGVERSION}/examples/subgraph.py
+share/doc/pygraphviz-${PKGVERSION}/examples/utf8_encoding.py
diff --git a/graphics/py-graphviz/distinfo b/graphics/py-graphviz/distinfo
new file mode 100644
index 00000000000..19f418e739a
--- /dev/null
+++ b/graphics/py-graphviz/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/11/19 07:38:30 wiz Exp $
+
+SHA1 (pygraphviz-1.3.1.tar.gz) = 1ecd96727d0c160e1d00519c56dc4672af929ca7
+RMD160 (pygraphviz-1.3.1.tar.gz) = ad690efaf662dde04163a1acee0f4edfcf588221
+Size (pygraphviz-1.3.1.tar.gz) = 103336 bytes