20 lines
539 B
Bash
20 lines
539 B
Bash
# Template file for 'python3-mypy'
|
|
pkgname=python3-mypy
|
|
version=0.650
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="mypy-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="mypy"
|
|
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=7d4358ea0938ab869a0b708b521e641242d0e5f80d7e4f687d19c3ac894f0584
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|