python3-mypy: update to 0.920.

This commit is contained in:
Michal Vasilek 2021-12-16 15:12:37 +01:00 committed by paper
parent 480b864c8a
commit de37820c6b

View file

@ -1,18 +1,19 @@
# Template file for 'python3-mypy' # Template file for 'python3-mypy'
pkgname=python3-mypy pkgname=python3-mypy
version=0.910 version=0.920
revision=2 revision=1
wrksrc="mypy-${version}" wrksrc="mypy-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx" hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions python3-toml" depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
python3-tomli"
short_desc="Optional static typing for Python3" short_desc="Optional static typing for Python3"
maintainer="Michal Vasilek <michal@vasilek.cz>" maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT" license="MIT"
homepage="https://github.com/python/mypy" homepage="https://github.com/python/mypy"
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
checksum=704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150 checksum=a55438627f5f546192f13255a994d6d1cf2659df48adcf966132b4379fd9c86b
make_check=no # downloads packages with pip make_check=no # needs pytest-xdist and many tests fail
post_install() { post_install() {
make -C docs man make -C docs man