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
|
Source: python-lsp-isort
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
pybuild-plugin-pyproject,
python3-isort <!nocheck>,
python3-pytest <!nocheck>,
python3-pylsp <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/chantera/python-lsp-isort
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-isort.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-isort
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-pylsp-isort
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Isort plugin for the Python Language Server
This package provides a plugin to support the isort import sorter in editors
that support the Python Language Server.
|