From cc814f08373b451149d20d85b55496eaf1e3ba3a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 9 Mar 2019 23:46:35 -0300 Subject: [PATCH] python3-mypy: include typeshed module closes #9357 --- srcpkgs/python3-mypy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 617c60c970a..16d364393a5 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.670 -revision=1 +revision=2 archs=noarch wrksrc="mypy-${version}" build_style=python3-module @@ -11,8 +11,8 @@ short_desc="Optional static typing for Python3" maintainer="maxice8 " license="MIT" homepage="https://github.com/python/mypy" -distfiles="https://github.com/python/mypy/archive/v${version}.tar.gz" -checksum=f197101032d7a844cdfb25a63b23ca64775943357f5a3ea4965607e2aa87d12e +distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" +checksum=e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d post_install() { vlicense LICENSE