19 lines
620 B
Bash
19 lines
620 B
Bash
|
# Template file for 'python3-socketIO-client'
|
||
|
pkgname=python3-socketIO-client
|
||
|
version=0.7.2
|
||
|
revision=4
|
||
|
wrksrc="socketIO-client-${version}"
|
||
|
build_style=python3-module
|
||
|
hostmakedepends="python3-setuptools"
|
||
|
depends="python3-requests python3-six python3-websocket-client"
|
||
|
short_desc="Python3 library for socket.io"
|
||
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||
|
license="MIT"
|
||
|
homepage="https://pypi.org/project/socketIO-client/"
|
||
|
distfiles="${PYPI_SITE}/s/socketIO-client/socketIO-client-${version}.tar.gz"
|
||
|
checksum=64cd84fba79cf97f28c11e64d1fc42a2221f2d7a4fada05ab381e2d73d74d2c1
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|