Package Details: python-ws4py 0.6.0-1

Git Clone URL: https://aur.archlinux.org/python-ws4py.git (read-only, click to copy)
Package Base: python-ws4py
Description: WebSocket client and server library for Python
Upstream URL: https://github.com/Lawouach/WebSocket-for-Python
Licenses: BSD
Provides: python-ws4py, ws4py
Submitter: korjjj
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 12
Popularity: 0.000000
First Submitted: 2014-07-23 16:20 (UTC)
Last Updated: 2025-08-19 11:27 (UTC)

Latest Comments

C0rn3j commented on 2025-08-28 06:09 (UTC)

The https://github.com/Lawouach/WebSocket-for-Python/issues/250 hack needs to be removed, it no longer applies and breaks the build.

BoostCookie commented on 2025-08-17 08:35 (UTC)

This PKGBUILD worked for me

_name="ws4py"
pkgname="python-${_name}"
pkgver=0.6.0
pkgrel=1
pkgdesc="WebSocket client and server library for Python"
url="https://github.com/Lawouach/WebSocket-for-Python"
license=("BSD")
arch=("any")
depends=("python")
makedepends=("python-build" "python-installer" "python-wheel" "python-setuptools")
provides=("$_name" "$pkgname")
source=("$_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
b2sums=('d5dde49408a0d2384e3225ab5d4f741b887dca6979ee9ece75edc0251920a5075e07c3642c3bd24dbce130fc8a833bfbe5aebc4bb7771b267191587c9c88ff6e')

prepare(){
 cd "WebSocket-for-Python-$pkgver"
 # installation warning
 sed -i "setup.py" \
     -e "s|distutils|setuptools|g"
}

build(){
 cd "WebSocket-for-Python-$pkgver"
 python -m build --wheel --no-isolation
}

package(){
 cd "WebSocket-for-Python-$pkgver"
 python -m installer --destdir="$pkgdir" dist/*.whl
}

<deleted-account> commented on 2018-09-09 10:19 (UTC)

@dvzrv Please, delete it from community-testing to be able to continue with its maintenance from AUR.

dvzrv commented on 2018-09-09 09:29 (UTC)

hm, it seems it's actually not required by the latest nikola version anymore. sorry for the noise! This package will not go to [community] after all!

dvzrv commented on 2018-09-04 20:17 (UTC)

I've moved this package to [community-testing] as an optdepends to nikola. Please refrain from updating it here, as I'll move it to [community] soonish. Thanks for packaging!

korjjj commented on 2014-07-23 16:29 (UTC)

@starrify Hi, thanks. I'm a bit confused about actual version of the module, as the last release on github is 0.3.4 too.

starrify commented on 2014-07-23 11:18 (UTC)

Hi, could you please rename this package to `python-ws4py` according to the [Python package naming guideline][1]? Also I've marked this as outdated since the newest version is [`0.3.5`][2] although on pypi it still gives `0.3.4`. Thanks. [1]: https://wiki.archlinux.org/index.php/Python_Package_Guidelines [2]: https://ws4py.readthedocs.org/en/latest/