mypy 0.991-3 source package in Ubuntu

Changelog

mypy (0.991-3) unstable; urgency=medium

  * Team upload.
  * Add a Depends on python3-tomli for the autopkgtest, so it can run on
    Python 3.11, and test all branches.

 -- Stefano Rivera <email address hidden>  Mon, 13 Feb 2023 08:05:19 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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.991-3.dsc 2.1 KiB 8126635e145f312891193c037e8eed4432ae76e387a90487a9060ae5027f3cc9
mypy_0.991.orig.tar.gz 2.6 MiB 3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06
mypy_0.991-3.debian.tar.xz 12.6 KiB 981d5d40dacabbd49bb8d705ae4b8b1ae5055fa5f32d0249e0fa989001f37923

Available diffs

No changes file available.

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