22 lines
673 B
Bash
22 lines
673 B
Bash
# Template file for 'python3-mypy'
|
|
pkgname=python3-mypy
|
|
version=0.961
|
|
revision=2
|
|
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=f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492
|
|
make_check=no # needs pytest-xdist and many tests fail
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/build/man/mypy.1
|
|
vlicense LICENSE
|
|
}
|