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 (>= 8.0.0),
	python-all,
	python3-all,
	python-setuptools,
	python3-setuptools
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/socketpool
Vcs-Git: git://anonscm.debian.org/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: ${python:Depends}, ${misc: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 for Python 2.

Package: python3-socketpool
Architecture: all
Depends: ${python3:Depends}, ${misc: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 for Python 2.
