components/python/paste.deploy/paste.deploy-PYVER.p5m
changeset 1890 5a4ef66c42bf
parent 1666 69d14d547e77
child 1948 2d1537e7942d
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    15 # If applicable, add the following below this CDDL HEADER, with the
    15 # If applicable, add the following below this CDDL HEADER, with the
    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 #
       
    21 
    20 #
    22 #
    21 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    24 #
    23 
    25 
    24 set name=pkg.fmri \
    26 set name=pkg.fmri \
    55 file path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
    57 file path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/+package+/wsgiapp.py_tmpl
    56 file path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
    58 file path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
    57 file path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/util.py
    59 file path=usr/lib/python$(PYVER)/vendor-packages/paste/deploy/util.py
    58 license docs/license.txt license=MIT
    60 license docs/license.txt license=MIT
    59 
    61 
       
    62 # force the rename with an optional dependency on the old name
       
    63 depend type=optional \
       
    64     fmri=library/python-2/paste.deploy-$(PYV)@1.5.0,5.12-5.12.0.0.0.41.0
       
    65 
    60 # force a dependency on the Python runtime
    66 # force a dependency on the Python runtime
    61 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    67 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    62     pkg.debug.depend.path=usr/bin
    68     pkg.debug.depend.path=usr/bin
       
    69 
       
    70 # force a dependency on paste; pkgdepend work is needed to flush this out.
       
    71 depend type=require fmri=library/python/paste-$(PYV)
    63 
    72 
    64 # force a dependency on the paste.deploy package
    73 # force a dependency on the paste.deploy package
    65 depend type=require \
    74 depend type=require \
    66     fmri=library/python/paste.deploy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    75     fmri=library/python/paste.deploy@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    67 
    76 
    68 # force the rename with an optional dependency on the old name
    77 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
    69 depend type=optional \
    78 depend type=require fmri=library/python/setuptools-$(PYV)
    70     fmri=library/python-2/paste.deploy-$(PYV)@1.5.0,5.12-5.12.0.0.0.41.0