components/python/osprofiler/osprofiler-PYVER.p5m
branchs11u2-sru
changeset 4156 4b1def16fe9b
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 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
       
    23 #
       
    24 
       
    25 set name=pkg.fmri \
       
    26     value=pkg:/library/python/osprofiler-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    27 set name=pkg.summary value="OpenStack Profiler Library"
       
    28 set name=pkg.description \
       
    29     value="OSProfiler is an OpenStack cross-project profiling library.  It can be used by OpenStack projects and their Python client libraries to generate a trace per request that goes through all relevant services and then builds a tree of calls."
       
    30 set name=com.oracle.info.description value="the Python OSProfiler module"
       
    31 set name=com.oracle.info.tpno value=$(TPNO)
       
    32 set name=info.classification \
       
    33     value=org.opensolaris.category.2008:Development/Python
       
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    35 set name=info.upstream value="OpenStack <[email protected]>"
       
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    37 set name=org.opensolaris.arc-caseid value=PSARC/2015/065
       
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    39 #
       
    40 link path=usr/bin/osprofiler target=osprofiler-$(PYVER) mediator=python \
       
    41     mediator-version=$(PYVER)
       
    42 file path=usr/bin/osprofiler-$(PYVER)
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    44 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    45 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    46 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
       
    47 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    48 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    50 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/__init__.py
       
    51 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/_notifiers/__init__.py
       
    52 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/_notifiers/base.py
       
    53 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/_notifiers/messaging.py
       
    54 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/_utils.py
       
    55 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/cmd/__init__.py
       
    56 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/cmd/cliutils.py
       
    57 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/cmd/commands.py
       
    58 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/cmd/exc.py
       
    59 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/cmd/shell.py
       
    60 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/cmd/template.html
       
    61 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/notifier.py
       
    62 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/parsers/__init__.py
       
    63 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/parsers/ceilometer.py
       
    64 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/profiler.py
       
    65 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/sqlalchemy.py
       
    66 file path=usr/lib/python$(PYVER)/vendor-packages/osprofiler/web.py
       
    67 #
       
    68 license LICENSE license="Apache v2.0"
       
    69 
       
    70 # force a dependency on argparse; pkgdepend work is needed to flush this out.
       
    71 depend type=require fmri=library/python-2/argparse-$(PYV)
       
    72 
       
    73 # force a dependency on ceilometerclient; pkgdepend work is needed to flush this
       
    74 # out.
       
    75 depend type=require fmri=library/python/ceilometerclient-$(PYV)
       
    76 
       
    77 # force a dependency on the osprofiler package
       
    78 depend type=require \
       
    79     fmri=library/python/osprofiler@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    80 
       
    81 # force a dependency on six; pkgdepend work is needed to flush this out.
       
    82 depend type=require fmri=library/python/six-$(PYV)
       
    83 
       
    84 # force a dependency on webob; pkgdepend work is needed to flush this out.
       
    85 depend type=require fmri=library/python-2/webob-$(PYV)