components/python/paste/paste-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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 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/paste-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/paste-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary \
    26 set name=pkg.summary \
    27     value="Tools for using a Web Server Gateway Interface stack"
    27     value="Tools for using a Web Server Gateway Interface stack"
    28 set name=pkg.description \
    28 set name=pkg.description \
    29     value='Paste provides several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.'
    29     value='Paste provides several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces.'
    30 set name=com.oracle.info.description value="the Python paste module"
    30 set name=com.oracle.info.description value="the Python paste module"
   134 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/threadinglocal.py
   134 file path=usr/lib/python$(PYVER)/vendor-packages/paste/util/threadinglocal.py
   135 file path=usr/lib/python$(PYVER)/vendor-packages/paste/wsgilib.py
   135 file path=usr/lib/python$(PYVER)/vendor-packages/paste/wsgilib.py
   136 file path=usr/lib/python$(PYVER)/vendor-packages/paste/wsgiwrappers.py
   136 file path=usr/lib/python$(PYVER)/vendor-packages/paste/wsgiwrappers.py
   137 license paste.license license="MIT, PSF"
   137 license paste.license license="MIT, PSF"
   138 
   138 
       
   139 # force the rename with an optional dependency on the old name
       
   140 depend type=optional \
       
   141     fmri=library/python-2/paste-$(PYV)@1.7.5.1,5.11-0.175.3.0.0.16.0
       
   142 
   139 # force a dependency on the Python runtime
   143 # force a dependency on the Python runtime
   140 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   144 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   141     pkg.debug.depend.path=usr/bin
   145     pkg.debug.depend.path=usr/bin
   142 
   146 
   143 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
   147 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
   144 # out.
   148 # out.
   145 depend type=require fmri=library/python-2/paste.deploy-$(PYV)
   149 depend type=require fmri=library/python/paste.deploy-$(PYV)
   146 
   150 
   147 # force a dependency on the paste package
   151 # force a dependency on the paste package
   148 depend type=require \
   152 depend type=require \
   149     fmri=library/python-2/paste@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   153     fmri=library/python/paste@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)