From 36a9d5187e1496a842665428fe9830d9a9e6386c Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Mon, 18 Nov 2019 20:14:43 +0700 Subject: [PATCH] python3-mypy: update to 0.740. While we're at it, add missing dependencies. Fix: #16586 --- 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 37ecd732c0..9a08d83d74 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,19 +1,19 @@ # Template file for 'python3-mypy' pkgname=python3-mypy -version=0.730 +version=0.740 revision=1 archs=noarch wrksrc="mypy-${version}" build_style=python3-module pycompile_module="mypy" hostmakedepends="python3-setuptools" -depends="python3-mypy_extensions python3-typed-ast" +depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions" short_desc="Optional static typing for Python3" maintainer="Orphaned " license="MIT" homepage="https://github.com/python/mypy" distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" -checksum=42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879 +checksum=48c8bc99380575deb39f5d3400ebb6a8a1cb5cc669bbba4d3bb30f904e0a0e7d post_install() { vlicense LICENSE