# Description: Fast, simple object-to-object and broadcast signaling # URL: https://blinker.readthedocs.io/en/stable/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-blinker version=1.9.0 release=2 source=(https://files.pythonhosted.org/packages/source/b/blinker/blinker-$version.tar.gz) build() { cd blinker-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }