components/python/websockify/websockify-PYVER.p5m
branchs11-update
changeset 3783 9edbfb2ff34a
parent 3778 35735ffdda43
child 4072 db0cec748ec0
equal deleted inserted replaced
3782:689605272627 3783:9edbfb2ff34a
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 # python-extra is part of python 2.6 only
    26 # python-extra is part of python 2.6 only
    27 <transform depend fmri=library/python-2/python-extra-27 -> drop>
    27 <transform depend fmri=library/python-2/python-extra-27 -> drop>
    28 set name=pkg.fmri \
    28 set name=pkg.fmri \
    51 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    51 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    52 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    52 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    53 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    53 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    54 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    54 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    55 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/__init__.py
    55 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/__init__.py
       
    56 # The bypasses for array, select & time are temporary until pkgdepend learns
       
    57 # about PEP 3149, new in Python 3.x; see 19510349.
    56 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
    58 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
    57     pkg.depend.bypass-generate=.*/SimpleHTTPServer.* \
    59     pkg.depend.bypass-generate=.*/SimpleHTTPServer.* \
       
    60     pkg.depend.bypass-generate=.*/array.* \
    58     pkg.depend.bypass-generate=.*/cStringIO.* \
    61     pkg.depend.bypass-generate=.*/cStringIO.* \
    59     pkg.depend.bypass-generate=.*/http.* pkg.depend.bypass-generate=.*/md5.* \
    62     pkg.depend.bypass-generate=.*/http.* pkg.depend.bypass-generate=.*/md5.* \
    60     pkg.depend.bypass-generate=.*/sha.*
    63     pkg.depend.bypass-generate=.*/select.* \
       
    64     pkg.depend.bypass-generate=.*/sha.* pkg.depend.bypass-generate=.*/time.*
    61 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
    65 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
       
    66     pkg.depend.bypass-generate=.*/select.* \
       
    67     pkg.depend.bypass-generate=.*/time.* \
    62     pkg.depend.bypass-generate=.*/urllib.* \
    68     pkg.depend.bypass-generate=.*/urllib.* \
    63     pkg.depend.bypass-generate=.*/urlparse.*
    69     pkg.depend.bypass-generate=.*/urlparse.*
    64 #
    70 #
    65 license websockify.license license="LGPL3, BSD, MIT"
    71 license websockify.license license="LGPL3, BSD, MIT"
    66 
    72