File: control

package info (click to toggle)
contextlib2 0.6.0.post1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 276 kB
  • sloc: python: 1,085; makefile: 111; sh: 8
file content (27 lines) | stat: -rw-r--r-- 944 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
Source: contextlib2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/contextlib2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/contextlib2
Homepage: https://contextlib2.readthedocs.org/
Rules-Requires-Root: no

Package: python3-contextlib2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Backport and enhancements for the contextlib module - Python 3.x
 contextlib2 is a backport of the standard library's contextlib module to
 earlier Python versions.
 .
 It also serves as a real world proving ground for possible future
 enhancements to the standard library version.
 .
 This package contains the Python 3.x module.