# Description: ASGI specs, helper code, and adapters # URL: https://github.com/django/asgiref/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Depends on: python3-wheel name=python3-asgiref version=3.9.1 release=1 source=(https://pypi.org/packages/source/a/asgiref/asgiref-$version.tar.gz) build() { cd asgiref-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }