void-packages/srcpkgs/python3-mypy/template
2019-12-23 18:05:16 +01:00

20 lines
601 B
Bash

# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.740
revision=2
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=48c8bc99380575deb39f5d3400ebb6a8a1cb5cc669bbba4d3bb30f904e0a0e7d
post_install() {
vlicense LICENSE
}