From a596a5ed562cae5a4c30a9e3e35a4687fc65f412 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 9 Dec 2018 02:38:48 -0200 Subject: [PATCH] python3-mypy: update to 0.650. --- 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 8efc47cd980..d2f497a098c 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,18 +1,18 @@ # Template file for 'python3-mypy' pkgname=python3-mypy -version=0.641 +version=0.650 revision=1 noarch=yes wrksrc="mypy-${version}" -pycompile_module="mypy" build_style=python3-module +pycompile_module="mypy" hostmakedepends="python3-setuptools" 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=5539cd4036c67509fb0a3fcb83deb9aeddfa1bbeb60ab5113b685b85bdf0d1c8 +checksum=7d4358ea0938ab869a0b708b521e641242d0e5f80d7e4f687d19c3ac894f0584 post_install() { vlicense LICENSE