Files
ports/core/python3-websocket-client/spkgbuild
2020-04-13 14:53:21 +08:00

17 lines
408 B
Plaintext

# description : WebSocket client library for Python
# depends : python3-six python3
name=python3-websocket-client
version=0.57.0
release=1
source="https://pypi.io/packages/source/w/websocket-client/websocket_client-$version.tar.gz"
build() {
cd websocket_client-$version
sed -i "s/'backports.ssl_match_hostname'//" setup.py
python3 setup.py build
python3 setup.py install --root=$PKG --optimize=1
}