void-packages/srcpkgs/python3-mypy/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
575 B
Bash

# Template file for 'python3-mypy'
pkgname=python3-mypy
version=0.701
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=5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714
post_install() {
vlicense LICENSE
}