mypy 0.910-3ubuntu1 source package in Ubuntu

Changelog

mypy (0.910-3ubuntu1) jammy; urgency=medium

  * Remove test dependency on python3-typed-ast, EOL, and not available
    for 3.10.  Ignore test results, around 250 test failures due to the
    missing dependency.

 -- Matthias Klose <email address hidden>  Wed, 10 Nov 2021 15:00:58 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mypy_0.910.orig.tar.gz 2.4 MiB 704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150
mypy_0.910-3ubuntu1.debian.tar.xz 13.1 KiB 4b2e17042d4f39f1e50b51ef335189d16f085f4ae2b58850568f2217c260ae0d
mypy_0.910-3ubuntu1.dsc 2.6 KiB 3ff098b49e580ef86f438c8f1cff957664e9c5a3e4a2405b06eb08062dc5e291

View changes file

Binary packages built by this source

mypy: 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.

mypy-doc: 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.

python3-mypy: 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.

python3-mypy-dbgsym: debug symbols for python3-mypy