Source: pytest-mypy-plugins
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               mypy (>= 1.20.1),
               pybuild-plugin-pyproject,
               python3-all,
               python3-decorator,
               python3-jinja2,
               python3-jsonschema,
               python3-yaml,
               python3-mypy (>= 1.20.1),
               python3-pytest,
               python3-regex,
               python3-setuptools,
               python3-tomlkit,
               python3-typeshed,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-mypy-plugins
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-mypy-plugins.git
Homepage: https://github.com/typeddjango/pytest-mypy-plugins
Rules-Requires-Root: no

Package: python3-pytest-mypy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Plugin for testing mypy types, stubs, and plugins
 This plugins aims to simplify the process of refactoring and distributing
 types.  In particular, this plugin provides an extendable DSL similar to the
 one used by mypy's own tests.
