1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Update to 0.10.1

This commit is contained in:
Antoine Brodin 2017-06-03 11:07:57 +00:00
parent a2b5d90125
commit ea1f471bc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442477
3 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gevent-websocket
PORTVERSION= 0.9.5
PORTVERSION= 0.10.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,3 @@
SHA256 (gevent-websocket-0.9.5.tar.gz) = 0091d6e6aa7298510cadcccb8068e1097a50d4e19090d0c055a93068d4530056
SIZE (gevent-websocket-0.9.5.tar.gz) = 16970
TIMESTAMP = 1496478131
SHA256 (gevent-websocket-0.10.1.tar.gz) = 7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0
SIZE (gevent-websocket-0.10.1.tar.gz) = 18366

View File

@ -4,4 +4,4 @@ Integration on both socket level or using an abstract interface.
RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol).
Easily extendible using a simple WebSocket protocol plugin API
WWW: https://bitbucket.org/Jeffrey/gevent-websocket
WWW: https://www.gitlab.com/noppo/gevent-websocket