python3-mypy: update to 0.650.
This commit is contained in:
parent
2cb6148a21
commit
a596a5ed56
1 changed files with 3 additions and 3 deletions
|
@ -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 <thinkabit.ukim@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue