File: control

package info (click to toggle)
python-stdlib-list 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 214; makefile: 203
file content (28 lines) | stat: -rw-r--r-- 899 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
Source: python-stdlib-list
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Robbi Nespu <robbinespu@gmail.com>,
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-stdlib-list
Vcs-Git: https://salsa.debian.org/python-team/packages/python-stdlib-list.git
Homepage: https://github.com/jackmaney/python-stdlib-list

Package: python3-stdlib-list
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: List of Python Standard Libraries
 This package includes lists of all of the standard libraries for
 Python 2.6, 2.7 and 3.2 until 3.14 along
 with the code for scraping the official Python docs to get said lists.