File: control

package info (click to toggle)
modernize 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 416 kB
  • sloc: python: 2,016; makefile: 145
file content (41 lines) | stat: -rw-r--r-- 1,782 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
31
32
33
34
35
36
37
38
39
40
41
Source: modernize
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-fissix,
               python3-flit-scm,
               python3-pytest,
               python3-pytest-cov,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/python-modernize/python-modernize
Vcs-Browser: https://salsa.debian.org/python-team/packages/modernize
Vcs-Git: https://salsa.debian.org/python-team/packages/modernize.git

Package: modernize
Architecture: all
Depends: python3-libmodernize, ${misc:Depends}, ${python3:Depends}
Description: Modernizes Python code for eventual Python 3 migration
 This library is a very thin wrapper around fissix (2to3 fork) to utilize
 it to make Python 2 code more modern with the intention of
 eventually porting it over to Python 3.
 .
 This package installs the python-modernize command line tool. It works like
 2to3. It does not guarantee, but it attempts to spit out a codebase compatible
 with Python 2.6+ or Python 3. The code that it generates has a runtime
 dependency on six, unless the --no-six option is used. Version 1.9.0 or later
 of six is recommended. Some of the fixers output code that is not compatible
 with Python 2.5 or lower.

Package: python3-libmodernize
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Modernizes Python code for Python 3 migration
 This library is a very thin wrapper around lib2to3 to utilize it to make
 Python 2 code more modern with the intention of eventually porting it over
 to Python 3.