components/python/pyflakes/pyflakes-PYVER.p5m
changeset 1666 69d14d547e77
parent 1607 861db9bed008
child 1948 2d1537e7942d
equal deleted inserted replaced
1665:9e945128be3b 1666:69d14d547e77
    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, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2014, 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/pyflakes-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/pyflakes-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="passive checker of Python programs"
    26 set name=pkg.summary value="passive checker of Python programs"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="Pyflakes analyzes programs and detects various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster."
    28     value="Pyflakes analyzes programs and detects various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster."
    29 set name=com.oracle.info.description value="the Python pyflakes module"
    29 set name=com.oracle.info.description value="the Python pyflakes module"
    30 set name=com.oracle.info.tpno value=14503
    30 set name=com.oracle.info.tpno value=14503
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pyflakes/reporter.py
    50 file path=usr/lib/python$(PYVER)/vendor-packages/pyflakes/reporter.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pyflakes/scripts/__init__.py
    51 file path=usr/lib/python$(PYVER)/vendor-packages/pyflakes/scripts/__init__.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/pyflakes/scripts/pyflakes.py
    52 file path=usr/lib/python$(PYVER)/vendor-packages/pyflakes/scripts/pyflakes.py
    53 license LICENSE license=MIT
    53 license LICENSE license=MIT
    54 
    54 
       
    55 # force the rename with an optional dependency on the old name
       
    56 depend type=optional \
       
    57     fmri=library/python-2/pyflakes-$(PYV)@0.7.2,5.12-5.12.0.0.0.41.0
       
    58 
    55 # force a dependency on the pyflakes package
    59 # force a dependency on the pyflakes package
    56 depend type=require \
    60 depend type=require \
    57     fmri=library/python-2/pyflakes@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    61     fmri=library/python/pyflakes@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)