pkgsrc-Bugs archive

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

pkg/50383: new version: update networkx-1.10



>Number:         50383
>Category:       pkg
>Synopsis:       new version:  update networkx-1.10
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 30 20:20:00 +0000 2015
>Originator:     Derouiche
>Release:        NetBSD 7.0
>Organization:
AITSG
>Environment:
NetBSD Dabiq.lan 7.0 NetBSD 7.0 i386
>Description:
Update networkx 1.19 to 1.10 
>How-To-Repeat:
n/a
>Fix:
diff -ruN Makefile.orig Makefile
--- Makefile.orig	2015-10-30 17:08:27.000000000 +0100
+++ Makefile	2015-10-30 21:11:20.000000000 +0100
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2014/07/28 12:16:23 wen Exp $
+# $NetBSD$
 
-DISTNAME=	networkx-1.9
+DISTNAME=	networkx-1.10
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math python
-MASTER_SITES=	http://pypi.python.org/packages/source/n/networkx/ \
+MASTER_SITES=	MASTER_SITES=	http://pypi.python.org/packages/source/n/networkx/ \
 		http://networkx.lanl.gov/download/networkx/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -11,12 +11,13 @@
 COMMENT=	Python package for creating and manipulating graphs and networks
 LICENSE=	modified-bsd
 
-PYTHON_SELF_CONFLICT=	yes
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34
+DEPENDS+=	${PYPKGPREFIX}-decorator>=3.4.0:../../devel/py-decorator
+BUILD_DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
 
-BUILD_DEPENDS+=	${PYPKGPREFIX}-nose>=0.11:../../devel/py-nose
+USE_LANGUAGES=	# none
 
-DEPENDS+=	${PYPKGPREFIX}-decorator>=3.4.0:../../devel/py-decorator
+PYTHON_SELF_CONFLICT=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34
 
 SUBST_CLASSES+=		python
 SUBST_STAGE.python=	post-patch
@@ -40,5 +41,6 @@
 SUBST_MESSAGE.python=	Fixing path to Python interpreter.
 SUBST_SED.python=	-e "s,/usr/bin/env python,${PYTHONBIN},g"
 
+.include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"

$ diff -ruN PLIST.orig PLIST
--- PLIST.orig	2015-10-30 17:08:32.000000000 +0100
+++ PLIST	2015-10-30 19:28:49.000000000 +0100
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2014/07/28 12:16:23 wen Exp $
+@comment $NetBSD$
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -20,12 +20,18 @@
 ${PYSITELIB}/networkx/algorithms/approximation/clustering_coefficient.py
 ${PYSITELIB}/networkx/algorithms/approximation/clustering_coefficient.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/clustering_coefficient.pyo
+${PYSITELIB}/networkx/algorithms/approximation/connectivity.py
+${PYSITELIB}/networkx/algorithms/approximation/connectivity.pyc
+${PYSITELIB}/networkx/algorithms/approximation/connectivity.pyo
 ${PYSITELIB}/networkx/algorithms/approximation/dominating_set.py
 ${PYSITELIB}/networkx/algorithms/approximation/dominating_set.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/dominating_set.pyo
 ${PYSITELIB}/networkx/algorithms/approximation/independent_set.py
 ${PYSITELIB}/networkx/algorithms/approximation/independent_set.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/independent_set.pyo
+${PYSITELIB}/networkx/algorithms/approximation/kcomponents.py
+${PYSITELIB}/networkx/algorithms/approximation/kcomponents.pyc
+${PYSITELIB}/networkx/algorithms/approximation/kcomponents.pyo
 ${PYSITELIB}/networkx/algorithms/approximation/matching.py
 ${PYSITELIB}/networkx/algorithms/approximation/matching.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/matching.pyo
@@ -38,12 +44,18 @@
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_clique.py
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_clique.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_clique.pyo
+${PYSITELIB}/networkx/algorithms/approximation/tests/test_connectivity.py
+${PYSITELIB}/networkx/algorithms/approximation/tests/test_connectivity.pyc
+${PYSITELIB}/networkx/algorithms/approximation/tests/test_connectivity.pyo
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_dominating_set.py
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_dominating_set.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_dominating_set.pyo
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_independent_set.py
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_independent_set.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_independent_set.pyo
+${PYSITELIB}/networkx/algorithms/approximation/tests/test_kcomponents.py
+${PYSITELIB}/networkx/algorithms/approximation/tests/test_kcomponents.pyc
+${PYSITELIB}/networkx/algorithms/approximation/tests/test_kcomponents.pyo
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_matching.py
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_matching.pyc
 ${PYSITELIB}/networkx/algorithms/approximation/tests/test_matching.pyo
@@ -104,6 +116,18 @@
 ${PYSITELIB}/networkx/algorithms/bipartite/cluster.py
 ${PYSITELIB}/networkx/algorithms/bipartite/cluster.pyc
 ${PYSITELIB}/networkx/algorithms/bipartite/cluster.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/edgelist.py
+${PYSITELIB}/networkx/algorithms/bipartite/edgelist.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/edgelist.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/generators.py
+${PYSITELIB}/networkx/algorithms/bipartite/generators.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/generators.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/matching.py
+${PYSITELIB}/networkx/algorithms/bipartite/matching.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/matching.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/matrix.py
+${PYSITELIB}/networkx/algorithms/bipartite/matrix.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/matrix.pyo
 ${PYSITELIB}/networkx/algorithms/bipartite/projection.py
 ${PYSITELIB}/networkx/algorithms/bipartite/projection.pyc
 ${PYSITELIB}/networkx/algorithms/bipartite/projection.pyo
@@ -122,9 +146,24 @@
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_cluster.py
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_cluster.pyc
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_cluster.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_edgelist.py
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_edgelist.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_edgelist.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_generators.py
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_generators.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_generators.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_matching.py
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_matching.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_matching.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_matrix.py
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_matrix.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_matrix.pyo
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_project.py
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_project.pyc
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_project.pyo
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_redundancy.py
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_redundancy.pyc
+${PYSITELIB}/networkx/algorithms/bipartite/tests/test_redundancy.pyo
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.pyc
 ${PYSITELIB}/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.pyo
@@ -170,6 +209,9 @@
 ${PYSITELIB}/networkx/algorithms/centrality/flow_matrix.py
 ${PYSITELIB}/networkx/algorithms/centrality/flow_matrix.pyc
 ${PYSITELIB}/networkx/algorithms/centrality/flow_matrix.pyo
+${PYSITELIB}/networkx/algorithms/centrality/harmonic.py
+${PYSITELIB}/networkx/algorithms/centrality/harmonic.pyc
+${PYSITELIB}/networkx/algorithms/centrality/harmonic.pyo
 ${PYSITELIB}/networkx/algorithms/centrality/katz.py
 ${PYSITELIB}/networkx/algorithms/centrality/katz.pyc
 ${PYSITELIB}/networkx/algorithms/centrality/katz.pyo
@@ -206,6 +248,9 @@
 ${PYSITELIB}/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py
 ${PYSITELIB}/networkx/algorithms/centrality/tests/test_eigenvector_centrality.pyc
 ${PYSITELIB}/networkx/algorithms/centrality/tests/test_eigenvector_centrality.pyo
+${PYSITELIB}/networkx/algorithms/centrality/tests/test_harmonic_centrality.py
+${PYSITELIB}/networkx/algorithms/centrality/tests/test_harmonic_centrality.pyc
+${PYSITELIB}/networkx/algorithms/centrality/tests/test_harmonic_centrality.pyo
 ${PYSITELIB}/networkx/algorithms/centrality/tests/test_katz_centrality.py
 ${PYSITELIB}/networkx/algorithms/centrality/tests/test_katz_centrality.pyc
 ${PYSITELIB}/networkx/algorithms/centrality/tests/test_katz_centrality.pyo
@@ -227,6 +272,18 @@
 ${PYSITELIB}/networkx/algorithms/cluster.py
 ${PYSITELIB}/networkx/algorithms/cluster.pyc
 ${PYSITELIB}/networkx/algorithms/cluster.pyo
+${PYSITELIB}/networkx/algorithms/coloring/__init__.py
+${PYSITELIB}/networkx/algorithms/coloring/__init__.pyc
+${PYSITELIB}/networkx/algorithms/coloring/__init__.pyo
+${PYSITELIB}/networkx/algorithms/coloring/greedy_coloring.py
+${PYSITELIB}/networkx/algorithms/coloring/greedy_coloring.pyc
+${PYSITELIB}/networkx/algorithms/coloring/greedy_coloring.pyo
+${PYSITELIB}/networkx/algorithms/coloring/greedy_coloring_with_interchange.py
+${PYSITELIB}/networkx/algorithms/coloring/greedy_coloring_with_interchange.pyc
+${PYSITELIB}/networkx/algorithms/coloring/greedy_coloring_with_interchange.pyo
+${PYSITELIB}/networkx/algorithms/coloring/tests/test_coloring.py
+${PYSITELIB}/networkx/algorithms/coloring/tests/test_coloring.pyc
+${PYSITELIB}/networkx/algorithms/coloring/tests/test_coloring.pyo
 ${PYSITELIB}/networkx/algorithms/community/__init__.py
 ${PYSITELIB}/networkx/algorithms/community/__init__.pyc
 ${PYSITELIB}/networkx/algorithms/community/__init__.pyo
@@ -269,6 +326,9 @@
 ${PYSITELIB}/networkx/algorithms/components/tests/test_strongly_connected.py
 ${PYSITELIB}/networkx/algorithms/components/tests/test_strongly_connected.pyc
 ${PYSITELIB}/networkx/algorithms/components/tests/test_strongly_connected.pyo
+${PYSITELIB}/networkx/algorithms/components/tests/test_subgraph_copies.py
+${PYSITELIB}/networkx/algorithms/components/tests/test_subgraph_copies.pyc
+${PYSITELIB}/networkx/algorithms/components/tests/test_subgraph_copies.pyo
 ${PYSITELIB}/networkx/algorithms/components/tests/test_weakly_connected.py
 ${PYSITELIB}/networkx/algorithms/components/tests/test_weakly_connected.pyc
 ${PYSITELIB}/networkx/algorithms/components/tests/test_weakly_connected.pyo
@@ -284,6 +344,12 @@
 ${PYSITELIB}/networkx/algorithms/connectivity/cuts.py
 ${PYSITELIB}/networkx/algorithms/connectivity/cuts.pyc
 ${PYSITELIB}/networkx/algorithms/connectivity/cuts.pyo
+${PYSITELIB}/networkx/algorithms/connectivity/kcomponents.py
+${PYSITELIB}/networkx/algorithms/connectivity/kcomponents.pyc
+${PYSITELIB}/networkx/algorithms/connectivity/kcomponents.pyo
+${PYSITELIB}/networkx/algorithms/connectivity/kcutsets.py
+${PYSITELIB}/networkx/algorithms/connectivity/kcutsets.pyc
+${PYSITELIB}/networkx/algorithms/connectivity/kcutsets.pyo
 ${PYSITELIB}/networkx/algorithms/connectivity/stoerwagner.py
 ${PYSITELIB}/networkx/algorithms/connectivity/stoerwagner.pyc
 ${PYSITELIB}/networkx/algorithms/connectivity/stoerwagner.pyo
@@ -293,6 +359,12 @@
 ${PYSITELIB}/networkx/algorithms/connectivity/tests/test_cuts.py
 ${PYSITELIB}/networkx/algorithms/connectivity/tests/test_cuts.pyc
 ${PYSITELIB}/networkx/algorithms/connectivity/tests/test_cuts.pyo
+${PYSITELIB}/networkx/algorithms/connectivity/tests/test_kcomponents.py
+${PYSITELIB}/networkx/algorithms/connectivity/tests/test_kcomponents.pyc
+${PYSITELIB}/networkx/algorithms/connectivity/tests/test_kcomponents.pyo
+${PYSITELIB}/networkx/algorithms/connectivity/tests/test_kcutsets.py
+${PYSITELIB}/networkx/algorithms/connectivity/tests/test_kcutsets.pyc
+${PYSITELIB}/networkx/algorithms/connectivity/tests/test_kcutsets.pyo
 ${PYSITELIB}/networkx/algorithms/connectivity/tests/test_stoer_wagner.py
 ${PYSITELIB}/networkx/algorithms/connectivity/tests/test_stoer_wagner.pyc
 ${PYSITELIB}/networkx/algorithms/connectivity/tests/test_stoer_wagner.pyo
@@ -314,6 +386,9 @@
 ${PYSITELIB}/networkx/algorithms/distance_regular.py
 ${PYSITELIB}/networkx/algorithms/distance_regular.pyc
 ${PYSITELIB}/networkx/algorithms/distance_regular.pyo
+${PYSITELIB}/networkx/algorithms/dominance.py
+${PYSITELIB}/networkx/algorithms/dominance.pyc
+${PYSITELIB}/networkx/algorithms/dominance.pyo
 ${PYSITELIB}/networkx/algorithms/dominating.py
 ${PYSITELIB}/networkx/algorithms/dominating.pyc
 ${PYSITELIB}/networkx/algorithms/dominating.pyo
@@ -329,9 +404,6 @@
 ${PYSITELIB}/networkx/algorithms/flow/edmondskarp.py
 ${PYSITELIB}/networkx/algorithms/flow/edmondskarp.pyc
 ${PYSITELIB}/networkx/algorithms/flow/edmondskarp.pyo
-${PYSITELIB}/networkx/algorithms/flow/fordfulkerson.py
-${PYSITELIB}/networkx/algorithms/flow/fordfulkerson.pyc
-${PYSITELIB}/networkx/algorithms/flow/fordfulkerson.pyo
 ${PYSITELIB}/networkx/algorithms/flow/maxflow.py
 ${PYSITELIB}/networkx/algorithms/flow/maxflow.pyc
 ${PYSITELIB}/networkx/algorithms/flow/maxflow.pyo
@@ -349,6 +421,7 @@
 ${PYSITELIB}/networkx/algorithms/flow/shortestaugmentingpath.pyo
 ${PYSITELIB}/networkx/algorithms/flow/tests/gl1.gpickle.bz2
 ${PYSITELIB}/networkx/algorithms/flow/tests/gw1.gpickle.bz2
+${PYSITELIB}/networkx/algorithms/flow/tests/netgen-2.gpickle.bz2
 ${PYSITELIB}/networkx/algorithms/flow/tests/test_maxflow.py
 ${PYSITELIB}/networkx/algorithms/flow/tests/test_maxflow.pyc
 ${PYSITELIB}/networkx/algorithms/flow/tests/test_maxflow.pyo
@@ -368,6 +441,9 @@
 ${PYSITELIB}/networkx/algorithms/hierarchy.py
 ${PYSITELIB}/networkx/algorithms/hierarchy.pyc
 ${PYSITELIB}/networkx/algorithms/hierarchy.pyo
+${PYSITELIB}/networkx/algorithms/hybrid.py
+${PYSITELIB}/networkx/algorithms/hybrid.pyc
+${PYSITELIB}/networkx/algorithms/hybrid.pyo
 ${PYSITELIB}/networkx/algorithms/isolate.py
 ${PYSITELIB}/networkx/algorithms/isolate.pyc
 ${PYSITELIB}/networkx/algorithms/isolate.pyo
@@ -420,6 +496,9 @@
 ${PYSITELIB}/networkx/algorithms/matching.py
 ${PYSITELIB}/networkx/algorithms/matching.pyc
 ${PYSITELIB}/networkx/algorithms/matching.pyo
+${PYSITELIB}/networkx/algorithms/minors.py
+${PYSITELIB}/networkx/algorithms/minors.pyc
+${PYSITELIB}/networkx/algorithms/minors.pyo
 ${PYSITELIB}/networkx/algorithms/mis.py
 ${PYSITELIB}/networkx/algorithms/mis.pyc
 ${PYSITELIB}/networkx/algorithms/mis.pyo
@@ -528,6 +607,9 @@
 ${PYSITELIB}/networkx/algorithms/tests/test_distance_regular.py
 ${PYSITELIB}/networkx/algorithms/tests/test_distance_regular.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_distance_regular.pyo
+${PYSITELIB}/networkx/algorithms/tests/test_dominance.py
+${PYSITELIB}/networkx/algorithms/tests/test_dominance.pyc
+${PYSITELIB}/networkx/algorithms/tests/test_dominance.pyo
 ${PYSITELIB}/networkx/algorithms/tests/test_dominating.py
 ${PYSITELIB}/networkx/algorithms/tests/test_dominating.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_dominating.pyo
@@ -540,12 +622,18 @@
 ${PYSITELIB}/networkx/algorithms/tests/test_hierarchy.py
 ${PYSITELIB}/networkx/algorithms/tests/test_hierarchy.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_hierarchy.pyo
+${PYSITELIB}/networkx/algorithms/tests/test_hybrid.py
+${PYSITELIB}/networkx/algorithms/tests/test_hybrid.pyc
+${PYSITELIB}/networkx/algorithms/tests/test_hybrid.pyo
 ${PYSITELIB}/networkx/algorithms/tests/test_link_prediction.py
 ${PYSITELIB}/networkx/algorithms/tests/test_link_prediction.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_link_prediction.pyo
 ${PYSITELIB}/networkx/algorithms/tests/test_matching.py
 ${PYSITELIB}/networkx/algorithms/tests/test_matching.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_matching.pyo
+${PYSITELIB}/networkx/algorithms/tests/test_minors.py
+${PYSITELIB}/networkx/algorithms/tests/test_minors.pyc
+${PYSITELIB}/networkx/algorithms/tests/test_minors.pyo
 ${PYSITELIB}/networkx/algorithms/tests/test_mis.py
 ${PYSITELIB}/networkx/algorithms/tests/test_mis.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_mis.pyo
@@ -564,6 +652,9 @@
 ${PYSITELIB}/networkx/algorithms/tests/test_swap.py
 ${PYSITELIB}/networkx/algorithms/tests/test_swap.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_swap.pyo
+${PYSITELIB}/networkx/algorithms/tests/test_triads.py
+${PYSITELIB}/networkx/algorithms/tests/test_triads.pyc
+${PYSITELIB}/networkx/algorithms/tests/test_triads.pyo
 ${PYSITELIB}/networkx/algorithms/tests/test_vitality.py
 ${PYSITELIB}/networkx/algorithms/tests/test_vitality.pyc
 ${PYSITELIB}/networkx/algorithms/tests/test_vitality.pyo
@@ -576,21 +667,36 @@
 ${PYSITELIB}/networkx/algorithms/traversal/depth_first_search.py
 ${PYSITELIB}/networkx/algorithms/traversal/depth_first_search.pyc
 ${PYSITELIB}/networkx/algorithms/traversal/depth_first_search.pyo
+${PYSITELIB}/networkx/algorithms/traversal/edgedfs.py
+${PYSITELIB}/networkx/algorithms/traversal/edgedfs.pyc
+${PYSITELIB}/networkx/algorithms/traversal/edgedfs.pyo
 ${PYSITELIB}/networkx/algorithms/traversal/tests/test_bfs.py
 ${PYSITELIB}/networkx/algorithms/traversal/tests/test_bfs.pyc
 ${PYSITELIB}/networkx/algorithms/traversal/tests/test_bfs.pyo
 ${PYSITELIB}/networkx/algorithms/traversal/tests/test_dfs.py
 ${PYSITELIB}/networkx/algorithms/traversal/tests/test_dfs.pyc
 ${PYSITELIB}/networkx/algorithms/traversal/tests/test_dfs.pyo
+${PYSITELIB}/networkx/algorithms/traversal/tests/test_edgedfs.py
+${PYSITELIB}/networkx/algorithms/traversal/tests/test_edgedfs.pyc
+${PYSITELIB}/networkx/algorithms/traversal/tests/test_edgedfs.pyo
 ${PYSITELIB}/networkx/algorithms/tree/__init__.py
 ${PYSITELIB}/networkx/algorithms/tree/__init__.pyc
 ${PYSITELIB}/networkx/algorithms/tree/__init__.pyo
+${PYSITELIB}/networkx/algorithms/tree/branchings.py
+${PYSITELIB}/networkx/algorithms/tree/branchings.pyc
+${PYSITELIB}/networkx/algorithms/tree/branchings.pyo
 ${PYSITELIB}/networkx/algorithms/tree/recognition.py
 ${PYSITELIB}/networkx/algorithms/tree/recognition.pyc
 ${PYSITELIB}/networkx/algorithms/tree/recognition.pyo
+${PYSITELIB}/networkx/algorithms/tree/tests/test_branchings.py
+${PYSITELIB}/networkx/algorithms/tree/tests/test_branchings.pyc
+${PYSITELIB}/networkx/algorithms/tree/tests/test_branchings.pyo
 ${PYSITELIB}/networkx/algorithms/tree/tests/test_recognition.py
 ${PYSITELIB}/networkx/algorithms/tree/tests/test_recognition.pyc
 ${PYSITELIB}/networkx/algorithms/tree/tests/test_recognition.pyo
+${PYSITELIB}/networkx/algorithms/triads.py
+${PYSITELIB}/networkx/algorithms/triads.pyc
+${PYSITELIB}/networkx/algorithms/triads.pyo
 ${PYSITELIB}/networkx/algorithms/vitality.py
 ${PYSITELIB}/networkx/algorithms/vitality.pyc
 ${PYSITELIB}/networkx/algorithms/vitality.pyo
@@ -612,6 +718,9 @@
 ${PYSITELIB}/networkx/classes/multigraph.py
 ${PYSITELIB}/networkx/classes/multigraph.pyc
 ${PYSITELIB}/networkx/classes/multigraph.pyo
+${PYSITELIB}/networkx/classes/ordered.py
+${PYSITELIB}/networkx/classes/ordered.pyc
+${PYSITELIB}/networkx/classes/ordered.pyo
 ${PYSITELIB}/networkx/classes/tests/historical_tests.py
 ${PYSITELIB}/networkx/classes/tests/historical_tests.pyc
 ${PYSITELIB}/networkx/classes/tests/historical_tests.pyo
@@ -636,6 +745,18 @@
 ${PYSITELIB}/networkx/classes/tests/test_multigraph.py
 ${PYSITELIB}/networkx/classes/tests/test_multigraph.pyc
 ${PYSITELIB}/networkx/classes/tests/test_multigraph.pyo
+${PYSITELIB}/networkx/classes/tests/test_ordered.py
+${PYSITELIB}/networkx/classes/tests/test_ordered.pyc
+${PYSITELIB}/networkx/classes/tests/test_ordered.pyo
+${PYSITELIB}/networkx/classes/tests/test_special.py
+${PYSITELIB}/networkx/classes/tests/test_special.pyc
+${PYSITELIB}/networkx/classes/tests/test_special.pyo
+${PYSITELIB}/networkx/classes/tests/test_timing.py
+${PYSITELIB}/networkx/classes/tests/test_timing.pyc
+${PYSITELIB}/networkx/classes/tests/test_timing.pyo
+${PYSITELIB}/networkx/classes/tests/timingclasses.py
+${PYSITELIB}/networkx/classes/tests/timingclasses.pyc
+${PYSITELIB}/networkx/classes/tests/timingclasses.pyo
 ${PYSITELIB}/networkx/convert.py
 ${PYSITELIB}/networkx/convert.pyc
 ${PYSITELIB}/networkx/convert.pyo
@@ -681,9 +802,6 @@
 ${PYSITELIB}/networkx/generators/atlas.py
 ${PYSITELIB}/networkx/generators/atlas.pyc
 ${PYSITELIB}/networkx/generators/atlas.pyo
-${PYSITELIB}/networkx/generators/bipartite.py
-${PYSITELIB}/networkx/generators/bipartite.pyc
-${PYSITELIB}/networkx/generators/bipartite.pyo
 ${PYSITELIB}/networkx/generators/classic.py
 ${PYSITELIB}/networkx/generators/classic.pyc
 ${PYSITELIB}/networkx/generators/classic.pyo
@@ -699,18 +817,21 @@
 ${PYSITELIB}/networkx/generators/ego.py
 ${PYSITELIB}/networkx/generators/ego.pyc
 ${PYSITELIB}/networkx/generators/ego.pyo
+${PYSITELIB}/networkx/generators/expanders.py
+${PYSITELIB}/networkx/generators/expanders.pyc
+${PYSITELIB}/networkx/generators/expanders.pyo
 ${PYSITELIB}/networkx/generators/geometric.py
 ${PYSITELIB}/networkx/generators/geometric.pyc
 ${PYSITELIB}/networkx/generators/geometric.pyo
-${PYSITELIB}/networkx/generators/hybrid.py
-${PYSITELIB}/networkx/generators/hybrid.pyc
-${PYSITELIB}/networkx/generators/hybrid.pyo
 ${PYSITELIB}/networkx/generators/intersection.py
 ${PYSITELIB}/networkx/generators/intersection.pyc
 ${PYSITELIB}/networkx/generators/intersection.pyo
 ${PYSITELIB}/networkx/generators/line.py
 ${PYSITELIB}/networkx/generators/line.pyc
 ${PYSITELIB}/networkx/generators/line.pyo
+${PYSITELIB}/networkx/generators/nonisomorphic_trees.py
+${PYSITELIB}/networkx/generators/nonisomorphic_trees.pyc
+${PYSITELIB}/networkx/generators/nonisomorphic_trees.pyo
 ${PYSITELIB}/networkx/generators/random_clustered.py
 ${PYSITELIB}/networkx/generators/random_clustered.pyc
 ${PYSITELIB}/networkx/generators/random_clustered.pyo
@@ -729,9 +850,6 @@
 ${PYSITELIB}/networkx/generators/tests/test_atlas.py
 ${PYSITELIB}/networkx/generators/tests/test_atlas.pyc
 ${PYSITELIB}/networkx/generators/tests/test_atlas.pyo
-${PYSITELIB}/networkx/generators/tests/test_bipartite.py
-${PYSITELIB}/networkx/generators/tests/test_bipartite.pyc
-${PYSITELIB}/networkx/generators/tests/test_bipartite.pyo
 ${PYSITELIB}/networkx/generators/tests/test_classic.py
 ${PYSITELIB}/networkx/generators/tests/test_classic.pyc
 ${PYSITELIB}/networkx/generators/tests/test_classic.pyo
@@ -747,18 +865,21 @@
 ${PYSITELIB}/networkx/generators/tests/test_ego.py
 ${PYSITELIB}/networkx/generators/tests/test_ego.pyc
 ${PYSITELIB}/networkx/generators/tests/test_ego.pyo
+${PYSITELIB}/networkx/generators/tests/test_expanders.py
+${PYSITELIB}/networkx/generators/tests/test_expanders.pyc
+${PYSITELIB}/networkx/generators/tests/test_expanders.pyo
 ${PYSITELIB}/networkx/generators/tests/test_geometric.py
 ${PYSITELIB}/networkx/generators/tests/test_geometric.pyc
 ${PYSITELIB}/networkx/generators/tests/test_geometric.pyo
-${PYSITELIB}/networkx/generators/tests/test_hybrid.py
-${PYSITELIB}/networkx/generators/tests/test_hybrid.pyc
-${PYSITELIB}/networkx/generators/tests/test_hybrid.pyo
 ${PYSITELIB}/networkx/generators/tests/test_intersection.py
 ${PYSITELIB}/networkx/generators/tests/test_intersection.pyc
 ${PYSITELIB}/networkx/generators/tests/test_intersection.pyo
 ${PYSITELIB}/networkx/generators/tests/test_line.py
 ${PYSITELIB}/networkx/generators/tests/test_line.pyc
 ${PYSITELIB}/networkx/generators/tests/test_line.pyo
+${PYSITELIB}/networkx/generators/tests/test_nonisomorphic_trees.py
+${PYSITELIB}/networkx/generators/tests/test_nonisomorphic_trees.pyc
+${PYSITELIB}/networkx/generators/tests/test_nonisomorphic_trees.pyo
 ${PYSITELIB}/networkx/generators/tests/test_random_clustered.py
 ${PYSITELIB}/networkx/generators/tests/test_random_clustered.pyc
 ${PYSITELIB}/networkx/generators/tests/test_random_clustered.pyo
@@ -792,6 +913,9 @@
 ${PYSITELIB}/networkx/linalg/laplacianmatrix.py
 ${PYSITELIB}/networkx/linalg/laplacianmatrix.pyc
 ${PYSITELIB}/networkx/linalg/laplacianmatrix.pyo
+${PYSITELIB}/networkx/linalg/modularitymatrix.py
+${PYSITELIB}/networkx/linalg/modularitymatrix.pyc
+${PYSITELIB}/networkx/linalg/modularitymatrix.pyo
 ${PYSITELIB}/networkx/linalg/spectrum.py
 ${PYSITELIB}/networkx/linalg/spectrum.pyc
 ${PYSITELIB}/networkx/linalg/spectrum.pyo
@@ -804,6 +928,9 @@
 ${PYSITELIB}/networkx/linalg/tests/test_laplacian.py
 ${PYSITELIB}/networkx/linalg/tests/test_laplacian.pyc
 ${PYSITELIB}/networkx/linalg/tests/test_laplacian.pyo
+${PYSITELIB}/networkx/linalg/tests/test_modularity.py
+${PYSITELIB}/networkx/linalg/tests/test_modularity.pyc
+${PYSITELIB}/networkx/linalg/tests/test_modularity.pyo
 ${PYSITELIB}/networkx/linalg/tests/test_spectrum.py
 ${PYSITELIB}/networkx/linalg/tests/test_spectrum.pyc
 ${PYSITELIB}/networkx/linalg/tests/test_spectrum.pyo
@@ -942,6 +1069,9 @@
 ${PYSITELIB}/networkx/tests/test_convert_numpy.py
 ${PYSITELIB}/networkx/tests/test_convert_numpy.pyc
 ${PYSITELIB}/networkx/tests/test_convert_numpy.pyo
+${PYSITELIB}/networkx/tests/test_convert_pandas.py
+${PYSITELIB}/networkx/tests/test_convert_pandas.pyc
+${PYSITELIB}/networkx/tests/test_convert_pandas.pyo
 ${PYSITELIB}/networkx/tests/test_convert_scipy.py
 ${PYSITELIB}/networkx/tests/test_convert_scipy.pyc
 ${PYSITELIB}/networkx/tests/test_convert_scipy.pyo
@@ -990,6 +1120,9 @@
 ${PYSITELIB}/networkx/utils/tests/test_rcm.py
 ${PYSITELIB}/networkx/utils/tests/test_rcm.pyc
 ${PYSITELIB}/networkx/utils/tests/test_rcm.pyo
+${PYSITELIB}/networkx/utils/tests/test_unionfind.py
+${PYSITELIB}/networkx/utils/tests/test_unionfind.pyc
+${PYSITELIB}/networkx/utils/tests/test_unionfind.pyo
 ${PYSITELIB}/networkx/utils/union_find.py
 ${PYSITELIB}/networkx/utils/union_find.pyc
 ${PYSITELIB}/networkx/utils/union_find.pyo
@@ -998,7 +1131,6 @@
 ${PYSITELIB}/networkx/version.pyo
 share/doc/networkx-${PKGVERSION}/INSTALL.txt
 share/doc/networkx-${PKGVERSION}/LICENSE.txt
-share/doc/networkx-${PKGVERSION}/README.txt
 share/doc/networkx-${PKGVERSION}/examples/3d_drawing/mayavi2_spring.py
 share/doc/networkx-${PKGVERSION}/examples/advanced/eigenvalues.py
 share/doc/networkx-${PKGVERSION}/examples/advanced/heavy_metal_umlaut.py
@@ -1055,4 +1187,3 @@
 share/doc/networkx-${PKGVERSION}/examples/pygraphviz/pygraphviz_draw.py
 share/doc/networkx-${PKGVERSION}/examples/pygraphviz/pygraphviz_simple.py
 share/doc/networkx-${PKGVERSION}/examples/pygraphviz/write_dotfile.py
-@pkgdir share/doc/networkx-${PKGVERSION}/examples/readwrite

$ diff iff -ruN distinfo.orig distinfo
--- distinfo.orig	2015-10-30 17:08:42.000000000 +0100
+++ distinfo	2015-10-30 17:09:25.000000000 +0100
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.7 2014/07/28 12:16:23 wen Exp $
 
-SHA1 (networkx-1.9.tar.gz) = c69e50b6272a79112358fdda811a03582012ea57
-RMD160 (networkx-1.9.tar.gz) = 4818fd7f17289a5b9725de850a9c69100c8dd9eb
-Size (networkx-1.9.tar.gz) = 1035166 bytes
+SHA1 (networkx-1.10.tar.gz) = 99292e464c25be5e96de295752880bf5e5f1848a
+RMD160 (networkx-1.10.tar.gz) = 01b5ce1be48596a31f9b01e22857d33ea0e0d527
+SHA512 (networkx-1.10.tar.gz) = fc0a0b929991baef63c30382c2045d551b217140393a4264b18a5f1be198d325eee9f57e02dda38a7ad9f99771c5b78f82c673a88b04df122b9d91852db09efd
+Size (networkx-1.10.tar.gz) = 1189291 bytes
-ruN distinfo.orig distinfo



Home | Main Index | Thread Index | Old Index