File: control

package info (click to toggle)
isort 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,628 kB
  • sloc: python: 15,525; javascript: 42; sh: 31; makefile: 28
file content (61 lines) | stat: -rw-r--r-- 1,796 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: isort
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Colin Watson <cjwatson@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 black <!nocheck>,
 git <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-colorama <!nocheck>,
 python3-hatch-vcs,
 python3-hatchling,
 python3-hypothesis <!nocheck>,
 python3-hypothesmith <!nocheck>,
 python3-lark <!nocheck>,
 python3-libcst <!nocheck>,
 python3-pylama <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-benchmark <!nocheck>,
 python3-pytest-mock <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/PyCQA/isort
Vcs-Git: https://salsa.debian.org/python-team/packages/isort.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/isort
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: isort
Architecture: all
Section: utils
Depends:
 python3-isort,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 python3-colorama,
Description: utility for sorting Python imports
 isort is a Python utility / library to sort imports alphabetically, and
 automatically separated into sections. It provides a command line
 utility, Python library and plugins for various editors to quickly sort
 all your imports.
 .
 This package contains the isort utility.

Package: python3-isort
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: library for sorting Python imports (Python 3)
 isort is a Python utility / library to sort imports alphabetically, and
 automatically separated into sections. It provides a command line
 utility, Python library and plugins for various editors to quickly sort
 all your imports.
 .
 This package contains the isort library for Python 3.