19 lines
526 B
Bash
19 lines
526 B
Bash
# Template file for 'python3-mypy'
|
|
pkgname=python3-mypy
|
|
version=0.670
|
|
revision=2
|
|
archs=noarch
|
|
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="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz"
|
|
checksum=e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|