File: control

package info (click to toggle)
black 25.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,192 kB
  • sloc: python: 113,389; makefile: 27
file content (78 lines) | stat: -rw-r--r-- 2,905 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: black
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Chris Lamb <lamby@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               bash-completion,
               dh-python,
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               furo <!nodoc>,
               libjs-jquery <!nodoc>,
               libjs-underscore <!nodoc>,
               pybuild-plugin-pyproject,
               python3-aiohttp <!nocheck>,
               python3-all-dev,
               python3-click,
               python3-doc <!nodoc>,
               python3-hatch-fancy-pypi-readme,
               python3-hatch-mypyc,
               python3-mypy (>= 1.19),
               python3-hatch-vcs,
               python3-hatchling,
               python3-mypy-extensions,
               python3-myst-parser <!nodoc>,
               python3-pathspec,
               python3-platformdirs,
               python3-pytest <!nocheck>,
               python3-pytokens,
               python3-regex,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx <!nodoc>,
               python3-sphinx-copybutton <!nodoc>,
               python3-sphinxcontrib.programoutput <!nodoc>,
               python3-typing-extensions
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/black
Vcs-Git: https://salsa.debian.org/python-team/packages/black.git
Homepage: https://github.com/psf/black
Rules-Requires-Root: no

Package: black
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: python-black-doc
Breaks: python3-pylsp-black (<< 2.0.0-4)
Description: uncompromising Python code formatter (Python 3)
 Black is the uncompromising Python code formatter. By using it, you
 agree to cede control over minutiae of hand-formatting. In return,
 Black gives you speed, determinism, and freedom from pycodestyle
 nagging about formatting. You will save time and mental energy for
 more important matters.
 .
 Blackened code looks the same regardless of the project you're reading.
 Formatting becomes transparent after a while and you can focus on the
 content instead.
 .
 Black makes code review faster by producing the smallest diffs
 possible.

Package: python-black-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Recommends: python3-doc
Description: uncompromising Python code formatter (common documentation)
 Black is the uncompromising Python code formatter. This package contains
 the documentation for applying black to your code.
 .
 Blackened code looks the same regardless of the project you're reading.
 Formatting becomes transparent after a while and you can focus on the
 content instead.