components/python/ply/ply-PYVER.p5m
changeset 6094 431c5a0be3f8
parent 5109 5d341c4a6b80
equal deleted inserted replaced
6093:89cd363fa5c9 6094:431c5a0be3f8
    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, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, 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/ply-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/ply-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Lex and yacc parsing tools for Python"
    26 set name=pkg.summary value="Lex and yacc parsing tools for Python"
    44 file path=usr/lib/python$(PYVER)/vendor-packages/ply/__init__.py
    44 file path=usr/lib/python$(PYVER)/vendor-packages/ply/__init__.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/ply/cpp.py
    45 file path=usr/lib/python$(PYVER)/vendor-packages/ply/cpp.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/ply/ctokens.py
    46 file path=usr/lib/python$(PYVER)/vendor-packages/ply/ctokens.py
    47 file path=usr/lib/python$(PYVER)/vendor-packages/ply/lex.py
    47 file path=usr/lib/python$(PYVER)/vendor-packages/ply/lex.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/ply/yacc.py
    48 file path=usr/lib/python$(PYVER)/vendor-packages/ply/yacc.py
       
    49 file path=usr/lib/python$(PYVER)/vendor-packages/ply/ygen.py
    49 #
    50 #
    50 license ply.license license=BSD
    51 license ply.license license=BSD
    51 
    52 
    52 # force the rename with an optional dependency on the old name
    53 # force the rename with an optional dependency on the old name
    53 depend type=optional fmri=library/python-2/ply-$(PYV)@3.1,5.12-5.12.0.0.0.41.0
    54 depend type=optional fmri=library/python-2/ply-$(PYV)@3.1,5.12-5.12.0.0.0.41.0