Source: python-lsp-black
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Julian Gilbey <jdg@debian.org>,
 Jochen Sprickerhof <jspricke@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 black (>= 24.4.0),
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-pylsp,
 python3-pytest <!nocheck>,
 python3-setuptools,
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-black
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-black.git
Homepage: https://github.com/python-lsp/python-lsp-black

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.
