# 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-build python3-installer name=python3-blinker version=1.6 release=1 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 --compile-bytecode 2 --destdir=$PKG dist/*.whl }