components/python/eventlet/eventlet-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 \
   117 file path=usr/lib/python$(PYVER)/vendor-packages/eventlet/util.py
   119 file path=usr/lib/python$(PYVER)/vendor-packages/eventlet/util.py
   118 file path=usr/lib/python$(PYVER)/vendor-packages/eventlet/websocket.py
   120 file path=usr/lib/python$(PYVER)/vendor-packages/eventlet/websocket.py
   119 file path=usr/lib/python$(PYVER)/vendor-packages/eventlet/wsgi.py
   121 file path=usr/lib/python$(PYVER)/vendor-packages/eventlet/wsgi.py
   120 license eventlet.license license="MIT, Apache 2.0, BSD"
   122 license eventlet.license license="MIT, Apache 2.0, BSD"
   121 
   123 
       
   124 # force a group dependency on the optional pyopenssl; pkgdepend work is needed
       
   125 # to flush this out.
       
   126 depend type=group fmri=library/python/pyopenssl-$(PYV)
       
   127 
       
   128 # force a group dependency on the optional setuptools; pkgdepend work is needed
       
   129 # to flush this out.
       
   130 depend type=group fmri=library/python/setuptools-$(PYV)
       
   131 
       
   132 # force the rename with an optional dependency on the old name
       
   133 depend type=optional \
       
   134     fmri=library/python-2/eventlet-$(PYV)@0.13.0,5.12-5.12.0.0.0.41.0
       
   135 
   122 # force a dependency on the Python runtime
   136 # force a dependency on the Python runtime
   123 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   137 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
   124     pkg.debug.depend.path=usr/bin
   138     pkg.debug.depend.path=usr/bin
   125 
   139 
   126 # force a dependency on the eventlet package
   140 # force a dependency on the eventlet package
   127 depend type=require \
   141 depend type=require \
   128     fmri=library/python/eventlet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   142     fmri=library/python/eventlet@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
   129 
   143 
   130 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   144 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   131 depend type=require fmri=library/python/greenlet-$(PYV)
   145 depend type=require fmri=library/python/greenlet-$(PYV)
   132 
       
   133 # force the rename with an optional dependency on the old name
       
   134 depend type=optional \
       
   135     fmri=library/python-2/eventlet-$(PYV)@0.13.0,5.12-5.12.0.0.0.41.0