vp-build/srcpkgs/python3-mypy_extensions/template

20 lines
601 B
Bash

# Template file for 'python3-mypy_extensions'
pkgname=python3-mypy_extensions
version=0.4.3
revision=4
wrksrc="mypy_extensions-${version}"
build_style=python3-module
pycompile_module="mypy_extensions.py"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Extensions to the typing module use by mypy"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.mypy-lang.org/"
distfiles="${PYPI_SITE}/m/mypy_extensions/mypy_extensions-${version}.tar.gz"
checksum=2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8
post_install() {
vlicense LICENSE
}