# Description: The ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale
# URL: https://falconframework.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-wheel

name=python3-falcon
version=4.3.1
release=1
source=(https://pypi.org/packages/source/f/falcon/falcon-$version.tar.gz)

build() {
  cd falcon-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl
}
