python3-mypy: update to 0.812.

This commit is contained in:
Paper 2021-04-10 16:36:12 +02:00 committed by Érico Nogueira Rolim
parent 849d7fa747
commit 87ce6d0b84

View file

@ -1,17 +1,18 @@
# Template file for 'python3-mypy' # Template file for 'python3-mypy'
pkgname=python3-mypy pkgname=python3-mypy
version=0.790 version=0.812
revision=2 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"
short_desc="Optional static typing for Python3" short_desc="Optional static typing for Python3"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Paper <paper@tilde.institute>"
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=2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975 checksum=cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119
make_check=no # downloads packages with pip
post_install() { post_install() {
make -C docs man make -C docs man