components/python/pytest-codecheckers/pytest-codecheckers-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-codecheckers-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pytest-codecheckers-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="A pytest plugin to add source code sanity checks (pep8 and friends)"
    27     value="A pytest plugin to add source code sanity checks (pep8 and friends)"
    28 set name=pkg.description \
    28 set name=pkg.description \
    29     value="The codecheckers pytest plugin runs pyflakes, pep8 and other configurable checks on Python files."
    29     value="The codecheckers pytest plugin runs pyflakes, pep8 and other configurable checks on Python files."
    30 set name=com.oracle.info.description \
    30 set name=com.oracle.info.description \
    46 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_codecheckers-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    46 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_codecheckers-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    47 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_codecheckers-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    47 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_codecheckers-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    48 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_codecheckers-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    48 file path=usr/lib/python$(PYVER)/vendor-packages/pytest_codecheckers-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    49 license pytest-codecheckers.license license=MIT
    49 license pytest-codecheckers.license license=MIT
    50 
    50 
       
    51 # force the rename with an optional dependency on the old name
       
    52 depend type=optional \
       
    53     fmri=library/python-2/pytest-codecheckers-$(PYV)@0.2,5.11-0.175.3.0.0.16.0
       
    54 
    51 # force a dependency on the Python runtime
    55 # force a dependency on the Python runtime
    52 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    56 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    53     pkg.debug.depend.path=usr/bin
    57     pkg.debug.depend.path=usr/bin
    54 
    58 
    55 # force a dependency on pep8; pkgdepend work is needed to flush this out.
    59 # force a dependency on pep8; pkgdepend work is needed to flush this out.
    56 depend type=require fmri=library/python-2/pep8-$(PYV)
    60 depend type=require fmri=library/python/pep8-$(PYV)
    57 
    61 
    58 # force a dependency on py; pkgdepend work is needed to flush this out.
    62 # force a dependency on py; pkgdepend work is needed to flush this out.
    59 depend type=require fmri=library/python-2/py-$(PYV)
    63 depend type=require fmri=library/python/py-$(PYV)
    60 
    64 
    61 # force a dependency on pyflakes; pkgdepend work is needed to flush this out.
    65 # force a dependency on pyflakes; pkgdepend work is needed to flush this out.
    62 depend type=require fmri=library/python-2/pyflakes-$(PYV)
    66 depend type=require fmri=library/python/pyflakes-$(PYV)
    63 
    67 
    64 # force a dependency on pytest
    68 # force a dependency on pytest
    65 depend type=require fmri=library/python-2/pytest-$(PYV)
    69 depend type=require fmri=library/python/pytest-$(PYV)
    66 
    70 
    67 # force a dependency on the pytest-codecheckers package
    71 # force a dependency on the pytest-codecheckers package
    68 depend type=require \
    72 depend type=require \
    69     fmri=library/python-2/pytest-codecheckers@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    73     fmri=library/python/pytest-codecheckers@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)