void-packages/srcpkgs/python3-mypy/template
2018-09-26 15:10:41 -03:00

19 lines
539 B
Bash

# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.630
revision=1
noarch=yes
wrksrc="mypy-${version}"
pycompile_module="mypy"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Optional static typing for Python3"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/python/mypy"
distfiles="https://github.com/python/mypy/archive/v${version}.tar.gz"
checksum=d72cf509aa015b75efebddc724927d53012055499ffdbc8166429a8d2383b91d
post_install() {
vlicense LICENSE
}