# Template file for 'python3-typing-inspection'
pkgname=python3-typing-inspection
version=0.4.2
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="python3-typing_extensions"
checkdepends="python3-pytest-xdist ${depends}"
short_desc="Runtime typing introspection tools"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://typing-inspection.pydantic.dev/"
distfiles="${PYPI_SITE}/t/typing_inspection/typing_inspection-${version}.tar.gz"
checksum=ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464

post_install() {
	vlicense LICENSE
}
