contrib/python3-websocket-client/Pkgfile

19 lines
530 B
Plaintext

# Description: WebSocket client library for Python.
# URL: https://github.com/liris/websocket-client
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-six
name=python3-websocket-client
version=1.8.0
release=1
source=(https://pypi.python.org/packages/source/w/websocket_client/websocket_client-$version.tar.gz)
build() {
cd websocket_client-$version
sed -i "s/'backports.ssl_match_hostname'//" setup.py
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG --optimize=1
}