void-packages/srcpkgs/python3-mypy/template
2019-10-15 21:36:07 +02:00

20 lines
575 B
Bash

# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.730
revision=1
archs=noarch
wrksrc="mypy-${version}"
build_style=python3-module
pycompile_module="mypy"
hostmakedepends="python3-setuptools"
depends="python3-mypy_extensions python3-typed-ast"
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=42a78944e80770f21609f504ca6c8173f7768043205b5ac51c9144e057dcf879
post_install() {
vlicense LICENSE
}