mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-socketIO-client: drop package
This commit is contained in:
parent
ca2194246d
commit
20a74be249
3 changed files with 18 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
||||||
# Template file for 'python-socketIO-client'
|
|
||||||
pkgname=python-socketIO-client
|
|
||||||
version=0.7.2
|
|
||||||
revision=3
|
|
||||||
archs=noarch
|
|
||||||
build_style=python-module
|
|
||||||
pycompile_module="socketIO_client"
|
|
||||||
wrksrc="socketIO-client-${version}"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-requests python-six python-websocket-client"
|
|
||||||
short_desc="Python2 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
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-socketIO-client_package() {
|
|
||||||
depends="python3-requests python3-six python3-websocket-client"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="socketIO_client"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-socketIO-client
|
|
18
srcpkgs/python3-socketIO-client/template
Normal file
18
srcpkgs/python3-socketIO-client/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue