Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-websocket-client | name : python-websocket-client | ||||
| version : 0.44.0 | version : 0.46.0 | ||||
| release : 2 | release : 3 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/06/19/f00725a8aee30163a7f257092e356388443034877c101757c1466e591bf8/websocket_client-0.44.0.tar.gz : 15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72 | - https://files.pythonhosted.org/packages/source/w/websocket-client/websocket_client-0.46.0.tar.gz : 933f6bbf08b381f2adbca9e93d7e7958ba212b42c73acb310b18f0fbe74f3738 | ||||
| license : LGPL-3.0 | license : LGPL-2.1 | ||||
| component : programming.python | component : programming.python | ||||
| summary : Websocket client for python | summary : Websocket client for python | ||||
| description: | description: The websocket-client module is WebSocket client for python. It provides the low level APIs for WebSocket. All APIs are the synchronous functions. | ||||
| The websocket-client module is WebSocket client for python. It provides the low level APIs for WebSocket. All APIs are the synchronous functions. | |||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python-3.5) | - pkgconfig(python-3.5) | ||||
| - python-backports.ssl_match_hostname | |||||
| - python-setuptools | - python-setuptools | ||||
| rundeps : | rundeps : | ||||
| - python-backports.ssl_match_hostname | |||||
| - python-six | - python-six | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| %python_setup | %python_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| for _f in "$installdir"/usr/bin/*.py; do | for _f in "$installdir"/usr/bin/*.py; do | ||||
| mv -v "$_f" "${_f%}3" | mv -v "$_f" "${_f%}3" | ||||
| done | done | ||||
| %python_install | %python_install | ||||
| # remove tests that got installed into the buildroot | |||||
| rm -r $installdir/usr/lib/python?.?/site-packages/websocket/tests/ | |||||
| check : | | |||||
| pushd $PKG_BUILD_DIR/py3build | |||||
| python3 setup.py test | |||||
| popd | |||||
| pushd $PKG_BUILD_DIR/py2build | |||||
| python setup.py test | |||||
| popd | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.