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.
