# Template file for 'python3-mypy_extensions'
pkgname=python3-mypy_extensions
version=1.1.0
revision=1
build_style=python3-pep517
make_check_target="tests/testextensions.py"
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-pytest"
short_desc="Extensions to the typing module use by mypy"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/python/mypy_extensions"
distfiles="https://github.com/python/mypy_extensions/archive/refs/tags/${version}.tar.gz"
checksum=178030dd39335042c2c5becccc596c2f307f796868f9c627da3fe14d76de9d97

post_install() {
	vlicense LICENSE
}
