components/python/websockify/websockify-PYVER.p5m
changeset 2060 a9ad5cd0ec29
parent 1948 2d1537e7942d
child 3732 0f62cc221c7e
equal deleted inserted replaced
2059:da41cc055371 2060:a9ad5cd0ec29
    49 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    49 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    50 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    50 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    51 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    51 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    52 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    52 file path=usr/lib/python$(PYVER)/vendor-packages/websockify-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
    53 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/__init__.py
    53 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/__init__.py
       
    54 # The bypasses for array, select & time are temporary until pkgdepend learns
       
    55 # about PEP 3149, new in Python 3.x; see 19510349.
    54 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
    56 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocket.py \
    55     pkg.depend.bypass-generate=.*/SimpleHTTPServer.* \
    57     pkg.depend.bypass-generate=.*/SimpleHTTPServer.* \
    56     pkg.depend.bypass-generate=.*/cStringIO.* \
    58     pkg.depend.bypass-generate=.*/cStringIO.* \
    57     pkg.depend.bypass-generate=.*/http.* pkg.depend.bypass-generate=.*/md5.* \
    59     pkg.depend.bypass-generate=.*/http.* pkg.depend.bypass-generate=.*/md5.* \
    58     pkg.depend.bypass-generate=.*/sha.*
    60     pkg.depend.bypass-generate=.*/sha.* \
       
    61     pkg.depend.bypass-generate=.*/array.* \
       
    62     pkg.depend.bypass-generate=.*/select.* \
       
    63     pkg.depend.bypass-generate=.*/time.*
    59 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
    64 file path=usr/lib/python$(PYVER)/vendor-packages/websockify/websocketproxy.py \
    60     pkg.depend.bypass-generate=.*/urllib.* \
    65     pkg.depend.bypass-generate=.*/urllib.* \
    61     pkg.depend.bypass-generate=.*/urlparse.*
    66     pkg.depend.bypass-generate=.*/urlparse.* \
       
    67     pkg.depend.bypass-generate=.*/select.* \
       
    68     pkg.depend.bypass-generate=.*/time.*
    62 #
    69 #
    63 license websockify.license license="LGPL3, BSD, MIT"
    70 license websockify.license license="LGPL3, BSD, MIT"
    64 
    71 
    65 # force a group dependency on the optional python-extra; pkgdepend work is
    72 # force a group dependency on the optional python-extra; pkgdepend work is
    66 # needed to flush this out.
    73 # needed to flush this out.