summaryrefslogtreecommitdiff
path: root/python3-websocket-client/Pkgfile
blob: 496252d893583f1c6326dc33358643d66ffd775b (plain)
    1 # Description: WebSocket client library for Python.
    2 # URL: https://github.com/liris/websocket-client
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on: python3-setuptools python3-six
    5 
    6 name=python3-websocket-client
    7 version=1.4.2
    8 release=1
    9 source=(https://pypi.python.org/packages/source/w/websocket-client/websocket-client-$version.tar.gz)
   10 
   11 build() {
   12 	cd websocket-client-$version
   13 
   14 	sed -i "s/'backports.ssl_match_hostname'//" setup.py
   15 
   16 	/usr/bin/python3 setup.py build
   17 	/usr/bin/python3 setup.py install --root=$PKG --optimize=1
   18 }

Generated by cgit