python-websocket-client: drop package
This commit is contained in:
parent
20a74be249
commit
1015ba8dd4
|
@ -1,37 +0,0 @@
|
|||
# Template file for 'python-websocket-client'
|
||||
pkgname=python-websocket-client
|
||||
version=0.56.0
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="websocket_client-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="websocket"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-six ca-certificates"
|
||||
short_desc="WebSocket client for Python2"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/websocket-client/websocket-client"
|
||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||
checksum=1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||
|
||||
pre_build() {
|
||||
vsed -i "s|'backports.ssl_match_hostname'||" setup.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-websocket-client_package() {
|
||||
archs=noarch
|
||||
depends="python3-six ca-certificates"
|
||||
pycompile_module="websocket"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/wsdump.py3
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-websocket-client
|
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-websocket-client'
|
||||
pkgname=python3-websocket-client
|
||||
version=0.56.0
|
||||
revision=3
|
||||
wrksrc="websocket_client-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six ca-certificates"
|
||||
short_desc="WebSocket client for Python3"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/websocket-client/websocket-client"
|
||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||
checksum=1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2"
|
||||
|
||||
pre_build() {
|
||||
vsed -i "s|'backports.ssl_match_hostname'||" setup.py
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue