Package Details: websockify 0.13.0-2

Git Clone URL: https://aur.archlinux.org/websockify.git (read-only, click to copy)
Package Base: websockify
Description: WebSockets support for any application/server
Upstream URL: https://github.com/novnc/websockify
Licenses: LGPL3
Submitter: moscar
Maintainer: seiuneko
Last Packager: seiuneko
Votes: 9
Popularity: 0.083460
First Submitted: 2013-03-31 00:23 (UTC)
Last Updated: 2025-05-03 13:11 (UTC)

Dependencies (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

seiuneko commented on 2020-05-17 05:34 (UTC)

@elafon Thanks, updated.

elafon commented on 2020-05-05 15:47 (UTC)

Hi,

The package needs to add python-setuptools as a required install and make dependency. Otherwise, the package building and installation will end with errors.

I suggest this patch to fix this issue:

diff --git a/PKGBUILD b/PKGBUILD
index 7300593..a9b1fc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@

 pkgname=websockify
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="WebSockets support for any application/server"
 license=('LGPL3')
 arch=('any')
 url="http://github.com/novnc/websockify"
-makedepends=(python)
-depends=(python)
+makedepends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools')
 optdepends=('python-numpy: for better HyBi protocol performance')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/novnc/$pkgname/archive/v${pkgver}.tar.gz")
 sha512sums=('d2251f653a40dc6dca0e5541845565d968c60be96a20a9b70b0305c4b7578f7fe205d4b98a94bb77d7c9383a396833af90fe92a6ade7e1a6f2d9bf8513d372c8')

Cheers.

chr0mag commented on 2018-08-17 17:41 (UTC)

Moving to python3 has broken wokd (and presumably other packages) that rely on a python2 version of websockify. I suppose the solution is to build packages for both python versions.

rpodgorny commented on 2018-07-23 22:10 (UTC)

adopted, updated. thank you very much!

moscar commented on 2018-07-21 23:45 (UTC)

I have not used this package in a very long time and I have no desire to maintain it at this point. I'm disowning it so someone else can pick it up.

rpodgorny commented on 2018-07-21 11:20 (UTC)

please update the python dependency to python3 (python). i've just tested everything works (at least for me).