python3-mypy: update to 0.670.

This commit is contained in:
maxice8 2019-02-08 23:50:58 -02:00 committed by maxice8
parent 9182bf9698
commit f50d4a1e6a

View file

@ -1,6 +1,6 @@
# Template file for 'python3-mypy' # Template file for 'python3-mypy'
pkgname=python3-mypy pkgname=python3-mypy
version=0.660 version=0.670
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="mypy-${version}" wrksrc="mypy-${version}"
@ -12,7 +12,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/python/mypy" homepage="https://github.com/python/mypy"
distfiles="https://github.com/python/mypy/archive/v${version}.tar.gz" distfiles="https://github.com/python/mypy/archive/v${version}.tar.gz"
checksum=bbcb8cc0bdb2817348b25fe676144a804c850c8d967c550dca4cee0593332dac checksum=f197101032d7a844cdfb25a63b23ca64775943357f5a3ea4965607e2aa87d12e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE