PKGNAME=orjson
PKGSEC=python
PKGDEP="python-3"
BUILDDEP="rustc llvm maturin tqdm poetry py-filelock platformdirs puccinialin"
PKGDES="Python JSON library with support for dataclasses, datetimes, and numpy"

ABTYPE=pep517

NOPYTHON2=1
# Note: Fails to import during test due to undefined symbol yyjson_alc_pool_init
#  https://github.com/ijl/orjson/issues/613
NOLTO=1
