components/python/networkx/networkx-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/networkx/networkx-PYVER.p5m	Mon Apr 20 12:35:51 2015 -0700
@@ -0,0 +1,253 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+#
+
+# pyyaml and python-extra are only delivered for python 2.6
+<transform depend type=group fmri=library/python-2/pyyaml-27 -> drop>
+<transform depend type=require fmri=library/python-2/python-extra-27 -> drop>
+set name=pkg.fmri \
+    value=pkg:/library/python/networkx-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary \
+    value="Python language data structures for graphs, digraphs, and multigraphs"
+set name=pkg.description \
+    value="NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and function of complex networks. With NetworkX you can load and store networks in standard and nonstandard data formats, generate many types of random and classic networks, analyze network structure, build network models, design new network algorithms, draw networks, and much more."
+set name=com.oracle.info.description value="the Python NetworkX module"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Python
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream value="NetworkX <[email protected]>"
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2014/304
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/clique.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/clustering_coefficient.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/dominating_set.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/independent_set.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/matching.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/ramsey.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/approximation/vertex_cover.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/assortativity/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/assortativity/connectivity.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/assortativity/correlation.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/assortativity/mixing.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/assortativity/neighbor_degree.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/assortativity/pairs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/basic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/centrality.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/cluster.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/projection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/redundancy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/bipartite/spectral.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/block.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/boundary.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/betweenness.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/betweenness_subset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/closeness.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/communicability_alg.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/current_flow_betweenness.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/current_flow_closeness.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/degree_alg.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/dispersion.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/eigenvector.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/flow_matrix.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/katz.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/centrality/load.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/chordal/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/chordal/chordal_alg.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/clique.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/cluster.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/community/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/community/kclique.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/attracting.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/biconnected.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/connected.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/semiconnected.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/strongly_connected.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/components/weakly_connected.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/connectivity/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/connectivity/connectivity.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/connectivity/cuts.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/connectivity/stoerwagner.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/connectivity/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/core.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/cycles.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/dag.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/distance_measures.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/distance_regular.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/dominating.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/euler.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/capacityscaling.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/edmondskarp.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/fordfulkerson.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/maxflow.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/mincost.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/networksimplex.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/preflowpush.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/shortestaugmentingpath.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/flow/utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/graphical.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/hierarchy.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/isolate.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/isomorphism/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/isomorphism/isomorph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/isomorphism/isomorphvf2.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/isomorphism/matchhelpers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/isomorphism/vf2userfunc.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/link_analysis/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/link_analysis/hits_alg.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/link_analysis/pagerank_alg.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/link_prediction.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/matching.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/mis.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/mst.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/operators/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/operators/all.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/operators/binary.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/operators/product.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/operators/unary.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/richclub.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/shortest_paths/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/shortest_paths/astar.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/shortest_paths/dense.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/shortest_paths/generic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/shortest_paths/unweighted.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/shortest_paths/weighted.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/simple_paths.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/smetric.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/swap.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/traversal/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/traversal/breadth_first_search.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/traversal/depth_first_search.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/tree/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/tree/recognition.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/algorithms/vitality.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/classes/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/classes/digraph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/classes/function.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/classes/graph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/classes/multidigraph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/classes/multigraph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/convert.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/convert_matrix.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/drawing/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/drawing/layout.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/drawing/nx_agraph.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/drawing/nx_pydot.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/drawing/nx_pylab.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/exception.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/external/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/atlas.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/bipartite.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/classic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/community.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/degree_seq.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/directed.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/ego.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/geometric.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/hybrid.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/intersection.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/line.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/random_clustered.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/random_graphs.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/small.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/social.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/stochastic.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/generators/threshold.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/linalg/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/linalg/algebraicconnectivity.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/linalg/attrmatrix.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/linalg/graphmatrix.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/linalg/laplacianmatrix.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/linalg/spectrum.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/adjlist.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/edgelist.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/gexf.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/gml.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/gpickle.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/graph6.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/graphml.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/json_graph/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/json_graph/adjacency.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/json_graph/node_link.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/json_graph/tree.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/leda.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/multiline_adjlist.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/nx_shp.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/nx_yaml.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/p2g.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/pajek.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/readwrite/sparse6.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/relabel.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/release.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/contextmanagers.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/decorators.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/heaps.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/misc.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/random_sequence.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/rcm.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/utils/union_find.py
+file path=usr/lib/python$(PYVER)/vendor-packages/networkx/version.py
+#
+license LICENSE.txt license=BSD
+
+# force a group dependency on the optional pyyaml; pkgdepend work is needed to
+# flush this out.
+depend type=group fmri=library/python-2/pyyaml-$(PYV)
+
+# force a dependency on the Python runtime
+depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
+    pkg.debug.depend.path=usr/bin
+
+# force a dependency on python-extra; pkgdepend work is needed to flush this
+# out.
+depend type=require fmri=library/python-2/python-extra-$(PYV)
+
+# force a dependency on decorator; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/decorator-$(PYV)
+
+# force a dependency on the networkx package
+depend type=require \
+    fmri=library/python/networkx@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+
+# force a dependency on pyparsing; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python-2/pyparsing-$(PYV)