PKGNAME=pydantic-core
PKGSEC=python
PKGDES="Pydantic's core component written in rust"
PKGDEP="python-3 typing-extensions"
BUILDDEP="python-build python-installer maturin llvm rustc"

ABTYPE=pep517
NOPYTHON2=1

ABSPLITDBG=0

# disable LTO on LOONGARCH64 and LOONGSON3, unavailable
NOLTO__LOONGARCH64=1
NOLTO__LOONGSON3=1
