python3-mypy: update to 1.3.0.
This commit is contained in:
parent
0e95e4d1f4
commit
63a47797ef
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-mypy'
|
||||
pkgname=python3-mypy
|
||||
version=1.2.0
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
# fails in ci
|
||||
|
@ -16,7 +16,7 @@ license="MIT"
|
|||
homepage="https://www.mypy-lang.org"
|
||||
changelog="https://mypy-lang.blogspot.com"
|
||||
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
||||
checksum=f70a40410d774ae23fcb4afbbeca652905a04de7948eaf0b1789c8d1426b72d1
|
||||
checksum=e1f4d16e296f5135624b34e8fb741eb0eadedca90862405b1f1fde2040b9bd11
|
||||
|
||||
post_install() {
|
||||
make -C docs man
|
||||
|
|
Loading…
Reference in New Issue