Skip to content
Commits on Source (2)
mypy (0.580-2) unstable; urgency=medium
* Add basic autopkgtest and enable autopkgtest-pkg-python
* mypy: also depend on python3-pkg-resources (Closes: #894075)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Wed, 04 Apr 2018 04:31:28 -0700
mypy (0.580-1) unstable; urgency=medium
* Team upload.
......
......@@ -21,12 +21,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mypy.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/mypy.git
Homepage: http://www.mypy-lang.org/
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python
Package: mypy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-mypy
python3-mypy,
python3-pkg-resources
Suggests: mypy-doc
Description: optional static typing for Python
Add type annotations to your Python programs, and use mypy to type check them.
......
Test-Command: mypy --help
Depends: mypy