summaryrefslogtreecommitdiff
path: root/repo/python-aiorpcx/python-aiorpcx.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/python-aiorpcx/python-aiorpcx.xibuild')
-rw-r--r--repo/python-aiorpcx/python-aiorpcx.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/python-aiorpcx/python-aiorpcx.xibuild b/repo/python-aiorpcx/python-aiorpcx.xibuild
index 5641540..38e88bc 100644
--- a/repo/python-aiorpcx/python-aiorpcx.xibuild
+++ b/repo/python-aiorpcx/python-aiorpcx.xibuild
@@ -4,14 +4,14 @@ MAKEDEPS="python"
DEPS="python-websockets"
PKG_VER=0.22.1
-SOURCE=https://files.pythonhosted.org/packages/source/a/aiorpcx/aiorpcx-$PKG_VER.tar.gz
+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 setup.py build
+ python -m build --no-isolation --wheel
}
package () {
- python setup.py install --root="$PKG_DEST" --optimize=1
+ python -m installer -d "$PKG_DEST" dist/aiorpcX-$PKG_VER-py3-none-any.whl
}