python-websocket-client: update to 0.56.0.
This commit is contained in:
parent
95e112eedc
commit
0a571f4a2e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-websocket-client'
|
# Template file for 'python-websocket-client'
|
||||||
pkgname=python-websocket-client
|
pkgname=python-websocket-client
|
||||||
version=0.55.0
|
version=0.56.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="websocket_client-${version}"
|
wrksrc="websocket_client-${version}"
|
||||||
|
@ -13,11 +13,11 @@ maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/websocket-client/websocket-client"
|
homepage="https://github.com/websocket-client/websocket-client"
|
||||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||||
checksum=f6029deea21218f2c771848935aa26c15699c831770f4fa66958bdaabff80ca0
|
checksum=1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a
|
||||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i "s|'backports.ssl_match_hostname'||" setup.py
|
vsed -i "s|'backports.ssl_match_hostname'||" setup.py
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue