Source: pydispatcher
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.7.3-4),
               python-setuptools,
               python3-all,
               python3-setuptools
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Neil Muller <drnlmuller+debian@gmail.com>
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pydispatcher.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pydispatcher.git
Homepage: http://pydispatcher.sourceforge.net/

Package: python-pydispatch
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-pydispatch-doc
Description: Python signal dispatching mechanism
 PyDispatcher provides the Python programmer with a
 multiple-producer-multiple-consumer signal-registration and routing
 infrastructure for use in multiple contexts. The mechanism of PyDispatcher
 started life as a highly rated recipe in the Python Cookbook. The project
 aims to include various enhancements to the recipe developed during use in
 various applications.
 .
 This is the Python 2 version of PyDispatcher.

Package: python3-pydispatch
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-pydispatch-doc
Description: Python 3 signal dispatching mechanism
 PyDispatcher provides the Python programmer with a
 multiple-producer-multiple-consumer signal-registration and routing
 infrastructure for use in multiple contexts. The mechanism of PyDispatcher
 started life as a highly rated recipe in the Python Cookbook. The project
 aims to include various enhancements to the recipe developed during use in
 various applications.
 .
 This package contains the Python 3 version of PyDispatcher.

Package: python-pydispatch-doc
Architecture: all
Depends: ${misc:Depends}
Section: doc
Description: documentation for python-pydispatch
 PyDispatcher provides the Python programmer with a
 multiple-producer-multiple-consumer signal-registration and routing
 infrastructure for use in multiple contexts. The mechanism of PyDispatcher
 started life as a highly rated recipe in the Python Cookbook. The project
 aims to include various enhancements to the recipe developed during use in
 various applications.
 .
 This package contains the documentation for PyDispatcher. It covers both
 the Python 2 and Python 3 versions.

