components/python/pytest-cov/pytest-cov-PYVER.p5m
branchs11-update
changeset 3704 69ab8eca01c5
parent 3661 47545fb8aed4
equal deleted inserted replaced
3698:9c01a3410e89 3704:69ab8eca01c5
    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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri \
    24 set name=pkg.fmri \
    25     value=pkg:/library/python-2/pytest-cov-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pytest-cov-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="A pytest plugin for coverage reporting"
    26 set name=pkg.summary value="A pytest plugin for coverage reporting"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="A pytest plugin that produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses."
    28     value="A pytest plugin that produces coverage reports. It supports centralised testing and distributed testing in both load and each modes. It also supports coverage of subprocesses."
    29 set name=com.oracle.info.description value="the Python pytest-cov module"
    29 set name=com.oracle.info.description value="the Python pytest-cov module"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    30 set name=com.oracle.info.tpno value=$(TPNO)
    42 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_cov-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    42 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_cov-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_cov-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    43 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_cov-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    44 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_cov.py
    44 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_cov.py
    45 license LICENSE.txt license=MIT
    45 license LICENSE.txt license=MIT
    46 
    46 
       
    47 # force the rename with an optional dependency on the old name
       
    48 depend type=optional \
       
    49     fmri=library/python-2/pytest-cov-$(PYV)@1.6,5.11-0.175.3.0.0.16.0
       
    50 
    47 # force a dependency on the Python runtime
    51 # force a dependency on the Python runtime
    48 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    52 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    49     pkg.debug.depend.path=usr/bin
    53     pkg.debug.depend.path=usr/bin
    50 
    54 
    51 # force a dependency on cov-core; pkgdepend work is needed to flush this out.
    55 # force a dependency on cov-core; pkgdepend work is needed to flush this out.
    52 depend type=require fmri=library/python-2/cov-core-$(PYV)
    56 depend type=require fmri=library/python/cov-core-$(PYV)
    53 
    57 
    54 # force a dependency on pytest
    58 # force a dependency on pytest
    55 depend type=require fmri=library/python-2/pytest-$(PYV)
    59 depend type=require fmri=library/python/pytest-$(PYV)
    56 
    60 
    57 # force a dependency on the pytest-cov package
    61 # force a dependency on the pytest-cov package
    58 depend type=require \
    62 depend type=require \
    59     fmri=library/python-2/pytest-cov@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    63     fmri=library/python/pytest-cov@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)