From f8c91a0f5ac51f77cef5c6f00a1bf9ce46350386 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH] python3-mypy: rebuild for Python 3.10 --- srcpkgs/python3-mypy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 185f9d93e70..2464bbe3825 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,7 +1,7 @@ # Template file for 'python3-mypy' pkgname=python3-mypy version=0.910 -revision=1 +revision=2 wrksrc="mypy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx"