#!/bin/sh MAKEDEPS="python" DEPS="python-websockets" PKG_VER=0.22.1 SOURCE=https://files.pythonhosted.org/packages/source/a/aiorpcX/aiorpcX-$PKG_VER.tar.gz MAKEDEPS="python" DESC="Generic async RPC implementation, including JSON-RPC" build() { python -m build --no-isolation --wheel } package () { python -m installer -d "$PKG_DEST" dist/aiorpcX-$PKG_VER-py3-none-any.whl }