summaryrefslogtreecommitdiff
path: root/repo/python-aiorpcx/python-aiorpcx.xibuild
blob: 38e88bc1d1345413d8090d79901e778e785c20b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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
}