mypy 0.720-3 source package in Ubuntu

Changelog

mypy (0.720-3) unstable; urgency=medium

  * debhelper-compat 12
  * Standards-Version: 4.4.0
  * Set upstream metadata fields: Name.
  * Pluck patch from upstream to cope with changes to lxml. Closes: #939045

 -- Michael R. Crusoe <email address hidden>  Mon, 02 Sep 2019 17:10:54 +0900

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mypy_0.720-3.dsc 2.4 KiB 4be5f9bbbf66365a5b0c8219bc995a2a61b7c958173a68de6f84e1803cd9da97
mypy_0.720.orig.tar.gz 1.8 MiB 49925f9da7cee47eebf3420d7c0e00ec662ec6abb2780eb0a16260a7ba25f9c4
mypy_0.720-3.debian.tar.xz 9.5 KiB bdfebf4f4f746b37b118735eced2fd9fb62aee4ed3f445f7deafa3f38ed21e25

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: No summary available for mypy-doc in ubuntu eoan.

No description available for mypy-doc in ubuntu eoan.

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.