components/python/coverage/coverage-27.p5m
changeset 751 32bfb3fa9b60
child 1205 6c6c27bcf9ac
child 2551 0391c5c3b137
equal deleted inserted replaced
750:9da3e3e3c604 751:32bfb3fa9b60
       
     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 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/library/python-2/coverage-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    25 set name=pkg.summary value="The coverage.py Python code coverage tool"
       
    26 set name=pkg.description value="Coverage measures Python code coverage, typically during test execution."
       
    27 set name=info.classification value="org.opensolaris.category.2008:Development/Python"
       
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    29 set name=info.upstream value="Ned Batchelder <[email protected]>"
       
    30 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    31 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    32 set name=org.opensolaris.arc-caseid \
       
    33     value=PSARC/2011/260
       
    34 
       
    35 license coverage.copyright license=BSD
       
    36 # the packaging software treats the license= attribute as the key, so
       
    37 # we need to name them differently or the tools will fail to deal with
       
    38 # the fact that they are really different license files.
       
    39 license jquery.copyright license=MIT-1
       
    40 license jquery.isonscreen.copyright license=MIT-2
       
    41 
       
    42 # force a dependency on the Python 2.7 runtime
       
    43 depend fmri=__TBD pkg.debug.depend.file=python2.7 \
       
    44        pkg.debug.depend.path=usr/bin type=require
       
    45 
       
    46 # force a dependency on the coverage package
       
    47 depend fmri=library/python-2/coverage@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) type=require
       
    48 
       
    49 dir path=usr
       
    50 dir path=usr/bin
       
    51 dir path=usr/lib
       
    52 dir path=usr/lib/python2.7
       
    53 dir path=usr/lib/python2.7/vendor-packages
       
    54 dir path=usr/lib/python2.7/vendor-packages/coverage
       
    55 dir path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info
       
    56 dir path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles
       
    57 file path=usr/bin/coverage2.7 pkg.depend.bypass-generate=.*
       
    58 file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/dependency_links.txt
       
    59 file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/entry_points.txt
       
    60 file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe
       
    61 file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/PKG-INFO
       
    62 file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/SOURCES.txt
       
    63 file path=usr/lib/python2.7/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
       
    64 file path=usr/lib/python2.7/vendor-packages/coverage/__init__.py
       
    65 file path=usr/lib/python2.7/vendor-packages/coverage/__main__.py
       
    66 file path=usr/lib/python2.7/vendor-packages/coverage/annotate.py
       
    67 file path=usr/lib/python2.7/vendor-packages/coverage/backward.py
       
    68 file path=usr/lib/python2.7/vendor-packages/coverage/bytecode.py
       
    69 file path=usr/lib/python2.7/vendor-packages/coverage/cmdline.py
       
    70 file path=usr/lib/python2.7/vendor-packages/coverage/codeunit.py
       
    71 file path=usr/lib/python2.7/vendor-packages/coverage/collector.py
       
    72 file path=usr/lib/python2.7/vendor-packages/coverage/config.py
       
    73 file path=usr/lib/python2.7/vendor-packages/coverage/control.py
       
    74 file path=usr/lib/python2.7/vendor-packages/coverage/data.py
       
    75 file path=usr/lib/python2.7/vendor-packages/coverage/execfile.py
       
    76 file path=usr/lib/python2.7/vendor-packages/coverage/files.py
       
    77 file path=usr/lib/python2.7/vendor-packages/coverage/html.py
       
    78 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/coverage_html.js
       
    79 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/index.html
       
    80 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery-1.4.3.min.js
       
    81 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.hotkeys.js
       
    82 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.isonscreen.js
       
    83 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/jquery.tablesorter.min.js
       
    84 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/keybd_closed.png
       
    85 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/keybd_open.png
       
    86 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/pyfile.html
       
    87 file path=usr/lib/python2.7/vendor-packages/coverage/htmlfiles/style.css
       
    88 file path=usr/lib/python2.7/vendor-packages/coverage/misc.py
       
    89 file path=usr/lib/python2.7/vendor-packages/coverage/parser.py
       
    90 file path=usr/lib/python2.7/vendor-packages/coverage/phystokens.py
       
    91 file path=usr/lib/python2.7/vendor-packages/coverage/report.py
       
    92 file path=usr/lib/python2.7/vendor-packages/coverage/results.py
       
    93 file path=usr/lib/python2.7/vendor-packages/coverage/summary.py
       
    94 file path=usr/lib/python2.7/vendor-packages/coverage/templite.py
       
    95 file path=usr/lib/python2.7/vendor-packages/coverage/tracer.so
       
    96 file path=usr/lib/python2.7/vendor-packages/coverage/xmlreport.py
       
    97 link path=usr/bin/coverage target=coverage2.7 \
       
    98     mediator=python mediator-version=2.7
       
    99