22 lines
685 B
Bash
22 lines
685 B
Bash
# Template file for 'python3-mypy'
|
|
pkgname=python3-mypy
|
|
version=0.910
|
|
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-toml"
|
|
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=704098302473cb31a218f1775a873b376b30b4c18229421e9e9dc8916fd16150
|
|
make_check=no # downloads packages with pip
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/build/man/mypy.1
|
|
vlicense LICENSE
|
|
}
|