diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile index 56087f993735..0926424729fc 100644 --- a/www/py-ws4py/Makefile +++ b/www/py-ws4py/Makefile @@ -1,45 +1,48 @@ # Created by: rene@FreeBSD.org PORTNAME= ws4py -PORTVERSION= 0.3.4 +PORTVERSION= 0.5.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= WebSocket package for Python LICENSE= BSD3CLAUSE -USES= python:3.6+ -USE_PYTHON= distutils autoplist +DEPRECATED= Upstream abandoned +EXPIRATION_DATE= 2022-09-30 + +USES= python:3.6-3.9 +USE_PYTHON= autoplist distutils NO_ARCH= yes -OPTIONS_DEFINE= CHERRYPY GEVENT TORNADO -OPTIONS_DEFAULT=CHERRYPY GEVENT -CHERRYPY_DESC= CherryPy server support -GEVENT_DESC= gevent-based client/server support -TORNADO_DESC= Tornado client support +OPTIONS_DEFINE= CHERRYPY GEVENT TORNADO +OPTIONS_DEFAULT= CHERRYPY GEVENT +CHERRYPY_DESC= CherryPy server support +GEVENT_DESC= gevent-based client/server support +TORNADO_DESC= Tornado client support CHERRYPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.2:www/py-cherrypy@${PY_FLAVOR} GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0.13.8:devel/py-gevent@${PY_FLAVOR} TORNADO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>=3.1:www/py-tornado@${PY_FLAVOR} # Do not install files which will not work post-patch-CHERRYPY-off: .for f in test/test_cherrypy.py ws4py/server/cherrypyserver.py @${RM} ${WRKSRC}/${f} .endfor post-patch-GEVENT-off: .for f in ws4py/client/geventclient.py ws4py/server/geventserver.py @${RM} ${WRKSRC}/${f} .endfor post-patch-TORNADO-off: .for f in ws4py/client/tornadoclient.py @${RM} ${WRKSRC}/${f} .endfor .include diff --git a/www/py-ws4py/distinfo b/www/py-ws4py/distinfo index 12e51e388ef9..d8edea239369 100644 --- a/www/py-ws4py/distinfo +++ b/www/py-ws4py/distinfo @@ -1,2 +1,3 @@ -SHA256 (ws4py-0.3.4.tar.gz) = 85d5c01bb0d031e151a32fad56094caf54e20c2ddb51cf25b5709421ff92d007 -SIZE (ws4py-0.3.4.tar.gz) = 38421 +TIMESTAMP = 1654520585 +SHA256 (ws4py-0.5.1.tar.gz) = 29d073d7f2e006373e6a848b1d00951a1107eb81f3742952be905429dc5a5483 +SIZE (ws4py-0.5.1.tar.gz) = 51408 diff --git a/www/py-ws4py/pkg-descr b/www/py-ws4py/pkg-descr index 3c10ea4f9538..76b8e035ec49 100644 --- a/www/py-ws4py/pkg-descr +++ b/www/py-ws4py/pkg-descr @@ -1,6 +1,6 @@ ws4py is a Python package implementing the WebSocket protocol as defined in RFC 6455. It provides client and server implementations alike that can be using different techniques like threads, micro-threads, or event loops. -WWW: http://www.defuze.org/oss/ws4py/docs/ +WWW: https://github.com/Lawouach/WebSocket-for-Python