File: control

package info (click to toggle)
python-lsp-black 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 450; makefile: 24
file content (31 lines) | stat: -rw-r--r-- 1,214 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
Source: python-lsp-black
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>,
           Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: black (>= 24.4.0),
               debhelper-compat (= 13),
               dh-sequence-python3,
               python3,
               python3-pylsp,
               python3-pytest <!nocheck>,
               python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/python-lsp/python-lsp-black
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-black.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-black
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pylsp-black
Architecture: all
Depends: black (>= 24.4.0),
         ${misc:Depends},
         ${python3:Depends}
Description: Black plugin for the Python Language Server
 This package provides a plugin to support the Black formatter in editors
 that support the Python Language Server.
 .
 It is recommended by the author to not have python3-yapf or python3-autopep8
 installed when using this plugin, as that might lead to unexpected results.