Source: mypy
Standards-Version: 4.7.4
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael R. Crusoe <crusoe@debian.org>,
Section: utils
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 dh-python (>= 6.20251221),
 python3-setuptools,
 pybuild-plugin-pyproject,
 flake8,
 help2man,
 python3-all,
 python3-librt,
 python3-lxml,
 python3-attr <!nocheck>,
 python3-pathspec,
 python3-pytest (>= 8.1.0) <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-sphinx <!nodoc>,
 furo <!nodoc>,
 python3-typeshed,
 python3-psutil,
 python3-mypy-extensions (>= 1.0.0),
 python3-typing-extensions (>= 4.10.0),
 python3-virtualenv <!nocheck>,
 python3-typeshed <!nocheck>,
 python3-all-dev:native,
 libpython3-all-dev,
 python3-tomli <!nocheck>,
 python3-all-venv <!nocheck>,
 python3-doc <!nodoc>,
 cython-doc <!nodoc>,
 python-six-doc <!nodoc>,
 python-setuptools-doc <!nodoc>,
 python-attr-doc <!nodoc>,
 python3-myst-parser <!nodoc>,
 python3-sphinx-inline-tabs <!nodoc>,
 python3-orjson [!i386 !alpha !hppa !m68k !sh4 !x32] <!nocheck>,
Vcs-Browser: https://salsa.debian.org/python-team/packages/mypy
Vcs-Git: https://salsa.debian.org/python-team/packages/mypy.git
Homepage: https://www.mypy-lang.org/
Rules-Requires-Root: no

Package: mypy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-mypy (>= ${binary:Version}),
Recommends:
 python3-typeshed,
Suggests:
 mypy-doc,
Description: optional static typing for Python
 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 This package provides the command-line interface.

Package: mypy-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Recommends:
 python3-doc,
 cython-doc,
 python-six-doc,
 python-setuptools-doc,
 python-attr-doc,
Built-Using:
 ${sphinxdoc:Built-Using},
Description: documentation for mypy
 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 This package provides the documentation.
Build-Profiles: <!nodoc>

Package: python3-mypy
Architecture: any
Section: python
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
 python3-mypy-extensions (>= 1.0.0),
 python3-psutil,
 python3-librt,
Recommends:
 python3-lxml,
 python3-setuptools,
 python3-orjson [!i386 !alpha !hppa !m68k !sh4 !x32],
Description: public modules for mypy (Python 3)
 Add type annotations to your Python programs, and use mypy to type check them.
 Mypy is essentially a Python linter on steroids, and it can catch many
 programming errors by analyzing your program, without actually having to run
 it. Mypy has a powerful type system with features such as type inference,
 gradual typing, generics and union types.
 .
 This package provides the modules for Python 3.
