From 135e9dcbf6f4386f1d7f8ac76b29ed07c569cfc0 Mon Sep 17 00:00:00 2001 From: icp Date: Tue, 25 Oct 2022 01:25:06 +0530 Subject: [PATCH] python3-mypy: update to 0.991. --- srcpkgs/python3-mypy/template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 55c2e21b5418..befcba23f2c0 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,18 +1,20 @@ # Template file for 'python3-mypy' pkgname=python3-mypy -version=0.961 -revision=2 +version=0.991 +revision=1 build_style=python3-module +make_check_target="mypy/test" hostmakedepends="python3-setuptools python3-Sphinx" -depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions - python3-tomli" +depends="python3-mypy_extensions python3-typing_extensions" +checkdepends="${depends} python3-attrs python3-filelock + python3-lxml python3-psutil python3-py python3-pytest-xdist" short_desc="Optional static typing for Python3" maintainer="Michal Vasilek " license="MIT" -homepage="https://github.com/python/mypy" +homepage="https://www.mypy-lang.org" +changelog="https://mypy-lang.blogspot.com" distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" -checksum=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492 -make_check=no # needs pytest-xdist and many tests fail +checksum=3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06 post_install() { make -C docs man