Source: python-sockjs-tornado
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Build-Depends-Indep: python-httplib2
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-sockjs-tornado.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-sockjs-tornado.git
Homepage: https://github.com/mrjoes/sockjs-tornado

Package: python-sockjs-tornado
Architecture: all
Depends: python-tornado,
         ${misc:Depends},
         ${python:Depends}
Recommends: ${python:Recommends}
Description: server side counterpart of SockJS-client browser library - Python 2.x
 SockJS-tornado is a Python server side counterpart of SockJS-client browser
 library running on top of Tornado framework. SockJS provides slightly
 different API than tornado.websocket.
 .
 This package provides the Python 2.x module.

Package: python3-sockjs-tornado
Architecture: all
Depends: python3-tornado,
         ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Description: server side counterpart of SockJS-client browser library - Python 3.x
 SockJS-tornado is a Python server side counterpart of SockJS-client browser
 library running on top of Tornado framework. SockJS provides slightly
 different API than tornado.websocket.
 .
 This package provides the Python 3.x module.
