pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import python-igraph-0.7.1.post6 as wip/py-python-igraph.



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Tue Sep 11 14:09:43 2018 +0000
Changeset:	2a1e893fea50187ea9e98bf22d0c1951c5c0c851

Added Files:
	py-python-igraph/DESCR
	py-python-igraph/Makefile
	py-python-igraph/PLIST
	py-python-igraph/distinfo

Log Message:
Import python-igraph-0.7.1.post6 as wip/py-python-igraph.

Python interface to the igraph high performance graph library,
primarily aimed at complex network research and analysis.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a1e893fea50187ea9e98bf22d0c1951c5c0c851

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-python-igraph/DESCR    |   2 +
 py-python-igraph/Makefile |  19 +++++
 py-python-igraph/PLIST    | 179 ++++++++++++++++++++++++++++++++++++++++++++++
 py-python-igraph/distinfo |   6 ++
 4 files changed, 206 insertions(+)

diffs:
diff --git a/py-python-igraph/DESCR b/py-python-igraph/DESCR
new file mode 100644
index 0000000000..dc1ec6f625
--- /dev/null
+++ b/py-python-igraph/DESCR
@@ -0,0 +1,2 @@
+Python interface to the igraph high performance graph library,
+primarily aimed at complex network research and analysis.
diff --git a/py-python-igraph/Makefile b/py-python-igraph/Makefile
new file mode 100644
index 0000000000..4350b596f2
--- /dev/null
+++ b/py-python-igraph/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	python-igraph-0.7.1.post6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-igraph/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://igraph.org/python/
+COMMENT=	Library for creating and manipulating graphs
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=       igraph-[0-9]*:../../wip/igraph
+
+USE_LANGUAGES=	c
+
+.include "../../wip/igraph/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-python-igraph/PLIST b/py-python-igraph/PLIST
new file mode 100644
index 0000000000..8bedc08855
--- /dev/null
+++ b/py-python-igraph/PLIST
@@ -0,0 +1,179 @@
+@comment $NetBSD$
+bin/igraph
+${PYINC}/python-igraph/igraphmodule_api.h
+${PYSITELIB}/igraph/__init__.py
+${PYSITELIB}/igraph/__init__.pyc
+${PYSITELIB}/igraph/__init__.pyo
+${PYSITELIB}/igraph/_igraph.so
+${PYSITELIB}/igraph/app/__init__.py
+${PYSITELIB}/igraph/app/__init__.pyc
+${PYSITELIB}/igraph/app/__init__.pyo
+${PYSITELIB}/igraph/app/shell.py
+${PYSITELIB}/igraph/app/shell.pyc
+${PYSITELIB}/igraph/app/shell.pyo
+${PYSITELIB}/igraph/clustering.py
+${PYSITELIB}/igraph/clustering.pyc
+${PYSITELIB}/igraph/clustering.pyo
+${PYSITELIB}/igraph/compat.py
+${PYSITELIB}/igraph/compat.pyc
+${PYSITELIB}/igraph/compat.pyo
+${PYSITELIB}/igraph/configuration.py
+${PYSITELIB}/igraph/configuration.pyc
+${PYSITELIB}/igraph/configuration.pyo
+${PYSITELIB}/igraph/cut.py
+${PYSITELIB}/igraph/cut.pyc
+${PYSITELIB}/igraph/cut.pyo
+${PYSITELIB}/igraph/datatypes.py
+${PYSITELIB}/igraph/datatypes.pyc
+${PYSITELIB}/igraph/datatypes.pyo
+${PYSITELIB}/igraph/drawing/__init__.py
+${PYSITELIB}/igraph/drawing/__init__.pyc
+${PYSITELIB}/igraph/drawing/__init__.pyo
+${PYSITELIB}/igraph/drawing/baseclasses.py
+${PYSITELIB}/igraph/drawing/baseclasses.pyc
+${PYSITELIB}/igraph/drawing/baseclasses.pyo
+${PYSITELIB}/igraph/drawing/colors.py
+${PYSITELIB}/igraph/drawing/colors.pyc
+${PYSITELIB}/igraph/drawing/colors.pyo
+${PYSITELIB}/igraph/drawing/coord.py
+${PYSITELIB}/igraph/drawing/coord.pyc
+${PYSITELIB}/igraph/drawing/coord.pyo
+${PYSITELIB}/igraph/drawing/edge.py
+${PYSITELIB}/igraph/drawing/edge.pyc
+${PYSITELIB}/igraph/drawing/edge.pyo
+${PYSITELIB}/igraph/drawing/graph.py
+${PYSITELIB}/igraph/drawing/graph.pyc
+${PYSITELIB}/igraph/drawing/graph.pyo
+${PYSITELIB}/igraph/drawing/metamagic.py
+${PYSITELIB}/igraph/drawing/metamagic.pyc
+${PYSITELIB}/igraph/drawing/metamagic.pyo
+${PYSITELIB}/igraph/drawing/shapes.py
+${PYSITELIB}/igraph/drawing/shapes.pyc
+${PYSITELIB}/igraph/drawing/shapes.pyo
+${PYSITELIB}/igraph/drawing/text.py
+${PYSITELIB}/igraph/drawing/text.pyc
+${PYSITELIB}/igraph/drawing/text.pyo
+${PYSITELIB}/igraph/drawing/utils.py
+${PYSITELIB}/igraph/drawing/utils.pyc
+${PYSITELIB}/igraph/drawing/utils.pyo
+${PYSITELIB}/igraph/drawing/vertex.py
+${PYSITELIB}/igraph/drawing/vertex.pyc
+${PYSITELIB}/igraph/drawing/vertex.pyo
+${PYSITELIB}/igraph/formula.py
+${PYSITELIB}/igraph/formula.pyc
+${PYSITELIB}/igraph/formula.pyo
+${PYSITELIB}/igraph/layout.py
+${PYSITELIB}/igraph/layout.pyc
+${PYSITELIB}/igraph/layout.pyo
+${PYSITELIB}/igraph/matching.py
+${PYSITELIB}/igraph/matching.pyc
+${PYSITELIB}/igraph/matching.pyo
+${PYSITELIB}/igraph/remote/__init__.py
+${PYSITELIB}/igraph/remote/__init__.pyc
+${PYSITELIB}/igraph/remote/__init__.pyo
+${PYSITELIB}/igraph/remote/gephi.py
+${PYSITELIB}/igraph/remote/gephi.pyc
+${PYSITELIB}/igraph/remote/gephi.pyo
+${PYSITELIB}/igraph/remote/nexus.py
+${PYSITELIB}/igraph/remote/nexus.pyc
+${PYSITELIB}/igraph/remote/nexus.pyo
+${PYSITELIB}/igraph/statistics.py
+${PYSITELIB}/igraph/statistics.pyc
+${PYSITELIB}/igraph/statistics.pyo
+${PYSITELIB}/igraph/summary.py
+${PYSITELIB}/igraph/summary.pyc
+${PYSITELIB}/igraph/summary.pyo
+${PYSITELIB}/igraph/test/__init__.py
+${PYSITELIB}/igraph/test/__init__.pyc
+${PYSITELIB}/igraph/test/__init__.pyo
+${PYSITELIB}/igraph/test/atlas.py
+${PYSITELIB}/igraph/test/atlas.pyc
+${PYSITELIB}/igraph/test/atlas.pyo
+${PYSITELIB}/igraph/test/attributes.py
+${PYSITELIB}/igraph/test/attributes.pyc
+${PYSITELIB}/igraph/test/attributes.pyo
+${PYSITELIB}/igraph/test/basic.py
+${PYSITELIB}/igraph/test/basic.pyc
+${PYSITELIB}/igraph/test/basic.pyo
+${PYSITELIB}/igraph/test/bipartite.py
+${PYSITELIB}/igraph/test/bipartite.pyc
+${PYSITELIB}/igraph/test/bipartite.pyo
+${PYSITELIB}/igraph/test/cliques.py
+${PYSITELIB}/igraph/test/cliques.pyc
+${PYSITELIB}/igraph/test/cliques.pyo
+${PYSITELIB}/igraph/test/colortests.py
+${PYSITELIB}/igraph/test/colortests.pyc
+${PYSITELIB}/igraph/test/colortests.pyo
+${PYSITELIB}/igraph/test/conversion.py
+${PYSITELIB}/igraph/test/conversion.pyc
+${PYSITELIB}/igraph/test/conversion.pyo
+${PYSITELIB}/igraph/test/decomposition.py
+${PYSITELIB}/igraph/test/decomposition.pyc
+${PYSITELIB}/igraph/test/decomposition.pyo
+${PYSITELIB}/igraph/test/edgeseq.py
+${PYSITELIB}/igraph/test/edgeseq.pyc
+${PYSITELIB}/igraph/test/edgeseq.pyo
+${PYSITELIB}/igraph/test/flow.py
+${PYSITELIB}/igraph/test/flow.pyc
+${PYSITELIB}/igraph/test/flow.pyo
+${PYSITELIB}/igraph/test/foreign.py
+${PYSITELIB}/igraph/test/foreign.pyc
+${PYSITELIB}/igraph/test/foreign.pyo
+${PYSITELIB}/igraph/test/games.py
+${PYSITELIB}/igraph/test/games.pyc
+${PYSITELIB}/igraph/test/games.pyo
+${PYSITELIB}/igraph/test/generators.py
+${PYSITELIB}/igraph/test/generators.pyc
+${PYSITELIB}/igraph/test/generators.pyo
+${PYSITELIB}/igraph/test/homepage.py
+${PYSITELIB}/igraph/test/homepage.pyc
+${PYSITELIB}/igraph/test/homepage.pyo
+${PYSITELIB}/igraph/test/indexing.py
+${PYSITELIB}/igraph/test/indexing.pyc
+${PYSITELIB}/igraph/test/indexing.pyo
+${PYSITELIB}/igraph/test/isomorphism.py
+${PYSITELIB}/igraph/test/isomorphism.pyc
+${PYSITELIB}/igraph/test/isomorphism.pyo
+${PYSITELIB}/igraph/test/iterators.py
+${PYSITELIB}/igraph/test/iterators.pyc
+${PYSITELIB}/igraph/test/iterators.pyo
+${PYSITELIB}/igraph/test/layouts.py
+${PYSITELIB}/igraph/test/layouts.pyc
+${PYSITELIB}/igraph/test/layouts.pyo
+${PYSITELIB}/igraph/test/matching.py
+${PYSITELIB}/igraph/test/matching.pyc
+${PYSITELIB}/igraph/test/matching.pyo
+${PYSITELIB}/igraph/test/operators.py
+${PYSITELIB}/igraph/test/operators.pyc
+${PYSITELIB}/igraph/test/operators.pyo
+${PYSITELIB}/igraph/test/rng.py
+${PYSITELIB}/igraph/test/rng.pyc
+${PYSITELIB}/igraph/test/rng.pyo
+${PYSITELIB}/igraph/test/separators.py
+${PYSITELIB}/igraph/test/separators.pyc
+${PYSITELIB}/igraph/test/separators.pyo
+${PYSITELIB}/igraph/test/spectral.py
+${PYSITELIB}/igraph/test/spectral.pyc
+${PYSITELIB}/igraph/test/spectral.pyo
+${PYSITELIB}/igraph/test/structural.py
+${PYSITELIB}/igraph/test/structural.pyc
+${PYSITELIB}/igraph/test/structural.pyo
+${PYSITELIB}/igraph/test/utils.py
+${PYSITELIB}/igraph/test/utils.pyc
+${PYSITELIB}/igraph/test/utils.pyo
+${PYSITELIB}/igraph/test/vertexseq.py
+${PYSITELIB}/igraph/test/vertexseq.pyc
+${PYSITELIB}/igraph/test/vertexseq.pyo
+${PYSITELIB}/igraph/utils.py
+${PYSITELIB}/igraph/utils.pyc
+${PYSITELIB}/igraph/utils.pyo
+${PYSITELIB}/igraph/vendor/__init__.py
+${PYSITELIB}/igraph/vendor/__init__.pyc
+${PYSITELIB}/igraph/vendor/__init__.pyo
+${PYSITELIB}/igraph/vendor/texttable.py
+${PYSITELIB}/igraph/vendor/texttable.pyc
+${PYSITELIB}/igraph/vendor/texttable.pyo
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
diff --git a/py-python-igraph/distinfo b/py-python-igraph/distinfo
new file mode 100644
index 0000000000..a3a6fb7840
--- /dev/null
+++ b/py-python-igraph/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-igraph-0.7.1.post6.tar.gz) = 9f81f7ecc2e43b0577e03e6ed13858dc70cb4ad9
+RMD160 (python-igraph-0.7.1.post6.tar.gz) = 67f939e1c32582b9237720ffdd630f2266824993
+SHA512 (python-igraph-0.7.1.post6.tar.gz) = de194f686038b609efa40b87ff8f4bab0ce66de4a1cb07db0dcdacc616756352e8419158ee21da5c8b8ddf1b2bad2632be6c1af3114a071e4ef0804440f474cd
+Size (python-igraph-0.7.1.post6.tar.gz) = 377298 bytes


Home | Main Index | Thread Index | Old Index