components/python/networkx/networkx-GENFRAG.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
child 6796 a5a8a214aa90
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 # we have to reverse the autopyc transform for stuff in /usr/share/doc
       
    27 # since there are only py files there
       
    28 <transform file path=usr/share/doc/.+\.pyc$ -> drop>
       
    29 #
       
    30 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/README.txt
       
    31 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/3d_drawing/mayavi2_spring.py
       
    32 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/advanced/eigenvalues.py
       
    33 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/advanced/heavy_metal_umlaut.py
       
    34 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/advanced/iterated_dynamical_systems.py
       
    35 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/advanced/parallel_betweenness.py
       
    36 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/algorithms/blockmodel.py
       
    37 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/algorithms/davis_club.py
       
    38 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/algorithms/hartford_drug.edgelist
       
    39 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/algorithms/krackhardt_centrality.py
       
    40 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/algorithms/rcm.py
       
    41 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/basic/properties.py
       
    42 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/basic/read_write.py
       
    43 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/atlas.py
       
    44 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/chess_masters.py
       
    45 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/chess_masters_WCC.pgn.bz2
       
    46 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/circular_tree.py
       
    47 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/degree_histogram.py
       
    48 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/edge_colormap.py
       
    49 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/ego_graph.py
       
    50 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/four_grids.py
       
    51 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/giant_component.py
       
    52 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/house_with_colors.py
       
    53 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/knuth_miles.py
       
    54 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/knuth_miles.txt.gz
       
    55 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/labels_and_colors.py
       
    56 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/lanl_routes.edgelist
       
    57 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/lanl_routes.py
       
    58 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/node_colormap.py
       
    59 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/random_geometric_graph.py
       
    60 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/sampson.py
       
    61 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/simple_path.py
       
    62 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/unix_email.mbox
       
    63 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/unix_email.py
       
    64 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/drawing/weighted_graph.py
       
    65 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/atlas.py
       
    66 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/atlas2.py
       
    67 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/degree_sequence.py
       
    68 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/erdos_renyi.py
       
    69 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/expected_degree_sequence.py
       
    70 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/football.py
       
    71 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/karate_club.py
       
    72 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/knuth_miles.py
       
    73 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/knuth_miles.txt.gz
       
    74 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/napoleon_russian_campaign.py
       
    75 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/roget.py
       
    76 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/roget_dat.txt.gz
       
    77 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/unix_email.mbox
       
    78 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/unix_email.py
       
    79 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/words.py
       
    80 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/graph/words_dat.txt.gz
       
    81 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/multigraph/chess_masters.py
       
    82 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/multigraph/chess_masters_WCC.pgn.bz2
       
    83 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/pygraphviz/pygraphviz_attributes.py
       
    84 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/pygraphviz/pygraphviz_draw.py
       
    85 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/pygraphviz/pygraphviz_simple.py
       
    86 file path=usr/share/doc/networkx-$(COMPONENT_VERSION)/examples/pygraphviz/write_dotfile.py
       
    87 #
       
    88 license LICENSE.txt license=BSD