File: control

package info (click to toggle)
python-backcall 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: python: 717; makefile: 145; sh: 8
file content (25 lines) | stat: -rw-r--r-- 973 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
Source: python-backcall
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Section: python
Priority: optional
Standards-Version: 4.5.1
Homepage: https://github.com/takluyver/backcall
Build-Depends: debhelper-compat (= 13),
               dh-python,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
               python3-pytest
Vcs-Git: https://salsa.debian.org/python-team/packages/python-backcall.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-backcall
Rules-Requires-Root: no

Package: python3-backcall
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Callback functions for Python
 Specification for callback functions passed into an API. Provides a
 mechanism for specifying the callback signature using a prototype function
 and adapts callbacks with unneeded arguments to be compatible with the
 original signature.