Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 356146 Details for
Bug 481242
=dev-python/networkx-1.6 tries to install on python 3.2 even it does not support it - *** Error compiling '/usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py'...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge networkx-1.6
emerge.log (text/x-log), 139.71 KB, created by
Yichao Zhou
on 2013-08-16 03:07:03 UTC
(
hide
)
Description:
emerge networkx-1.6
Filename:
MIME Type:
Creator:
Yichao Zhou
Created:
2013-08-16 03:07:03 UTC
Size:
139.71 KB
patch
obsolete
> >These are the packages that would be merged, in order: > >Calculating dependencies ... done! >[ebuild R ~] dev-python/networkx-1.6 USE="-doc -examples" 0 kB > >Total: 1 package (1 reinstall), Size of downloads: 0 kB > >>>> Verifying ebuild manifests > > >>>> Emerging (1 of 1) dev-python/networkx-1.6 > * networkx-1.6.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking networkx-1.6.tar.gz to /var/tmp/portage/dev-python/networkx-1.6/work >>>> Source unpacked in /var/tmp/portage/dev-python/networkx-1.6/work >>>> Preparing source in /var/tmp/portage/dev-python/networkx-1.6/work/networkx-1.6 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/networkx-1.6/work/networkx-1.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/networkx-1.6/work/networkx-1.6 ... >python3.2 setup.py build >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/relabel.py -> build/lib/networkx >copying networkx/release.py -> build/lib/networkx >copying networkx/convert.py -> build/lib/networkx >copying networkx/version.py -> build/lib/networkx >creating build/lib/networkx/algorithms >copying networkx/algorithms/mst.py -> build/lib/networkx/algorithms >copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms >copying networkx/algorithms/core.py -> build/lib/networkx/algorithms >copying networkx/algorithms/distance_measures.py -> build/lib/networkx/algorithms >copying networkx/algorithms/distance_regular.py -> build/lib/networkx/algorithms >copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms >copying networkx/algorithms/swap.py -> build/lib/networkx/algorithms >copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms >copying networkx/algorithms/operators.py -> build/lib/networkx/algorithms >copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms >copying networkx/algorithms/graphical.py -> build/lib/networkx/algorithms >copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms >copying networkx/algorithms/block.py -> build/lib/networkx/algorithms >copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms >copying networkx/algorithms/dag.py -> build/lib/networkx/algorithms >copying networkx/algorithms/product.py -> build/lib/networkx/algorithms >copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms >copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms >copying networkx/algorithms/richclub.py -> build/lib/networkx/algorithms >copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms >copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms >copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms >creating 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 >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 >creating build/lib/networkx/algorithms/bipartite >copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite >copying networkx/algorithms/bipartite/spectral.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/cluster.py -> build/lib/networkx/algorithms/bipartite >copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite >copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite >creating build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/flow_matrix.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/eigenvector.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/communicability_alg.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/betweenness.py -> build/lib/networkx/algorithms/centrality >copying networkx/algorithms/centrality/load.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/weakly_connected.py -> build/lib/networkx/algorithms/components >copying networkx/algorithms/components/biconnected.py -> build/lib/networkx/algorithms/components >copying networkx/algorithms/components/__init__.py -> build/lib/networkx/algorithms/components >copying networkx/algorithms/components/strongly_connected.py -> build/lib/networkx/algorithms/components >copying networkx/algorithms/components/attracting.py -> build/lib/networkx/algorithms/components >creating build/lib/networkx/algorithms/flow >copying networkx/algorithms/flow/maxflow.py -> 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 >creating build/lib/networkx/algorithms/traversal >copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal >copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal >copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal >creating build/lib/networkx/algorithms/isomorphism >copying networkx/algorithms/isomorphism/isomorph.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/matchhelpers.py -> build/lib/networkx/algorithms/isomorphism >copying networkx/algorithms/isomorphism/vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism >creating build/lib/networkx/algorithms/shortest_paths >copying networkx/algorithms/shortest_paths/unweighted.py -> build/lib/networkx/algorithms/shortest_paths >copying networkx/algorithms/shortest_paths/dense.py -> build/lib/networkx/algorithms/shortest_paths >copying networkx/algorithms/shortest_paths/weighted.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/astar.py -> build/lib/networkx/algorithms/shortest_paths >copying networkx/algorithms/shortest_paths/generic.py -> build/lib/networkx/algorithms/shortest_paths >creating 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 >copying networkx/algorithms/link_analysis/__init__.py -> build/lib/networkx/algorithms/link_analysis >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/_decorator.py -> build/lib/networkx/external/decorator >copying networkx/external/decorator/__init__.py -> build/lib/networkx/external/decorator >copying networkx/external/decorator/_decorator3.py -> build/lib/networkx/external/decorator >creating build/lib/networkx/generators >copying networkx/generators/hybrid.py -> build/lib/networkx/generators >copying networkx/generators/atlas.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/degree_seq.py -> build/lib/networkx/generators >copying networkx/generators/ego.py -> build/lib/networkx/generators >copying networkx/generators/directed.py -> build/lib/networkx/generators >copying networkx/generators/bipartite.py -> build/lib/networkx/generators >copying networkx/generators/intersection.py -> build/lib/networkx/generators >copying networkx/generators/line.py -> build/lib/networkx/generators >copying networkx/generators/threshold.py -> build/lib/networkx/generators >copying networkx/generators/random_graphs.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/classic.py -> build/lib/networkx/generators >copying networkx/generators/social.py -> build/lib/networkx/generators >copying networkx/generators/stochastic.py -> build/lib/networkx/generators >creating build/lib/networkx/drawing >copying networkx/drawing/layout.py -> build/lib/networkx/drawing >copying networkx/drawing/__init__.py -> build/lib/networkx/drawing >copying networkx/drawing/nx_pylab.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 >creating build/lib/networkx/linalg >copying networkx/linalg/graphmatrix.py -> build/lib/networkx/linalg >copying networkx/linalg/laplacianmatrix.py -> build/lib/networkx/linalg >copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg >copying networkx/linalg/__init__.py -> build/lib/networkx/linalg >copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg >creating build/lib/networkx/readwrite >copying networkx/readwrite/pajek.py -> build/lib/networkx/readwrite >copying networkx/readwrite/adjlist.py -> build/lib/networkx/readwrite >copying networkx/readwrite/gpickle.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/multiline_adjlist.py -> build/lib/networkx/readwrite >copying networkx/readwrite/nx_shp.py -> build/lib/networkx/readwrite >copying networkx/readwrite/gexf.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/nx_yaml.py -> build/lib/networkx/readwrite >copying networkx/readwrite/p2g.py -> build/lib/networkx/readwrite >copying networkx/readwrite/edgelist.py -> build/lib/networkx/readwrite >copying networkx/readwrite/gml.py -> build/lib/networkx/readwrite >creating build/lib/networkx/readwrite/json_graph >copying networkx/readwrite/json_graph/serialize.py -> build/lib/networkx/readwrite/json_graph >copying networkx/readwrite/json_graph/adjacency.py -> build/lib/networkx/readwrite/json_graph >copying networkx/readwrite/json_graph/tree.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 >creating 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_exceptions.py -> build/lib/networkx/tests >copying networkx/tests/test_convert_numpy.py -> build/lib/networkx/tests >copying networkx/tests/__init__.py -> build/lib/networkx/tests >copying networkx/tests/test_convert.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/utils >copying networkx/utils/misc.py -> build/lib/networkx/utils >copying networkx/utils/decorators.py -> build/lib/networkx/utils >copying networkx/utils/__init__.py -> build/lib/networkx/utils >copying networkx/utils/union_find.py -> build/lib/networkx/utils >copying networkx/utils/random_sequence.py -> build/lib/networkx/utils >copying networkx/utils/rcm.py -> build/lib/networkx/utils >creating build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_block.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_swap.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_euler.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_product.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_cluster.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_mst.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_operators.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests >copying networkx/algorithms/tests/test_graphical.py -> build/lib/networkx/algorithms/tests >creating 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_connectivity.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_pairs.py -> 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_mixing.py -> build/lib/networkx/algorithms/assortativity/tests >creating build/lib/networkx/algorithms/bipartite/tests >copying networkx/algorithms/bipartite/tests/test_project.py -> 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_cluster.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_centrality.py -> build/lib/networkx/algorithms/bipartite/tests >creating 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_load_centrality.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_eigenvector_centrality.py -> 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_betweenness_centrality.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_closeness_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_communicability.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_attracting.py -> 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_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_biconnected.py -> build/lib/networkx/algorithms/components/tests >creating build/lib/networkx/algorithms/flow/tests >copying networkx/algorithms/flow/tests/test_maxflow_large_graph.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.py -> build/lib/networkx/algorithms/flow/tests >creating build/lib/networkx/algorithms/traversal/tests >copying networkx/algorithms/traversal/tests/test_bfs.py -> build/lib/networkx/algorithms/traversal/tests >copying networkx/algorithms/traversal/tests/test_dfs.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_isomorphvf2.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/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 >copying networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> build/lib/networkx/algorithms/isomorphism/tests >copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> 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_astar.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_unweighted.py -> build/lib/networkx/algorithms/shortest_paths/tests >copying networkx/algorithms/shortest_paths/tests/test_dense.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/classes/tests >copying networkx/classes/tests/test_graph_historical.py -> build/lib/networkx/classes/tests >copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests >copying networkx/classes/tests/test_function.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_digraph_historical.py -> build/lib/networkx/classes/tests >copying networkx/classes/tests/test_graph.py -> build/lib/networkx/classes/tests >copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests >creating build/lib/networkx/generators/tests >copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_bipartite.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_threshold.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_classic.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_random_graphs.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_atlas.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_hybrid.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_small.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_random_clustered.py -> build/lib/networkx/generators/tests >copying networkx/generators/tests/test_directed.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_laplaican.py -> build/lib/networkx/linalg/tests >copying networkx/linalg/tests/test_graphmatrix.py -> build/lib/networkx/linalg/tests >copying networkx/linalg/tests/test_spectrum.py -> build/lib/networkx/linalg/tests >creating build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_gpickle.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_shp.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_p2g.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_sparsegraph6.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_yaml.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_leda.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests >copying networkx/readwrite/tests/test_graphml.py -> build/lib/networkx/readwrite/tests >creating build/lib/networkx/readwrite/json_graph/tests >copying networkx/readwrite/json_graph/tests/test_adjacency.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_tree.py -> build/lib/networkx/readwrite/json_graph/tests >copying networkx/readwrite/json_graph/tests/test_serialize.py -> build/lib/networkx/readwrite/json_graph/tests >creating build/lib/networkx/utils/tests >copying networkx/utils/tests/test_decorators.py -> build/lib/networkx/utils/tests >copying networkx/utils/tests/test_misc.py -> build/lib/networkx/utils/tests >copying networkx/utils/tests/test_random_sequence.py -> build/lib/networkx/utils/tests >copying networkx/utils/tests/test_rcm.py -> build/lib/networkx/utils/tests >warning: build_py: byte-compiling is disabled, skipping. > >>>> Source compiled. >>>> Test phase [not enabled]: dev-python/networkx-1.6 > >>>> Install networkx-1.6 into /var/tmp/portage/dev-python/networkx-1.6/image/ category dev-python >python3.2 setup.py install --root=/var/tmp/portage/dev-python/networkx-1.6/image/ --no-compile >running install >running build >running build_py >copying networkx/version.py -> build/lib/networkx >warning: build_py: byte-compiling is disabled, skipping. > >running install_lib >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64 >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2 >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >copying build/lib/networkx/version.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils/tests >copying build/lib/networkx/utils/tests/test_rcm.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils/tests >copying build/lib/networkx/utils/tests/test_random_sequence.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils/tests >copying build/lib/networkx/utils/tests/test_misc.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils/tests >copying build/lib/networkx/utils/tests/test_decorators.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils/tests >copying build/lib/networkx/utils/rcm.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >copying build/lib/networkx/utils/random_sequence.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >copying build/lib/networkx/utils/union_find.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >copying build/lib/networkx/utils/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >copying build/lib/networkx/utils/decorators.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >copying build/lib/networkx/utils/misc.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/utils >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/test_relabel.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/test_convert_scipy.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/test_convert.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/test_convert_numpy.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/test_exceptions.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/benchmark.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >copying build/lib/networkx/tests/test.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/tests >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_graphml.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_leda.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_yaml.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_sparsegraph6.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_gml.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_p2g.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_pajek.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_shp.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_gpickle.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >copying build/lib/networkx/readwrite/tests/test_gexf.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/tests >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests >copying build/lib/networkx/readwrite/json_graph/tests/test_serialize.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests >copying build/lib/networkx/readwrite/json_graph/tests/test_tree.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests >copying build/lib/networkx/readwrite/json_graph/tests/test_node_link.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests >copying build/lib/networkx/readwrite/json_graph/tests/test_adjacency.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests >copying build/lib/networkx/readwrite/json_graph/node_link.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >copying build/lib/networkx/readwrite/json_graph/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >copying build/lib/networkx/readwrite/json_graph/tree.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >copying build/lib/networkx/readwrite/json_graph/adjacency.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >copying build/lib/networkx/readwrite/json_graph/serialize.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >copying build/lib/networkx/readwrite/gml.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/edgelist.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/p2g.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/nx_yaml.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/sparsegraph6.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/graphml.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/gexf.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/nx_shp.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/multiline_adjlist.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/leda.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/gpickle.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/adjlist.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >copying build/lib/networkx/readwrite/pajek.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/readwrite >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg/tests >copying build/lib/networkx/linalg/tests/test_spectrum.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg/tests >copying build/lib/networkx/linalg/tests/test_graphmatrix.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg/tests >copying build/lib/networkx/linalg/tests/test_laplaican.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg/tests >copying build/lib/networkx/linalg/attrmatrix.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg >copying build/lib/networkx/linalg/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg >copying build/lib/networkx/linalg/spectrum.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg >copying build/lib/networkx/linalg/laplacianmatrix.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg >copying build/lib/networkx/linalg/graphmatrix.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/linalg >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing/tests >copying build/lib/networkx/drawing/tests/test_agraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing/tests >copying build/lib/networkx/drawing/tests/test_layout.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing/tests >copying build/lib/networkx/drawing/tests/test_pylab.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing/tests >copying build/lib/networkx/drawing/tests/test_pydot.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing/tests >copying build/lib/networkx/drawing/nx_agraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing >copying build/lib/networkx/drawing/nx_pydot.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing >copying build/lib/networkx/drawing/nx_pylab.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing >copying build/lib/networkx/drawing/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing >copying build/lib/networkx/drawing/layout.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/drawing >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_directed.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_random_clustered.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_small.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_degree_seq.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_hybrid.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_stochastic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_line.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_atlas.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_random_graphs.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_intersection.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_ego.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_classic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_threshold.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_bipartite.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/tests/test_geometric.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators/tests >copying build/lib/networkx/generators/stochastic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/social.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/classic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/random_clustered.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/geometric.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/random_graphs.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/threshold.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/line.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/intersection.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/bipartite.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/directed.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/ego.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/degree_seq.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/small.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/atlas.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >copying build/lib/networkx/generators/hybrid.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/generators >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/external >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/external/decorator >copying build/lib/networkx/external/decorator/_decorator3.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/external/decorator >copying build/lib/networkx/external/decorator/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/external/decorator >copying build/lib/networkx/external/decorator/_decorator.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/external/decorator >copying build/lib/networkx/external/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/external >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_multidigraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_graph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_digraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_multigraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_function.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/historical_tests.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/tests/test_graph_historical.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes/tests >copying build/lib/networkx/classes/multidigraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >copying build/lib/networkx/classes/graph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >copying build/lib/networkx/classes/multigraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >copying build/lib/networkx/classes/digraph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >copying build/lib/networkx/classes/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >copying build/lib/networkx/classes/function.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/classes >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_graphical.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_vitality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_matching.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_operators.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_mst.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_boundary.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_cluster.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_product.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_smetric.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_richclub.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_euler.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_core.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_mis.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_swap.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_clique.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_cycles.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_block.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >copying build/lib/networkx/algorithms/tests/test_dag.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/tests >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests >copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests >copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests >copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis >copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis >copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >copying build/lib/networkx/algorithms/isomorphism/matchhelpers.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests >copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests >copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests >copying build/lib/networkx/algorithms/traversal/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal >copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal >copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/traversal >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests >copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests >copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests >copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests >copying build/lib/networkx/algorithms/flow/mincost.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow >copying build/lib/networkx/algorithms/flow/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow >copying build/lib/networkx/algorithms/flow/maxflow.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/flow >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >copying build/lib/networkx/algorithms/components/tests/test_biconnected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >copying build/lib/networkx/algorithms/components/attracting.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >copying build/lib/networkx/algorithms/components/strongly_connected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >copying build/lib/networkx/algorithms/components/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >copying build/lib/networkx/algorithms/components/biconnected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >copying build/lib/networkx/algorithms/components/weakly_connected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >copying build/lib/networkx/algorithms/components/connected.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/components >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/community >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/community/tests >copying build/lib/networkx/algorithms/community/tests/test_kclique.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/community/tests >copying build/lib/networkx/algorithms/community/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/community >copying build/lib/networkx/algorithms/community/kclique.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/community >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/chordal >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/tests >copying build/lib/networkx/algorithms/chordal/tests/test_chordal.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/tests >copying build/lib/networkx/algorithms/chordal/chordal_alg.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/chordal >copying build/lib/networkx/algorithms/chordal/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/chordal >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_communicability.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >copying build/lib/networkx/algorithms/centrality/load.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/betweenness.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/closeness.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/communicability_alg.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >copying build/lib/networkx/algorithms/centrality/flow_matrix.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >copying build/lib/networkx/algorithms/bipartite/centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >copying build/lib/networkx/algorithms/bipartite/projection.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >copying build/lib/networkx/algorithms/bipartite/cluster.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >copying build/lib/networkx/algorithms/bipartite/basic.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >copying build/lib/networkx/algorithms/bipartite/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >copying build/lib/networkx/algorithms/bipartite/spectral.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/tests/test_mixing.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/tests/base_test.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/tests/test_pairs.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/tests/test_connectivity.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/tests/test_correlation.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >copying build/lib/networkx/algorithms/assortativity/connectivity.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >copying build/lib/networkx/algorithms/assortativity/mixing.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >copying build/lib/networkx/algorithms/assortativity/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >copying build/lib/networkx/algorithms/assortativity/correlation.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >copying build/lib/networkx/algorithms/assortativity/neighbor_degree.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >copying build/lib/networkx/algorithms/assortativity/pairs.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >copying build/lib/networkx/algorithms/mis.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/smetric.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/cycles.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/richclub.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/euler.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/vitality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/product.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/dag.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/matching.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/block.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/cluster.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/graphical.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/operators.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/isolate.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/swap.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/boundary.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/distance_regular.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/distance_measures.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/core.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/clique.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/algorithms/mst.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx/algorithms >copying build/lib/networkx/convert.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >copying build/lib/networkx/release.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >copying build/lib/networkx/relabel.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >copying build/lib/networkx/__init__.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >copying build/lib/networkx/exception.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx >warning: install_lib: byte-compiling is disabled, skipping. > >running install_data >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6 >copying INSTALL.txt -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6 >copying LICENSE.txt -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6 >copying README.txt -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6 >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/advanced >copying examples/advanced/heavy_metal_umlaut.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/advanced >copying examples/advanced/eigenvalues.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/advanced >copying examples/advanced/iterated_dynamical_systems.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/advanced >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/algorithms >copying examples/algorithms/davis_club.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/algorithms >copying examples/algorithms/blockmodel.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/algorithms >copying examples/algorithms/rcm.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/algorithms >copying examples/algorithms/krackhardt_centrality.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/algorithms >copying examples/algorithms/hartford_drug.edgelist -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/algorithms >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/basic >copying examples/basic/read_write.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/basic >copying examples/basic/properties.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/basic >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/3d_drawing >copying examples/3d_drawing/mayavi2_spring.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/3d_drawing >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/ego_graph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/atlas.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/four_grids.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/giant_component.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/sampson.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/chess_masters.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/unix_email.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/degree_histogram.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/node_colormap.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/knuth_miles.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/edge_colormap.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/simple_path.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/random_geometric_graph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/lanl_routes.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/house_with_colors.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/circular_tree.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/labels_and_colors.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/weighted_graph.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/chess_masters_WCC.pgn.bz2 -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/knuth_miles.txt.gz -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/unix_email.mbox -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >copying examples/drawing/lanl_routes.edgelist -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/drawing >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/roget.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/football.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/atlas.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/words.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/expected_degree_sequence.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/degree_sequence.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/karate_club.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/atlas2.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/unix_email.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/napoleon_russian_campaign.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/knuth_miles.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/erdos_renyi.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/knuth_miles.txt.gz -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/roget_dat.txt.gz -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/words_dat.txt.gz -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >copying examples/graph/unix_email.mbox -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/graph >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/multigraph >copying examples/multigraph/chess_masters.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/multigraph >copying examples/multigraph/chess_masters_WCC.pgn.bz2 -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/multigraph >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/pygraphviz >copying examples/pygraphviz/pygraphviz_simple.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/pygraphviz >copying examples/pygraphviz/pygraphviz_attributes.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/pygraphviz >copying examples/pygraphviz/write_dotfile.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/pygraphviz >copying examples/pygraphviz/pygraphviz_draw.py -> /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/pygraphviz >creating /var/tmp/portage/dev-python/networkx-1.6/image/usr/share/doc/networkx-1.6/examples/readwrite >running install_egg_info >Writing /var/tmp/portage/dev-python/networkx-1.6/image/usr/lib64/python3.2/site-packages/networkx-1.6-py3.2.egg-info >>>> Completed installing networkx-1.6 into /var/tmp/portage/dev-python/networkx-1.6/image/ > > >>>> Installing (1 of 1) dev-python/networkx-1.6 > * checking 272 files for package collisions >>>> Merging dev-python/networkx-1.6 to / >--- /usr/ >--- /usr/lib64/ >--- /usr/lib64/python3.2/ >--- /usr/lib64/python3.2/site-packages/ >--- /usr/lib64/python3.2/site-packages/networkx/ >>>> /usr/lib64/python3.2/site-packages/networkx/version.py >--- /usr/lib64/python3.2/site-packages/networkx/utils/ >--- /usr/lib64/python3.2/site-packages/networkx/utils/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_rcm.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_random_sequence.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_misc.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_decorators.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/rcm.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/random_sequence.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/union_find.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/decorators.py >>>> /usr/lib64/python3.2/site-packages/networkx/utils/misc.py >--- /usr/lib64/python3.2/site-packages/networkx/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/tests/test_relabel.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/test_convert_scipy.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/test_convert.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/test_convert_numpy.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/test_exceptions.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/benchmark.py >>>> /usr/lib64/python3.2/site-packages/networkx/tests/test.py >--- /usr/lib64/python3.2/site-packages/networkx/readwrite/ >--- /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_graphml.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_adjlist.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_leda.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_yaml.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_sparsegraph6.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_gml.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_p2g.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_edgelist.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_pajek.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_shp.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_gpickle.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_gexf.py >--- /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/ >--- /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_serialize.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_tree.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/node_link.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tree.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/adjacency.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/serialize.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/gml.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/edgelist.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/p2g.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/nx_yaml.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/sparsegraph6.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/graphml.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/gexf.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/nx_shp.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/multiline_adjlist.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/leda.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/gpickle.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/adjlist.py >>>> /usr/lib64/python3.2/site-packages/networkx/readwrite/pajek.py >--- /usr/lib64/python3.2/site-packages/networkx/linalg/ >--- /usr/lib64/python3.2/site-packages/networkx/linalg/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/tests/test_spectrum.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/tests/test_graphmatrix.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/tests/test_laplaican.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/attrmatrix.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/spectrum.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/laplacianmatrix.py >>>> /usr/lib64/python3.2/site-packages/networkx/linalg/graphmatrix.py >--- /usr/lib64/python3.2/site-packages/networkx/drawing/ >--- /usr/lib64/python3.2/site-packages/networkx/drawing/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_agraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_layout.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_pylab.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_pydot.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/nx_agraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/nx_pydot.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/nx_pylab.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/drawing/layout.py >--- /usr/lib64/python3.2/site-packages/networkx/generators/ >--- /usr/lib64/python3.2/site-packages/networkx/generators/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_directed.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_random_clustered.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_small.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_degree_seq.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_hybrid.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_stochastic.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_line.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_atlas.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_random_graphs.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_intersection.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_ego.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_classic.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_threshold.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_bipartite.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_geometric.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/stochastic.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/social.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/classic.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/random_clustered.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/geometric.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/random_graphs.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/threshold.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/line.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/intersection.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/bipartite.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/directed.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/ego.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/degree_seq.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/small.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/atlas.py >>>> /usr/lib64/python3.2/site-packages/networkx/generators/hybrid.py >--- /usr/lib64/python3.2/site-packages/networkx/external/ >--- /usr/lib64/python3.2/site-packages/networkx/external/decorator/ >>>> /usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator3.py >>>> /usr/lib64/python3.2/site-packages/networkx/external/decorator/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py >>>> /usr/lib64/python3.2/site-packages/networkx/external/__init__.py >--- /usr/lib64/python3.2/site-packages/networkx/classes/ >--- /usr/lib64/python3.2/site-packages/networkx/classes/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_multidigraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_graph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_digraph_historical.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_digraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_multigraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_function.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/historical_tests.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_graph_historical.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/multidigraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/graph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/multigraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/digraph.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/classes/function.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_graphical.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_vitality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_matching.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_distance_measures.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_operators.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_distance_regular.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_mst.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_boundary.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_cluster.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_product.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_smetric.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_richclub.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_euler.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_core.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_mis.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_swap.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_clique.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_cycles.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_block.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_dag.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/hits_alg.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/generic.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/astar.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/weighted.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/dense.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/unweighted.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/matchhelpers.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/isomorph.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests/test_dfs.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests/test_bfs.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/depth_first_search.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/breadth_first_search.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/test_maxflow.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/test_mincost.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/mincost.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/maxflow.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/components/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_biconnected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_connected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_attracting.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/attracting.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/strongly_connected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/biconnected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/weakly_connected.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/components/connected.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/community/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/community/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/community/tests/test_kclique.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/community/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/community/kclique.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/tests/test_chordal.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/chordal_alg.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/__init__.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_communicability.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/load.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/betweenness.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/closeness.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/current_flow_closeness.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/betweenness_subset.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/communicability_alg.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/degree_alg.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/eigenvector.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/flow_matrix.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_basic.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_project.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/centrality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/projection.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/cluster.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/basic.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/spectral.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/redundancy.py >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/ >--- /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/ >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/base_test.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/connectivity.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/mixing.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/correlation.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/neighbor_degree.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/pairs.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/mis.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/smetric.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/cycles.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/richclub.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/euler.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/vitality.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/product.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/dag.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/matching.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/block.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/cluster.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/graphical.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/operators.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/isolate.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/swap.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/boundary.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/distance_regular.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/distance_measures.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/core.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/clique.py >>>> /usr/lib64/python3.2/site-packages/networkx/algorithms/mst.py >>>> /usr/lib64/python3.2/site-packages/networkx/convert.py >>>> /usr/lib64/python3.2/site-packages/networkx/release.py >>>> /usr/lib64/python3.2/site-packages/networkx/relabel.py >>>> /usr/lib64/python3.2/site-packages/networkx/__init__.py >>>> /usr/lib64/python3.2/site-packages/networkx/exception.py >>>> /usr/lib64/python3.2/site-packages/networkx-1.6-py3.2.egg-info >--- /usr/share/ >--- /usr/share/doc/ >--- /usr/share/doc/networkx-1.6/ >>>> /usr/share/doc/networkx-1.6/README.txt.bz2 >>>> Safely unmerging already-installed instance... >No package files given... Grabbing a set. >--- replaced obj /usr/share/doc/networkx-1.6/README.txt.bz2 >--- replaced dir /usr/share/doc/networkx-1.6 >--- replaced dir /usr/share/doc >--- replaced dir /usr/share >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/version.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/union_find.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_rcm.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_random_sequence.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_misc.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/tests/test_decorators.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/utils/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/rcm.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/random_sequence.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/misc.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/decorators.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/utils/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/utils >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/test_relabel.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/test_exceptions.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/test_convert_scipy.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/test_convert_numpy.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/test_convert.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/test.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/benchmark.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/tests/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/release.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/relabel.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_yaml.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_sparsegraph6.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_shp.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_pajek.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_p2g.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_leda.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_graphml.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_gpickle.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_gml.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_gexf.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_edgelist.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/tests/test_adjlist.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/readwrite/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/sparsegraph6.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/pajek.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/p2g.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/nx_yaml.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/nx_shp.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/multiline_adjlist.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/leda.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tree.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_tree.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_serialize.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/serialize.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/node_link.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/adjacency.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/readwrite/json_graph >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/graphml.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/gpickle.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/gml.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/gexf.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/edgelist.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/adjlist.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/readwrite/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/readwrite >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/tests/test_spectrum.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/tests/test_laplaican.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/tests/test_graphmatrix.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/linalg/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/spectrum.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/laplacianmatrix.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/graphmatrix.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/attrmatrix.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/linalg/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/linalg >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/threshold.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_threshold.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_stochastic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_small.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_random_graphs.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_random_clustered.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_line.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_intersection.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_hybrid.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_geometric.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_ego.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_directed.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_degree_seq.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_classic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_bipartite.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/tests/test_atlas.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/generators/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/stochastic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/social.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/small.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/random_graphs.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/random_clustered.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/line.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/intersection.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/hybrid.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/geometric.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/ego.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/directed.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/degree_seq.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/classic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/bipartite.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/atlas.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/generators/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/generators >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator3.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/external/decorator/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/external/decorator >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/external/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/external >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/exception.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_pylab.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_pydot.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_layout.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/tests/test_agraph.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/drawing/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/nx_pylab.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/nx_pydot.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/nx_agraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/layout.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/drawing/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/drawing >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/convert.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_multigraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_multidigraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_graph_historical.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_graph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_function.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_digraph_historical.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/test_digraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/tests/historical_tests.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/classes/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/multigraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/multidigraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/graph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/function.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/digraph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/classes/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/classes >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/vitality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests/test_dfs.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests/test_bfs.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/depth_first_search.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/breadth_first_search.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/traversal >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_vitality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_swap.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_smetric.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_richclub.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_product.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_operators.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_mst.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_mis.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_matching.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_graphical.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_euler.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_distance_regular.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_distance_measures.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_dag.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_cycles.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_core.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_cluster.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_clique.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_boundary.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/tests/test_block.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/swap.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/smetric.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/weighted.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/unweighted.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/generic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/dense.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/astar.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/shortest_paths >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/richclub.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/product.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/operators.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/mst.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/mis.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/matching.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/hits_alg.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/link_analysis >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/matchhelpers.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/isomorph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/isomorphism >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/isolate.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/graphical.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/test_mincost.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests/test_maxflow.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/mincost.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/maxflow.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/flow/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/flow >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/euler.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/distance_regular.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/distance_measures.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/dag.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/cycles.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/core.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/weakly_connected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_connected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_biconnected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests/test_attracting.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/components/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/strongly_connected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/connected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/biconnected.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/attracting.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/components/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/components >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/community/tests/test_kclique.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/community/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/community/kclique.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/community/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/community >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/cluster.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/clique.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/tests/test_chordal.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/chordal_alg.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/chordal >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_communicability.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/load.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/flow_matrix.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/eigenvector.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/degree_alg.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/current_flow_closeness.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/communicability_alg.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/closeness.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/betweenness_subset.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/betweenness.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/centrality >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/boundary.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/block.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_project.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests/test_basic.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/spectral.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/redundancy.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/projection.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/cluster.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/centrality.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/basic.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/bipartite >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests/base_test.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/tests >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/pairs.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/neighbor_degree.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/mixing.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/correlation.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/connectivity.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms/assortativity >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/algorithms/__init__.py >--- replaced dir /usr/lib64/python3.2/site-packages/networkx/algorithms >--- replaced obj /usr/lib64/python3.2/site-packages/networkx/__init__.py >--- replaced obj /usr/lib64/python3.2/site-packages/networkx-1.6-py3.2.egg-info >--- replaced dir /usr/lib64/python3.2/site-packages/networkx >--- replaced dir /usr/lib64/python3.2/site-packages >--- replaced dir /usr/lib64/python3.2 >--- replaced dir /usr/lib64 >--- replaced dir /usr >>>> Original instance of package unmerged safely. > * Compilation and optimization of Python modules for CPython 3.2 ... > [ !! ] > * *** Error compiling '/usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py'... > * File "/usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py", line 153 > * exec code in evaldict > * ^ > * SyntaxError: invalid syntax >>>> dev-python/networkx-1.6 merged. > * Messages for package dev-python/networkx-1.6: > * Syntax errors / warnings in Python modules for CPython 3.2: > * *** Error compiling '/usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py'... > * File "/usr/lib64/python3.2/site-packages/networkx/external/decorator/_decorator.py", line 153 > * exec code in evaldict > * ^ > * SyntaxError: invalid syntax > > >>>> Auto-cleaning packages... > >>>> No outdated packages were found on your system. > > * GNU info directory index is up-to-date.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 481242
:
356144
| 356146