python3-mypy: update to 0.910.

This commit is contained in:
Michal Vasilek 2021-07-11 13:46:05 +02:00 committed by Érico Nogueira Rolim
parent 3931191423
commit 7e84769c5c

View file

@ -1,17 +1,17 @@
# Template file for 'python3-mypy' # Template file for 'python3-mypy'
pkgname=python3-mypy pkgname=python3-mypy
version=0.812 version=0.910
revision=1 revision=1
wrksrc="mypy-${version}" wrksrc="mypy-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx" hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions" depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions python3-toml"
short_desc="Optional static typing for Python3" short_desc="Optional static typing for Python3"
maintainer="Paper <paper@tilde.institute>" maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT" license="MIT"
homepage="https://github.com/python/mypy" homepage="https://github.com/python/mypy"
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
checksum=cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119 checksum=704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150
make_check=no # downloads packages with pip make_check=no # downloads packages with pip
post_install() { post_install() {