On Wed, 2 Nov 2016 15:49:13 +0000, Florian Obser <flor...@narrans.de> wrote:
> tested with net/py-ripe.atlas.tools > OK? It lacks some RDEP. Also, I added a note about why disabling tests, but fill free to remove it. ok danj@ if you want to commit it: Index: Makefile =================================================================== RCS file: /cvs/ports/net/py-socketio-client/Makefile,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 Makefile --- Makefile 17 Nov 2015 19:55:11 -0000 1.1.1.1 +++ Makefile 2 Nov 2016 17:11:25 -0000 @@ -2,7 +2,7 @@ COMMENT = python socket.io client library -MODPY_EGG_VERSION = 0.6.5 +MODPY_EGG_VERSION = 0.6.7 DISTNAME = socketIO_client-${MODPY_EGG_VERSION} PKGNAME = py-socketIO-client-${MODPY_EGG_VERSION} @@ -23,8 +23,11 @@ MODULES = lang/python FLAVORS = python3 FLAVOR ?= -RUN_DEPENDS = net/py-websocket-client${MODPY_FLAVOR} +RUN_DEPENDS = devel/py-six${MODPY_FLAVOR} \ + net/py-websocket-client${MODPY_FLAVOR} \ + www/py-requests${MODPY_FLAVOR} +# Requires running stuff with node in another terminal NO_TEST = Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/net/py-socketio-client/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 17 Nov 2015 19:55:11 -0000 1.1.1.1 +++ distinfo 2 Nov 2016 17:11:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (socketIO_client-0.6.5.tar.gz) = hD8nEHTm0rEwKrhz0t+zfmR66gPHXVQv3Q9HudgQhbw= -SIZE (socketIO_client-0.6.5.tar.gz) = 18387 +SHA256 (socketIO_client-0.6.7.tar.gz) = Sm+4yPB3Hy7GAZ0lI9bMAZWh8RShbjvhDa1m4HxSMiY= +SIZE (socketIO_client-0.6.7.tar.gz) = 20293