From owner-svn-ports-all@freebsd.org Sun Dec 13 14:42:49 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C90744BA31D; Sun, 13 Dec 2020 14:42:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cv6gq4LDPz3v6D; Sun, 13 Dec 2020 14:42:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2ECB6115A8; Sun, 13 Dec 2020 14:42:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDEgjkd036916; Sun, 13 Dec 2020 14:42:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDEgijw036914; Sun, 13 Dec 2020 14:42:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012131442.0BDEgijw036914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Dec 2020 14:42:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557924 - head/devel/py-python-socketio X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-python-socketio X-SVN-Commit-Revision: 557924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 14:42:50 -0000 Author: sunpoet Date: Sun Dec 13 14:42:44 2020 New Revision: 557924 URL: https://svnweb.freebsd.org/changeset/ports/557924 Log: Update to 4.6.1 - Update COMMENT - Update pkg-descr - Update WWW Changes: https://github.com/miguelgrinberg/python-socketio/blob/master/CHANGES.md Modified: head/devel/py-python-socketio/Makefile head/devel/py-python-socketio/distinfo head/devel/py-python-socketio/pkg-descr Modified: head/devel/py-python-socketio/Makefile ============================================================================== --- head/devel/py-python-socketio/Makefile Sun Dec 13 14:42:38 2020 (r557923) +++ head/devel/py-python-socketio/Makefile Sun Dec 13 14:42:44 2020 (r557924) @@ -1,16 +1,19 @@ # $FreeBSD$ PORTNAME= python-socketio -PORTVERSION= 1.8.4 +PORTVERSION= 4.6.1 CATEGORIES= devel python net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python implementation of the SocketIO realtime server +COMMENT= Python implementation of the Socket.IO realtime client and server LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-engineio>=3.13.0<4:devel/py-python-engineio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-python-socketio/distinfo ============================================================================== --- head/devel/py-python-socketio/distinfo Sun Dec 13 14:42:38 2020 (r557923) +++ head/devel/py-python-socketio/distinfo Sun Dec 13 14:42:44 2020 (r557924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518003807 -SHA256 (python-socketio-1.8.4.tar.gz) = 13807ce17e85371d15b31295a43b1fac1c0dba1eb5fc233353a3efd53aa122cc -SIZE (python-socketio-1.8.4.tar.gz) = 24537 +TIMESTAMP = 1607685381 +SHA256 (python-socketio-4.6.1.tar.gz) = cd1f5aa492c1eb2be77838e837a495f117e17f686029ebc03d62c09e33f4fa10 +SIZE (python-socketio-4.6.1.tar.gz) = 42374 Modified: head/devel/py-python-socketio/pkg-descr ============================================================================== --- head/devel/py-python-socketio/pkg-descr Sun Dec 13 14:42:38 2020 (r557923) +++ head/devel/py-python-socketio/pkg-descr Sun Dec 13 14:42:44 2020 (r557924) @@ -1,23 +1,10 @@ -Python implementation of the Socket.IO realtime server. +This projects implements Socket.IO clients and servers that can run standalone +or integrated with a variety of Python web frameworks. -Features - Fully compatible with the Javascript, Swift, C++ and Java - official Socket.IO clients, plus any third party clients that - comply with the Socket.IO specification. - Compatible with Python 2.7 and Python 3.3+. - Supports large number of clients even on modest hardware when - used with an asynchronous server based on asyncio, eventlet or gevent. - For development and testing, - any WSGI compliant multi-threaded server can be used. - Includes a WSGI middleware that integrates Socket.IO traffic - with standard WSGI applications. - Uses an event-based architecture implemented with decorators - that hides the details of the protocol. - Implements HTTP long-polling and WebSocket transports. - Supports XHR2 and XHR browsers as clients. - Supports text and binary messages. - Supports gzip and deflate HTTP compression. - Configurable CORS responses to avoid cross-origin problems with browsers. +Socket.IO is a transport protocol that enables real-time bidirectional +event-based communication between clients (typically, though not always, web +browsers) and a server. The official implementations of the client and server +components are written in JavaScript. This package provides Python +implementations of both, each with standard and asyncio variants. - -WWW: https://github.com/miguelgrinberg/python-socketio/ +WWW: https://github.com/miguelgrinberg/python-socketio