File: control

package info (click to toggle)
blinker 1.4%2Bdfsg1-0.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 376 kB
  • sloc: python: 1,002; sh: 21; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: blinker
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
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.