Source: python-socketpool
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/socketpool
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-socketpool.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-socketpool.git

Package: python-socketpool
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: simple Python 2 socket pool
 Socket pool is a simple socket pool that supports multiple factories and
 backends. It can easily be used by gevent, eventlet or any other library.
 .
 This package is for Python 2.

Package: python3-socketpool
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: simple Python 3 socket pool
 Socket pool is a simple socket pool that supports multiple factories and
 backends. It can easily be used by gevent, eventlet or any other library.
 .
 This package is for Python 3.
