components/python/coverage/coverage-26.p5m
changeset 706 6e61f0012046
parent 609 775168282b2f
child 751 32bfb3fa9b60
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/library/python-2/coverage-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    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"
    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."
    26 set name=pkg.description value="Coverage measures Python code coverage, typically during test execution."
    37 # we need to name them differently or the tools will fail to deal with
    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.
    38 # the fact that they are really different license files.
    39 license jquery.copyright license=MIT-1
    39 license jquery.copyright license=MIT-1
    40 license jquery.isonscreen.copyright license=MIT-2
    40 license jquery.isonscreen.copyright license=MIT-2
    41 
    41 
    42 depend fmri=library/python-2/[email protected] type=optional
    42 # force a dependency on the Python 2.6 runtime
       
    43 depend fmri=__TBD pkg.debug.depend.file=python2.6 \
       
    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
    43 
    48 
    44 dir path=usr
    49 dir path=usr
    45 dir path=usr/bin
    50 dir path=usr/bin
    46 dir path=usr/lib
    51 dir path=usr/lib
    47 dir path=usr/lib/python2.6
    52 dir path=usr/lib/python2.6