Source: toro
Maintainer: Kartik Mistry <kartik@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6b3),
               python-tornado (>= 3),
               python3,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-toro.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-toro.git
Homepage: https://github.com/ajdavis/toro/

Package: python-toro
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Version}
Description: Synchronization primitives for Tornado coroutines
 A set of locking and synchronizing primitives analogous to those in Python’s
 threading module or Gevent’s coros, for use with Tornado’s gen.engine.

Package: python3-toro
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
XB-Python-Version: ${python3:Version}
Description: Synchronization primitives for Tornado coroutines (python3)
 A set of locking and synchronizing primitives analogous to those in Python’s
 threading module or Gevent’s coros, for use with Tornado’s gen.engine.
 .
 This package provides python3 support.
