python3-mypy: update to 0.640.
This commit is contained in:
parent
08afcb3f88
commit
7784cc568f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-mypy'
|
# Template file for 'python3-mypy'
|
||||||
pkgname=python3-mypy
|
pkgname=python3-mypy
|
||||||
version=0.630
|
version=0.640
|
||||||
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=d72cf509aa015b75efebddc724927d53012055499ffdbc8166429a8d2383b91d
|
checksum=5f6540a2dabe5ba4d697aa219ce69d980b809600822a3afce6486ca885315dfe
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue