Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,22 +1,19 @@
# $NetBSD: Makefile,v 1.15 2014/07/28 12:16:23 wen Exp $
# $NetBSD: Makefile,v 1.22 2016/09/11 16:55:17 wiz Exp $
DISTNAME= networkx-1.9
DISTNAME= networkx-1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://pypi.python.org/packages/source/n/networkx/ \
http://networkx.lanl.gov/download/networkx/
MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://networkx.lanl.gov/
HOMEPAGE= http://networkx.github.io/
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>=4.0.10:../../devel/py-decorator
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose>=0.11:../../devel/py-nose
DEPENDS+= ${PYPKGPREFIX}-decorator>=3.4.0:../../devel/py-decorator
USE_LANGUAGES= # none
SUBST_CLASSES+= python
SUBST_STAGE.python= post-patch
@@ -40,5 +37,5 @@ SUBST_FILES.python+= networkx/algorithms/traversal/tests/*.py
SUBST_MESSAGE.python= Fixing path to Python interpreter.
SUBST_SED.python= -e "s,/usr/bin/env python,${PYTHONBIN},g"
.include "../../lang/python/distutils.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,10 +1,10 @@
@comment $NetBSD: PLIST,v 1.10 2014/07/28 12:16:23 wen Exp $
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/not-zip-safe
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
@comment $NetBSD: PLIST,v 1.12 2016/08/12 13:38:22 wen Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/networkx/__init__.py
${PYSITELIB}/networkx/__init__.pyc
${PYSITELIB}/networkx/__init__.pyo
@@ -20,12 +20,18 @@ ${PYSITELIB}/networkx/algorithms/approximation/clique.pyo
${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_approx_clust_coeff.pyo
${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/centrality.pyo
${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_centrality.pyo
${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/eigenvector.pyo
${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_dispersion.pyo
${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/clique.pyo
${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_semiconnected.pyo
${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/connectivity.pyo
${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_connectivity.pyo
${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_measures.pyo
${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/capacityscaling.pyo
${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.pyc
${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/graphical.pyo
${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/link_prediction.pyo
${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_measures.pyo
${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_graphical.pyo
${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_smetric.pyo
${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/breadth_first_search.pyo
${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/multidigraph.pyo
${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_multidigraph.pyo
${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/__init__.pyo
${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/directed.pyo
${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/stochastic.pyo
${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_directed.pyo
${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/graphmatrix.pyo
${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_graphmatrix.pyo
${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.pyo
${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_random_sequence.pyo
${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.pyc
${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

View File

@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.7 2014/07/28 12:16:23 wen Exp $
$NetBSD: distinfo,v 1.9 2016/08/12 13:38:22 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.11.tar.gz) = ac24380b13dfe92633370ad2091c0c04b6d098a2
RMD160 (networkx-1.11.tar.gz) = f8338d0bf5327dc29e25a7a94bfe363ca25d228b
SHA512 (networkx-1.11.tar.gz) = 622c93330bb5ba93a2be087f7f19963a1bb9a50dc72b6500ea8321c36aa9da19af379c5cd4bbee8bba3cb6e68a28f11ee24bbe333047f5c7d0ce0b755fd57253
Size (networkx-1.11.tar.gz) = 1315737 bytes