Building py27-networkx-1.8.1.txz (origin /buildshare/ports/355755/math/py-networkx) for powerpc-10-0 on XXX slot1: created x distfiles/ x distfiles/networkx-1.8.1.tar.gz x packages/ x packages/python27-2.7.6_4.txz x packages/pkg-1.2.7_2.txz x packages/py27-setuptools27-2.0.1.txz x packages/gettext-0.18.3.1_1.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> py27-networkx-1.8.1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of py27-networkx-1.8.1 ===> py27-networkx-1.8.1 depends on package: py27-setuptools27>0 - not found ===> Verifying install for py27-setuptools27>0 in /buildshare/ports/355755/devel/py-setuptools27 ===> Installing existing package /packages/py27-setuptools27-2.0.1.txz Installing py27-setuptools27-2.0.1...Installing python27-2.7.6_4...Installing gettext-0.18.3.1_1... done done done ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===> Returning to build of py27-networkx-1.8.1 ===> py27-networkx-1.8.1 depends on file: /usr/local/bin/python2.7 - found ===> py27-networkx-1.8.1 depends on package: py27-setuptools27>0 - found ===> py27-networkx-1.8.1 depends on file: /usr/local/bin/python2.7 - found Make install ===> License BSD3CLAUSE accepted by the user ===> py27-networkx-1.8.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-networkx-1.8.1 for building ===> Extracting for py27-networkx-1.8.1 => SHA256 Checksum OK for networkx-1.8.1.tar.gz. ===> Patching for py27-networkx-1.8.1 ===> Applying FreeBSD patches for py27-networkx-1.8.1 ===> py27-networkx-1.8.1 depends on package: py27-setuptools27>0 - found ===> py27-networkx-1.8.1 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-networkx-1.8.1 running config ===> Building for py27-networkx-1.8.1 running build running build_py creating build creating build/lib creating build/lib/networkx copying networkx/exception.py -> build/lib/networkx copying networkx/__init__.py -> build/lib/networkx copying networkx/version.py -> build/lib/networkx copying networkx/release.py -> build/lib/networkx copying networkx/convert.py -> build/lib/networkx copying networkx/relabel.py -> build/lib/networkx creating build/lib/networkx/algorithms copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms copying networkx/algorithms/block.py -> build/lib/networkx/algorithms copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms copying networkx/algorithms/mst.py -> build/lib/networkx/algorithms copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms copying networkx/algorithms/swap.py -> build/lib/networkx/algorithms copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms copying networkx/algorithms/graphical.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_regular.py -> build/lib/networkx/algorithms copying networkx/algorithms/dag.py -> build/lib/networkx/algorithms copying networkx/algorithms/core.py -> build/lib/networkx/algorithms copying networkx/algorithms/richclub.py -> build/lib/networkx/algorithms copying networkx/algorithms/simple_paths.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/hierarchy.py -> build/lib/networkx/algorithms creating build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/correlation.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/__init__.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/mixing.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/connectivity.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/pairs.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/neighbor_degree.py -> build/lib/networkx/algorithms/assortativity creating build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/cluster.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/__init__.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/basic.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/spectral.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite creating build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/katz.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/flow_matrix.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/degree_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/eigenvector.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/communicability_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/load.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality creating build/lib/networkx/algorithms/chordal copying networkx/algorithms/chordal/__init__.py -> build/lib/networkx/algorithms/chordal copying networkx/algorithms/chordal/chordal_alg.py -> build/lib/networkx/algorithms/chordal creating build/lib/networkx/algorithms/community copying networkx/algorithms/community/kclique.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/__init__.py -> build/lib/networkx/algorithms/community creating build/lib/networkx/algorithms/components copying networkx/algorithms/components/connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/biconnected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/weakly_connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/__init__.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/attracting.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/strongly_connected.py -> build/lib/networkx/algorithms/components creating build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/__init__.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/connectivity.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/cuts.py -> build/lib/networkx/algorithms/connectivity creating build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/__init__.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/mincost.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/maxflow.py -> build/lib/networkx/algorithms/flow creating build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal creating build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/matchhelpers.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/__init__.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorph.py -> build/lib/networkx/algorithms/isomorphism creating build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/dense.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/generic.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/astar.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/__init__.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/unweighted.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/weighted.py -> build/lib/networkx/algorithms/shortest_paths creating build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/__init__.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/hits_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/pagerank_alg.py -> build/lib/networkx/algorithms/link_analysis creating build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/all.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/__init__.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/binary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/product.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/unary.py -> build/lib/networkx/algorithms/operators creating build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/clique.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/__init__.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/dominating_set.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/matching.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/vertex_cover.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/ramsey.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/independent_set.py -> build/lib/networkx/algorithms/approximation creating build/lib/networkx/classes copying networkx/classes/function.py -> build/lib/networkx/classes copying networkx/classes/__init__.py -> build/lib/networkx/classes copying networkx/classes/digraph.py -> build/lib/networkx/classes copying networkx/classes/multigraph.py -> build/lib/networkx/classes copying networkx/classes/graph.py -> build/lib/networkx/classes copying networkx/classes/multidigraph.py -> build/lib/networkx/classes creating build/lib/networkx/external copying networkx/external/__init__.py -> build/lib/networkx/external creating build/lib/networkx/external/decorator copying networkx/external/decorator/__init__.py -> build/lib/networkx/external/decorator creating build/lib/networkx/generators copying networkx/generators/ego.py -> build/lib/networkx/generators copying networkx/generators/hybrid.py -> build/lib/networkx/generators copying networkx/generators/small.py -> build/lib/networkx/generators copying networkx/generators/__init__.py -> build/lib/networkx/generators copying networkx/generators/line.py -> build/lib/networkx/generators copying networkx/generators/social.py -> build/lib/networkx/generators copying networkx/generators/geometric.py -> build/lib/networkx/generators copying networkx/generators/random_clustered.py -> build/lib/networkx/generators copying networkx/generators/atlas.py -> build/lib/networkx/generators copying networkx/generators/directed.py -> build/lib/networkx/generators copying networkx/generators/degree_seq.py -> build/lib/networkx/generators copying networkx/generators/stochastic.py -> build/lib/networkx/generators copying networkx/generators/classic.py -> build/lib/networkx/generators copying networkx/generators/intersection.py -> build/lib/networkx/generators copying networkx/generators/bipartite.py -> build/lib/networkx/generators copying networkx/generators/threshold.py -> build/lib/networkx/generators copying networkx/generators/random_graphs.py -> build/lib/networkx/generators creating build/lib/networkx/drawing copying networkx/drawing/nx_pylab.py -> build/lib/networkx/drawing copying networkx/drawing/__init__.py -> build/lib/networkx/drawing copying networkx/drawing/nx_pydot.py -> build/lib/networkx/drawing copying networkx/drawing/nx_agraph.py -> build/lib/networkx/drawing copying networkx/drawing/layout.py -> build/lib/networkx/drawing creating build/lib/networkx/linalg copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/__init__.py -> build/lib/networkx/linalg copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg copying networkx/linalg/laplacianmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/graphmatrix.py -> build/lib/networkx/linalg creating build/lib/networkx/readwrite copying networkx/readwrite/gpickle.py -> build/lib/networkx/readwrite copying networkx/readwrite/graphml.py -> build/lib/networkx/readwrite copying networkx/readwrite/sparsegraph6.py -> build/lib/networkx/readwrite copying networkx/readwrite/gexf.py -> build/lib/networkx/readwrite copying networkx/readwrite/leda.py -> build/lib/networkx/readwrite copying networkx/readwrite/__init__.py -> build/lib/networkx/readwrite copying networkx/readwrite/p2g.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_shp.py -> build/lib/networkx/readwrite copying networkx/readwrite/adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/gml.py -> build/lib/networkx/readwrite copying networkx/readwrite/nx_yaml.py -> build/lib/networkx/readwrite copying networkx/readwrite/multiline_adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/pajek.py -> build/lib/networkx/readwrite copying networkx/readwrite/edgelist.py -> build/lib/networkx/readwrite creating build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/tree.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/serialize.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/__init__.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/node_link.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/adjacency.py -> build/lib/networkx/readwrite/json_graph creating build/lib/networkx/tests copying networkx/tests/test_convert.py -> build/lib/networkx/tests copying networkx/tests/__init__.py -> build/lib/networkx/tests copying networkx/tests/test_exceptions.py -> build/lib/networkx/tests copying networkx/tests/test_convert_numpy.py -> build/lib/networkx/tests copying networkx/tests/test.py -> build/lib/networkx/tests copying networkx/tests/benchmark.py -> build/lib/networkx/tests copying networkx/tests/test_convert_scipy.py -> build/lib/networkx/tests copying networkx/tests/test_relabel.py -> build/lib/networkx/tests creating build/lib/networkx/testing copying networkx/testing/__init__.py -> build/lib/networkx/testing copying networkx/testing/utils.py -> build/lib/networkx/testing creating build/lib/networkx/utils copying networkx/utils/union_find.py -> build/lib/networkx/utils copying networkx/utils/decorators.py -> build/lib/networkx/utils copying networkx/utils/random_sequence.py -> build/lib/networkx/utils copying networkx/utils/__init__.py -> build/lib/networkx/utils copying networkx/utils/misc.py -> build/lib/networkx/utils copying networkx/utils/rcm.py -> build/lib/networkx/utils creating build/lib/networkx/external/decorator/decorator2 copying networkx/external/decorator/decorator2/__init__.py -> build/lib/networkx/external/decorator/decorator2 copying networkx/external/decorator/decorator2/_decorator2.py -> build/lib/networkx/external/decorator/decorator2 creating build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_hierarchy.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_richclub.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_smetric.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_swap.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_euler.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cluster.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_simple_paths.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mst.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_graphical.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_block.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests creating build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/base_test.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_correlation.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_pairs.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_mixing.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_connectivity.py -> build/lib/networkx/algorithms/assortativity/tests creating build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_centrality.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_basic.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_cluster.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_project.py -> build/lib/networkx/algorithms/bipartite/tests creating build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_degree_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_load_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_katz_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_communicability.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_closeness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> build/lib/networkx/algorithms/centrality/tests creating build/lib/networkx/algorithms/chordal/tests copying networkx/algorithms/chordal/tests/test_chordal.py -> build/lib/networkx/algorithms/chordal/tests creating build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_kclique.py -> build/lib/networkx/algorithms/community/tests creating build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_weakly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_strongly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_biconnected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_attracting.py -> build/lib/networkx/algorithms/components/tests creating build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_cuts.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_connectivity.py -> build/lib/networkx/algorithms/connectivity/tests creating build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_mincost.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> build/lib/networkx/algorithms/flow/tests creating build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_dfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_bfs.py -> build/lib/networkx/algorithms/traversal/tests creating build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphism.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> build/lib/networkx/algorithms/isomorphism/tests creating build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_generic.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_unweighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_weighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_astar.py -> build/lib/networkx/algorithms/shortest_paths/tests creating build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_hits.py -> build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_pagerank.py -> build/lib/networkx/algorithms/link_analysis/tests creating build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_binary.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_all.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_product.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_unary.py -> build/lib/networkx/algorithms/operators/tests creating build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_vertex_cover.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_clique.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_ramsey.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_matching.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_dominating_set.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_independent_set.py -> build/lib/networkx/algorithms/approximation/tests creating build/lib/networkx/classes/tests copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_function.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph_historical.py -> build/lib/networkx/classes/tests creating build/lib/networkx/generators/tests copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_clustered.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_threshold.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_hybrid.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_directed.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_bipartite.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_atlas.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_small.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_classic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests creating build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pydot.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pylab.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_layout.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_agraph.py -> build/lib/networkx/drawing/tests creating build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_spectrum.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_laplacian.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_graphmatrix.py -> build/lib/networkx/linalg/tests creating build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_p2g.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_leda.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_shp.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gpickle.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_yaml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graphml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_sparsegraph6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests creating build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_serialize.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_tree.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_node_link.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_adjacency.py -> build/lib/networkx/readwrite/json_graph/tests creating build/lib/networkx/testing/tests copying networkx/testing/tests/test_utils.py -> build/lib/networkx/testing/tests creating build/lib/networkx/utils/tests copying networkx/utils/tests/test_misc.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_decorators.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_rcm.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_random_sequence.py -> build/lib/networkx/utils/tests ===> Staging for py27-networkx-1.8.1 ===> py27-networkx-1.8.1 depends on package: py27-setuptools27>0 - found ===> py27-networkx-1.8.1 depends on file: /usr/local/bin/python2.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7 creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/function.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/historical_tests.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multidigraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_function.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multigraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph_historical.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests copying build/lib/networkx/classes/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/digraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/multigraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/graph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes copying build/lib/networkx/classes/multidigraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/attrmatrix.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_spectrum.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_laplacian.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_graphmatrix.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/spectrum.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/laplacianmatrix.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/linalg/graphmatrix.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg copying build/lib/networkx/exception.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_exceptions.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_numpy.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/benchmark.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_scipy.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/tests/test_relabel.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests copying build/lib/networkx/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external copying build/lib/networkx/external/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator copying build/lib/networkx/external/decorator/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator/decorator2 copying build/lib/networkx/external/decorator/decorator2/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator/decorator2 copying build/lib/networkx/external/decorator/decorator2/_decorator2.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator/decorator2 copying build/lib/networkx/version.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/ego.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/hybrid.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/small.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_stochastic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_clustered.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_threshold.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_hybrid.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_geometric.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_line.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_ego.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_directed.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_degree_seq.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_graphs.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_bipartite.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_atlas.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_small.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_classic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_intersection.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests copying build/lib/networkx/generators/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/line.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/social.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/geometric.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/random_clustered.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/directed.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/degree_seq.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/stochastic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/classic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/intersection.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/bipartite.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/threshold.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/generators/random_graphs.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators copying build/lib/networkx/release.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/union_find.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/decorators.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/random_sequence.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_misc.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_decorators.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_rcm.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_random_sequence.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests copying build/lib/networkx/utils/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/misc.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils copying build/lib/networkx/utils/rcm.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pylab.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pydot.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pylab.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_layout.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_agraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pydot.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_agraph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing copying build/lib/networkx/drawing/layout.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_katz_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_communicability.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/katz.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/flow_matrix.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/communicability_alg.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/load.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/closeness.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/clique.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/boundary.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cluster.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_cuts.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_connectivity.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/connectivity.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/cuts.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/all.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_binary.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_all.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_product.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_unary.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/binary.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/product.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/unary.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/vitality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/block.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/cluster.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/basic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/projection.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/spectral.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/centrality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dag.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_hierarchy.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_richclub.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smetric.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_clique.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mis.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_boundary.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_swap.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_matching.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_euler.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cluster.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cycles.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_simple_paths.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_core.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mst.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_graphical.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_block.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_vitality.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal/tests copying build/lib/networkx/algorithms/chordal/tests/test_chordal.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal/tests copying build/lib/networkx/algorithms/chordal/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal copying build/lib/networkx/algorithms/chordal/chordal_alg.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/euler.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mst.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cycles.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/swap.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clique.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_vertex_cover.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_clique.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_ramsey.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_matching.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_dominating_set.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_independent_set.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/dominating_set.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/matching.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/vertex_cover.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/ramsey.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/independent_set.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/mis.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/matching.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/kclique.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_kclique.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/matchhelpers.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/correlation.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/base_test.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_correlation.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_pairs.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_mixing.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_connectivity.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/mixing.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/connectivity.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/pairs.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/neighbor_degree.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/smetric.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/connected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/biconnected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/weakly_connected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_biconnected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/attracting.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/strongly_connected.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/isolate.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graphical.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_regular.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dag.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/core.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/richclub.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/simple_paths.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_measures.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/hierarchy.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/mincost.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/maxflow.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow copying build/lib/networkx/convert.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing/tests copying build/lib/networkx/testing/tests/test_utils.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing/tests copying build/lib/networkx/testing/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing copying build/lib/networkx/testing/utils.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gpickle.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graphml.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/sparsegraph6.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/tree.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_serialize.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_tree.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_node_link.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_adjacency.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/serialize.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/node_link.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/adjacency.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/gexf.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/leda.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite creating /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_p2g.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_pajek.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_leda.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_shp.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gpickle.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_yaml.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gml.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graphml.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_sparsegraph6.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gexf.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/__init__.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/p2g.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_shp.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/adjlist.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gml.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/nx_yaml.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/multiline_adjlist.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/pajek.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/edgelist.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite copying build/lib/networkx/relabel.py -> /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/function.py to function.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/historical_tests.py to historical_tests.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_multidigraph.py to test_multidigraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_graph.py to test_graph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_function.py to test_function.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_digraph_historical.py to test_digraph_historical.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_multigraph.py to test_multigraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_digraph.py to test_digraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/tests/test_graph_historical.py to test_graph_historical.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/digraph.py to digraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/multigraph.py to multigraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/graph.py to graph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/classes/multidigraph.py to multidigraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/attrmatrix.py to attrmatrix.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests/test_spectrum.py to test_spectrum.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests/test_laplacian.py to test_laplacian.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/tests/test_graphmatrix.py to test_graphmatrix.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/spectrum.py to spectrum.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/laplacianmatrix.py to laplacianmatrix.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/linalg/graphmatrix.py to graphmatrix.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/exception.py to exception.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/test_convert.py to test_convert.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/test_exceptions.py to test_exceptions.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/test_convert_numpy.py to test_convert_numpy.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/test.py to test.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/benchmark.py to benchmark.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/test_convert_scipy.py to test_convert_scipy.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/tests/test_relabel.py to test_relabel.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator/decorator2/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/external/decorator/decorator2/_decorator2.py to _decorator2.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/version.py to version.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/ego.py to ego.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/hybrid.py to hybrid.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/small.py to small.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_stochastic.py to test_stochastic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_random_clustered.py to test_random_clustered.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_threshold.py to test_threshold.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_hybrid.py to test_hybrid.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_geometric.py to test_geometric.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_line.py to test_line.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_ego.py to test_ego.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_directed.py to test_directed.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_degree_seq.py to test_degree_seq.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_random_graphs.py to test_random_graphs.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_bipartite.py to test_bipartite.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_atlas.py to test_atlas.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_small.py to test_small.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_classic.py to test_classic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/tests/test_intersection.py to test_intersection.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/line.py to line.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/social.py to social.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/geometric.py to geometric.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/random_clustered.py to random_clustered.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/atlas.py to atlas.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/directed.py to directed.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/degree_seq.py to degree_seq.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/stochastic.py to stochastic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/classic.py to classic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/intersection.py to intersection.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/bipartite.py to bipartite.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/threshold.py to threshold.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/generators/random_graphs.py to random_graphs.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/release.py to release.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/union_find.py to union_find.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/decorators.py to decorators.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/random_sequence.py to random_sequence.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests/test_misc.py to test_misc.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests/test_decorators.py to test_decorators.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests/test_rcm.py to test_rcm.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/tests/test_random_sequence.py to test_random_sequence.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/misc.py to misc.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/utils/rcm.py to rcm.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/nx_pylab.py to nx_pylab.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests/test_pydot.py to test_pydot.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests/test_pylab.py to test_pylab.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests/test_layout.py to test_layout.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/tests/test_agraph.py to test_agraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/nx_pydot.py to nx_pydot.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/nx_agraph.py to nx_agraph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/drawing/layout.py to layout.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py to test_degree_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py to test_load_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py to test_katz_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_communicability.py to test_communicability.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py to test_betweenness_centrality_subset.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py to test_current_flow_closeness.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py to test_current_flow_betweenness_centrality_subset.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py to test_betweenness_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py to test_current_flow_betweenness_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py to test_closeness_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py to test_eigenvector_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/betweenness_subset.py to betweenness_subset.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py to current_flow_betweenness.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/katz.py to katz.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/flow_matrix.py to flow_matrix.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/current_flow_closeness.py to current_flow_closeness.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/degree_alg.py to degree_alg.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py to current_flow_betweenness_subset.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/betweenness.py to betweenness.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/eigenvector.py to eigenvector.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/communicability_alg.py to communicability_alg.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/load.py to load.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/centrality/closeness.py to closeness.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/clique.py to clique.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/boundary.py to boundary.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/cluster.py to cluster.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests/test_cuts.py to test_cuts.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/connectivity.py to connectivity.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/connectivity/cuts.py to cuts.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/all.py to all.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_binary.py to test_binary.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_all.py to test_all.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_product.py to test_product.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/tests/test_unary.py to test_unary.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/binary.py to binary.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/product.py to product.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/operators/unary.py to unary.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/vitality.py to vitality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/block.py to block.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/cluster.py to cluster.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py to test_spectral_bipartivity.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py to test_centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_basic.py to test_basic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py to test_cluster.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/tests/test_project.py to test_project.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/basic.py to basic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/projection.py to projection.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/spectral.py to spectral.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/centrality.py to centrality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/bipartite/redundancy.py to redundancy.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_dag.py to test_dag.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_hierarchy.py to test_hierarchy.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_richclub.py to test_richclub.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_smetric.py to test_smetric.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_clique.py to test_clique.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_mis.py to test_mis.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_boundary.py to test_boundary.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_swap.py to test_swap.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_matching.py to test_matching.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_euler.py to test_euler.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_cluster.py to test_cluster.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_cycles.py to test_cycles.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_simple_paths.py to test_simple_paths.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_core.py to test_core.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_mst.py to test_mst.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_measures.py to test_distance_measures.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_graphical.py to test_graphical.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_distance_regular.py to test_distance_regular.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_block.py to test_block.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/tests/test_vitality.py to test_vitality.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal/tests/test_chordal.py to test_chordal.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/chordal/chordal_alg.py to chordal_alg.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py to test_hits.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py to test_pagerank.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/hits_alg.py to hits_alg.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py to pagerank_alg.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/euler.py to euler.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/mst.py to mst.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/cycles.py to cycles.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/swap.py to swap.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/clique.py to clique.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py to test_vertex_cover.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_clique.py to test_clique.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py to test_ramsey.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_matching.py to test_matching.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py to test_dominating_set.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/tests/test_independent_set.py to test_independent_set.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/dominating_set.py to dominating_set.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/matching.py to matching.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/vertex_cover.py to vertex_cover.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/ramsey.py to ramsey.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/approximation/independent_set.py to independent_set.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/mis.py to mis.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/matching.py to matching.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community/kclique.py to kclique.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community/tests/test_kclique.py to test_kclique.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/community/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/matchhelpers.py to matchhelpers.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py to isomorphvf2.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py to test_vf2userfunc.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py to test_isomorphism.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py to test_isomorphvf2.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py to vf2userfunc.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isomorphism/isomorph.py to isomorph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/correlation.py to correlation.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/base_test.py to base_test.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py to test_correlation.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py to test_pairs.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py to test_neighbor_degree.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py to test_mixing.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py to test_connectivity.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/mixing.py to mixing.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/connectivity.py to connectivity.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/pairs.py to pairs.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/assortativity/neighbor_degree.py to neighbor_degree.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/smetric.py to smetric.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/connected.py to connected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/biconnected.py to biconnected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/weakly_connected.py to weakly_connected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py to test_weakly_connected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py to test_strongly_connected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_connected.py to test_connected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_biconnected.py to test_biconnected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/tests/test_attracting.py to test_attracting.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/attracting.py to attracting.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/components/strongly_connected.py to strongly_connected.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/isolate.py to isolate.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/graphical.py to graphical.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/distance_regular.py to distance_regular.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/dag.py to dag.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/core.py to core.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/dense.py to dense.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/generic.py to generic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py to test_generic.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py to test_unweighted.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py to test_weighted.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py to test_dense.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py to test_dense_numpy.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py to test_astar.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/astar.py to astar.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/unweighted.py to unweighted.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/shortest_paths/weighted.py to weighted.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/breadth_first_search.py to breadth_first_search.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_dfs.py to test_dfs.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/tests/test_bfs.py to test_bfs.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/traversal/depth_first_search.py to depth_first_search.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/richclub.py to richclub.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/simple_paths.py to simple_paths.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/distance_measures.py to distance_measures.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/hierarchy.py to hierarchy.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests/test_maxflow.py to test_maxflow.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests/test_mincost.py to test_mincost.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py to test_maxflow_large_graph.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/mincost.py to mincost.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/algorithms/flow/maxflow.py to maxflow.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/convert.py to convert.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing/tests/test_utils.py to test_utils.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/testing/utils.py to utils.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/gpickle.py to gpickle.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/graphml.py to graphml.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/sparsegraph6.py to sparsegraph6.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tree.py to tree.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_serialize.py to test_serialize.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_tree.py to test_tree.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py to test_node_link.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py to test_adjacency.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/serialize.py to serialize.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/node_link.py to node_link.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/json_graph/adjacency.py to adjacency.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/gexf.py to gexf.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/leda.py to leda.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_p2g.py to test_p2g.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_pajek.py to test_pajek.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_leda.py to test_leda.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_shp.py to test_shp.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_gpickle.py to test_gpickle.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_adjlist.py to test_adjlist.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_yaml.py to test_yaml.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_gml.py to test_gml.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_graphml.py to test_graphml.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_sparsegraph6.py to test_sparsegraph6.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_edgelist.py to test_edgelist.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/tests/test_gexf.py to test_gexf.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/__init__.py to __init__.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/p2g.py to p2g.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/nx_shp.py to nx_shp.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/adjlist.py to adjlist.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/gml.py to gml.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/nx_yaml.py to nx_yaml.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/multiline_adjlist.py to multiline_adjlist.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/pajek.py to pajek.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/readwrite/edgelist.py to edgelist.pyc byte-compiling /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx/relabel.py to relabel.pyc writing byte-compilation script '/tmp/tmp996saX.py' /usr/local/bin/python2.7 -O /tmp/tmp996saX.py removing /tmp/tmp996saX.py running install_egg_info running egg_info creating networkx.egg-info writing networkx.egg-info/PKG-INFO writing top-level names to networkx.egg-info/top_level.txt writing dependency_links to networkx.egg-info/dependency_links.txt writing manifest file 'networkx.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'networkx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'scripts/*' warning: no files found matching 'networkx/tests/*.txt' warning: no files found matching 'networkx/*/*/tests/*.txt' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.svn' found anywhere in distribution no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/source/reference/generated' no previously-included directories found matching 'doc/source/examples' no previously-included directories found matching 'doc/source/static/examples' no previously-included directories found matching 'doc/source/templates/gallery.html' writing manifest file 'networkx.egg-info/SOURCES.txt' Copying networkx.egg-info to /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/lib/python2.7/site-packages/networkx-1.8.1-py2.7.egg-info running install_scripts writing list of installed files to '/obj/buildshare/ports/355755/math/py-networkx/work/.PLIST.pymodtmp' /bin/mkdir -p /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/share/doc/py27-networkx cd /obj/buildshare/ports/355755/math/py-networkx/work/networkx-1.8.1/examples && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- . /obj/buildshare/ports/355755/math/py-networkx/work/stage/usr/local/share/doc/py27-networkx ---------------------------------------------------------- It is better if you also install py-numpy, py-graphviz and py-matplotlib so you can use all features of py-networkx. ---------------------------------------------------------- ====> Compressing man pages (compress-man) ===> Installing for py27-networkx-1.8.1 ===> Checking if math/py-networkx already installed ===> Registering installation for py27-networkx-1.8.1 Installing py27-networkx-1.8.1... done ---------------------------------------------------------- It is better if you also install py-numpy, py-graphviz and py-matplotlib so you can use all features of py-networkx. ---------------------------------------------------------- Make package ===> Building package for py27-networkx-1.8.1 slot1: removed