components/python/ply/ply-26.p5m
changeset 706 6e61f0012046
parent 484 63ed89d661a3
child 1205 6c6c27bcf9ac
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/ply-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/library/python-2/ply-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary value="Lex and yacc parsing tools for Python"
    25 set name=pkg.summary value="Lex and yacc parsing tools for Python"
    26 set name=pkg.description value="PLY is an implementation of lex and yacc parsing tools for Python"
    26 set name=pkg.description value="PLY is an implementation of lex and yacc parsing tools for Python"
    32 set name=org.opensolaris.arc-caseid \
    32 set name=org.opensolaris.arc-caseid \
    33     value=PSARC/2011/264
    33     value=PSARC/2011/264
    34 
    34 
    35 license ply.copyright license=LGPLv2.1
    35 license ply.copyright license=LGPLv2.1
    36 
    36 
    37 depend fmri=runtime/python-26 type=require
    37 # force a dependency on the Python 2.6 runtime
    38 depend fmri=library/python-2/[email protected] type=optional
    38 depend fmri=__TBD pkg.debug.depend.file=python2.6 \
       
    39        pkg.debug.depend.path=usr/bin type=require
       
    40 
       
    41 # force a dependency on the ply package
       
    42 depend fmri=library/python-2/ply@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    43     type=require
    39 
    44 
    40 dir path=usr
    45 dir path=usr
    41 dir path=usr/lib
    46 dir path=usr/lib
    42 dir path=usr/lib/python2.6
    47 dir path=usr/lib/python2.6
    43 dir path=usr/lib/python2.6/vendor-packages
    48 dir path=usr/lib/python2.6/vendor-packages