void-packages/srcpkgs/python3-mypy/template
2022-02-13 13:59:20 +01:00

22 lines
698 B
Bash

# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.931
revision=1
wrksrc="mypy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Sphinx"
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions
python3-tomli"
short_desc="Optional static typing for Python3"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/python/mypy"
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
checksum=0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce
make_check=no # needs pytest-xdist and many tests fail
post_install() {
make -C docs man
vman docs/build/man/mypy.1
vlicense LICENSE
}