File: control

package info (click to toggle)
python-lsp-mypy 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: python: 479; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,022 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
Source: python-lsp-mypy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: mypy,
               debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pylsp,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-toml,
Standards-Version: 4.6.2
Homepage: https://github.com/python-lsp/pylsp-mypy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-lsp-mypy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-lsp-mypy
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pylsp-mypy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: mypy,
Description: Mypy plugin for the Python Language Server
 This package provides a plugin to support the Mypy static type checker in
 editors that support the Python Language Server.