Source: blinker Maintainer: Debian Python Modules Team Uploaders: Ondřej Surý Section: python Priority: optional Build-Depends: python3-all, debhelper (>= 7), dh-python, python3-nose Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/blinker/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/blinker/trunk/ Standards-Version: 3.9.5 Homepage: http://pythonhosted.org/blinker/ Package: python3-blinker Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-blinker-doc Description: fast, simple object-to-object and broadcast signaling library Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". . Signal receivers can subscribe to specific senders or receive signals sent by any sender. . This package contains the Python 3 version. Package: python-blinker-doc Section: doc Architecture: all Depends: libjs-sphinxdoc, ${misc:Depends} Description: Documentation for the blinker signaling library Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". . Signal receivers can subscribe to specific senders or receive signals sent by any sender. . This package contains the documentation for blinker.