File: control

package info (click to toggle)
python-untokenize 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 301; makefile: 35
file content (30 lines) | stat: -rw-r--r-- 955 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
30
Source: python-untokenize
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-fissix <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/myint/untokenize
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-untokenize
Vcs-Git: https://salsa.debian.org/python-team/packages/python-untokenize.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-untokenize
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Untokenize transforms tokens into source code (Python 3)
 Untokenize transforms tokens into source code.
 .
 Unlike the standard library's tokenize.untokenize(), it preserves the
 original whitespace between tokens.
 .
 This package installs the library for Python 3.