python3-mypy: update to 0.931.

This commit is contained in:
Michal Vasilek 2022-02-12 22:25:33 +01:00
parent c5d178177f
commit 044b44a104
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.930
version=0.931
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=51426262ae4714cc7dd5439814676e0992b55bcc0f6514eccb4cf8e0678962c2
checksum=0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce
make_check=no # needs pytest-xdist and many tests fail
post_install() {