File: control

package info (click to toggle)
singledispatch 3.4.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: python: 305; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,036 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: singledispatch
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: http://docs.python.org/3/library/functools.html#functools.singledispatch
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/python-team/modules/singledispatch.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/singledispatch

Package: python3-singledispatch
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: single-dispatch generic functions for Python
 PEP 443 proposed to expose a mechanism in the functools standard library
 module in Python 3.4 that provides a simple form of generic programming known
 as single-dispatch generic functions.
 .
 This library is a backport of this functionality to Python 2.6 - 3.3.
 .
 This is the Python 3 version of the library.