2c9785206a
Closes: #25685 [via git-merge-pr]
20 lines
625 B
Bash
20 lines
625 B
Bash
# Template file for 'python3-mypy'
|
|
pkgname=python3-mypy
|
|
version=0.790
|
|
revision=2
|
|
wrksrc="mypy-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Sphinx"
|
|
depends="python3-mypy_extensions python3-typed-ast python3-typing_extensions"
|
|
short_desc="Optional static typing for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/python/mypy"
|
|
distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
|
checksum=2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975
|
|
|
|
post_install() {
|
|
make -C docs man
|
|
vman docs/build/man/mypy.1
|
|
vlicense LICENSE
|
|
}
|