PKGNAME=zstandard
PKGSEC=python
PKGDES="Zstandard binding for Python"
PKGDEP="python-3"
BUILDDEP="setuptools cffi"

# FIXME: https://github.com/indygreg/python-zstandard/blob/e27f2f49f187f5f698e0a6004bee2aed80fe39e3/pyproject.toml#L5
# https://github.com/pypa/pip/issues/11859#issuecomment-2132287974
#ABTYPE=pep517
ABTYPE=python
NOPYTHON2=1

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
