21 lines
601 B
Bash
21 lines
601 B
Bash
# Template file for 'python3-mypy'
|
|
pkgname=python3-mypy
|
|
version=0.761
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="mypy-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="mypy"
|
|
hostmakedepends="python3-setuptools"
|
|
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=85baab8d74ec601e86134afe2bcccd87820f79d2f8d5798c889507d1088287bf
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|