From 09cff71bcd60282e50b617e49513aebf19b436f1 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 16 Dec 2021 15:12:37 +0100 Subject: [PATCH] python3-mypy: update to 0.920. --- srcpkgs/python3-mypy/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 2464bbe3825c..6883ed6194c9 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,18 +1,19 @@ # Template file for 'python3-mypy' pkgname=python3-mypy -version=0.910 -revision=2 +version=0.920 +revision=1 wrksrc="mypy-${version}" build_style=python3-module 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" maintainer="Michal Vasilek " license="MIT" homepage="https://github.com/python/mypy" distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" -checksum=704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150 -make_check=no # downloads packages with pip +checksum=a55438627f5f546192f13255a994d6d1cf2659df48adcf966132b4379fd9c86b +make_check=no # needs pytest-xdist and many tests fail post_install() { make -C docs man