components/python/webtest/webtest-PYVER.p5m
changeset 1666 69d14d547e77
parent 1607 861db9bed008
child 1890 5a4ef66c42bf
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/webtest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25     value=pkg:/library/python/webtest-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.summary value="Helper to test WSGI applications"
    26 set name=pkg.summary value="Helper to test WSGI applications"
    27 set name=pkg.description \
    27 set name=pkg.description \
    28     value="The Python webtest module wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server."
    28     value="The Python webtest module wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server."
    29 set name=com.oracle.info.description value="the Python webtest module"
    29 set name=com.oracle.info.description value="the Python webtest module"
    30 set name=com.oracle.info.tpno value=14503
    30 set name=com.oracle.info.tpno value=14503
    53 file path=usr/lib/python$(PYVER)/vendor-packages/webtest/response.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/webtest/response.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/webtest/sel.py
    54 file path=usr/lib/python$(PYVER)/vendor-packages/webtest/sel.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/webtest/utils.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/webtest/utils.py
    56 license docs/license.txt license=MIT
    56 license docs/license.txt license=MIT
    57 
    57 
       
    58 # force the rename with an optional dependency on the old name
       
    59 depend type=optional \
       
    60     fmri=library/python-2/webtest-$(PYV)@2.0.6,5.12-5.12.0.0.0.41.0
       
    61 
    58 # force a dependency on the Python runtime
    62 # force a dependency on the Python runtime
    59 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    63 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
    60     pkg.debug.depend.path=usr/bin
    64     pkg.debug.depend.path=usr/bin
    61 
    65 
    62 # force a dependency on beautifulsoup4; pkgdepend work is needed to flush this
    66 # force a dependency on beautifulsoup4; pkgdepend work is needed to flush this
    63 # out.
    67 # out.
    64 depend type=require fmri=library/python-2/beautifulsoup4-$(PYV)
    68 depend type=require fmri=library/python/beautifulsoup4-$(PYV)
    65 
    69 
    66 # force a dependency on lxml; pkgdepend work is needed to flush this out.
    70 # force a dependency on lxml; pkgdepend work is needed to flush this out.
    67 depend type=require fmri=library/python-2/lxml-$(PYV)
    71 depend type=require fmri=library/python/lxml-$(PYV)
    68 
    72 
    69 # force a dependency on ordereddict; pkgdepend work is needed to flush this out.
    73 # force a dependency on ordereddict; pkgdepend work is needed to flush this out.
    70 $(PYTHON_2.6_ONLY)depend type=require fmri=library/python-2/ordereddict-26
    74 $(PYTHON_2.6_ONLY)depend type=require fmri=library/python/ordereddict-26
    71 
    75 
    72 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
    76 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
    73 # out.
    77 # out.
    74 depend type=require fmri=library/python-2/paste.deploy-$(PYV)
    78 depend type=require fmri=library/python/paste.deploy-$(PYV)
    75 
    79 
    76 # force a dependency on six; pkgdepend work is needed to flush this out.
    80 # force a dependency on six; pkgdepend work is needed to flush this out.
    77 depend type=require fmri=library/python-2/six-$(PYV)
    81 depend type=require fmri=library/python/six-$(PYV)
    78 
    82 
    79 # force a dependency on waitress; pkgdepend work is needed to flush this out.
    83 # force a dependency on waitress; pkgdepend work is needed to flush this out.
    80 depend type=require fmri=library/python-2/waitress-$(PYV)
    84 depend type=require fmri=library/python/waitress-$(PYV)
    81 
    85 
    82 # force a dependency on webob; pkgdepend work is needed to flush this out.
    86 # force a dependency on webob; pkgdepend work is needed to flush this out.
    83 depend type=require fmri=library/python-2/webob-$(PYV)
    87 depend type=require fmri=library/python/webob-$(PYV)
    84 
    88 
    85 # force a dependency on the webtest package
    89 # force a dependency on the webtest package
    86 depend type=require \
    90 depend type=require \
    87     fmri=library/python-2/webtest@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    91     fmri=library/python/webtest@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)