mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-websocket-client: use alternatives
This commit is contained in:
parent
61d20fcde0
commit
6cd75b1ac4
1 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-websocket-client'
|
# Template file for 'python-websocket-client'
|
||||||
pkgname=python-websocket-client
|
pkgname=python-websocket-client
|
||||||
version=0.37.0
|
version=0.37.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="websocket_client-${version}"
|
wrksrc="websocket_client-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -15,16 +15,12 @@ homepage="https://github.com/liris/websocket-client"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
|
||||||
checksum=678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41
|
checksum=678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41
|
||||||
|
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py2.7"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# use system certs
|
# use system certs
|
||||||
rm -f websocket/cacert.pem
|
rm -f websocket/cacert.pem
|
||||||
}
|
}
|
||||||
post_install() {
|
|
||||||
rm -f ${DESTDIR}/usr/bin/*
|
|
||||||
vbin build-2.7/scripts-2.7/wsdump.py wsdump
|
|
||||||
vbin build-3.4/scripts-3.4/wsdump.py wsdump3.4
|
|
||||||
}
|
|
||||||
|
|
||||||
python3.4-websocket-client_package() {
|
python3.4-websocket-client_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
@ -32,8 +28,9 @@ python3.4-websocket-client_package() {
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="websocket"
|
pycompile_module="websocket"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py3.4"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/wsdump3.4
|
vmove usr/bin/wsdump.py3.4
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue