File: control

package info (click to toggle)
python-linetable 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: python: 246; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (2)
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
30
Source: python-linetable
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 python3-all,
 python3-pytest <!nocheck>,
 python3-setuptools,
Homepage: https://github.com/amol-/linetable
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/python-linetable.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-linetable

Package: python3-linetable
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Parse and generate linetable attributes for Python 3 code objects
 This module provides a simple interface to parse and generate co_linetable
 attributes for Python 3 code objects, dealing with the version-specific
 changes in the CPython implementation.