components/python/coverage/coverage-26.p5m
changeset 394 dffc35307ef2
child 445 f383012adc1a
equal deleted inserted replaced
393:b6a26174ccce 394:dffc35307ef2
       
     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) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri value=pkg:/library/python-2/coverage-26@$(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="http://nedbatchelder.com/code/coverage/"
       
    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=opensolaris.arc_url \
       
    33     value=http://arc.opensolaris.org/caselog/PSARC/2011/260
       
    34 
       
    35 license coverage.copyright license=BSD
       
    36 license jquery.copyright license=MIT
       
    37 
       
    38 dir path=usr
       
    39 dir path=usr/lib
       
    40 dir path=usr/lib/python2.6
       
    41 dir path=usr/lib/python2.6/vendor-packages
       
    42 dir path=usr/lib/python2.6/vendor-packages/coverage
       
    43 dir \
       
    44     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info
       
    45 dir path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles
       
    46 file path=usr/bin/coverage
       
    47 file \
       
    48     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/PKG-INFO
       
    49 file \
       
    50     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/SOURCES.txt
       
    51 file \
       
    52     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/dependency_links.txt
       
    53 file \
       
    54     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/entry_points.txt
       
    55 file \
       
    56     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/not-zip-safe
       
    57 file \
       
    58     path=usr/lib/python2.6/vendor-packages/coverage-$(COMPONENT_VERSION)-py2.6.egg-info/top_level.txt
       
    59 file path=usr/lib/python2.6/vendor-packages/coverage/__init__.py
       
    60 file path=usr/lib/python2.6/vendor-packages/coverage/annotate.py
       
    61 file path=usr/lib/python2.6/vendor-packages/coverage/backward.py
       
    62 file path=usr/lib/python2.6/vendor-packages/coverage/bytecode.py
       
    63 file path=usr/lib/python2.6/vendor-packages/coverage/cmdline.py
       
    64 file path=usr/lib/python2.6/vendor-packages/coverage/codeunit.py
       
    65 file path=usr/lib/python2.6/vendor-packages/coverage/collector.py
       
    66 file path=usr/lib/python2.6/vendor-packages/coverage/control.py
       
    67 file path=usr/lib/python2.6/vendor-packages/coverage/data.py
       
    68 file path=usr/lib/python2.6/vendor-packages/coverage/execfile.py
       
    69 file path=usr/lib/python2.6/vendor-packages/coverage/files.py
       
    70 file path=usr/lib/python2.6/vendor-packages/coverage/html.py
       
    71 file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/index.html
       
    72 file \
       
    73     path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/jquery-1.3.2.min.js
       
    74 file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/pyfile.html
       
    75 file path=usr/lib/python2.6/vendor-packages/coverage/htmlfiles/style.css
       
    76 file path=usr/lib/python2.6/vendor-packages/coverage/misc.py
       
    77 file path=usr/lib/python2.6/vendor-packages/coverage/parser.py
       
    78 file path=usr/lib/python2.6/vendor-packages/coverage/phystokens.py
       
    79 file path=usr/lib/python2.6/vendor-packages/coverage/report.py
       
    80 file path=usr/lib/python2.6/vendor-packages/coverage/results.py
       
    81 file path=usr/lib/python2.6/vendor-packages/coverage/summary.py
       
    82 file path=usr/lib/python2.6/vendor-packages/coverage/templite.py
       
    83 file path=usr/lib/python2.6/vendor-packages/coverage/tracer.so
       
    84 file path=usr/lib/python2.6/vendor-packages/coverage/xmlreport.py