File: control

package info (click to toggle)
python-legacy-cgi 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 1,486; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 932 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
28
29
Source: python-legacy-cgi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 python3-pytest,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-legacy-cgi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-legacy-cgi.git
Homepage: https://github.com/jackrosenthal/legacy-cgi
Testsuite: autopkgtest-pkg-pybuild

Package: python3-legacy-cgi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: fork of the standard library cgi and cgitb modules
 This package provides a fork of the standard library modules cgi and cgitb.
 They are slated, and were removed from the Python standard libary in Python
 3.13 by PEP-594.