python3-mypy: update to 0.961.

This commit is contained in:
Michal Vasilek 2022-06-09 20:56:54 +02:00
parent 616056146e
commit 0cd2ef1f53

View file

@ -1,6 +1,6 @@
# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.950
version=0.961
revision=1
wrksrc="mypy-${version}"
build_style=python3-module
@ -12,7 +12,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/python/mypy"
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
checksum=1b333cfbca1762ff15808a0ef4f71b5d3eed8528b23ea1c3fb50543c867d68de
checksum=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492
make_check=no # needs pytest-xdist and many tests fail
post_install() {