File: control

package info (click to toggle)
python-backcall 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: python: 717; makefile: 145
file content (25 lines) | stat: -rw-r--r-- 999 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 Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Section: python
Priority: optional
Standards-Version: 4.5.0
Homepage: https://github.com/takluyver/backcall
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest
Vcs-Git: https://salsa.debian.org/python-team/modules/python-backcall.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-backcall
Testsuite: autopkgtest-pkg-python
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.