# Template file for 'python3-pydantic'
pkgname=python3-pydantic
version=2.12.4
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-fancy-pypi-readme"
depends="python3-typing_extensions python3-typing-inspection
 python3-annotated-types python3-pydantic-core"
short_desc="Data parsing and validation using Python type hints"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/pydantic/pydantic"
changelog="https://raw.githubusercontent.com/pydantic/pydantic/main/HISTORY.md"
distfiles="${PYPI_SITE}/p/pydantic/pydantic-${version}.tar.gz"
checksum=0f8cb9555000a4b5b617f66bfd2566264c4984b27589d3b845685983e8ea85ac
make_check=no # too many unpackaged test requirements

post_install() {
	vlicense LICENSE
}
