svn commit: r415237 - head/www/py-websocket-client

Alfred Perlstein alfred at FreeBSD.org
Sun May 15 15:50:45 UTC 2016


Author: alfred (src committer)
Date: Sun May 15 15:50:43 2016
New Revision: 415237
URL: https://svnweb.freebsd.org/changeset/ports/415237

Log:
  Update www/py-websocket-client to version 0.37.0.

Modified:
  head/www/py-websocket-client/Makefile   (contents, props changed)
  head/www/py-websocket-client/distinfo   (contents, props changed)
  head/www/py-websocket-client/pkg-descr   (contents, props changed)

Modified: head/www/py-websocket-client/Makefile
==============================================================================
--- head/www/py-websocket-client/Makefile	Sun May 15 15:39:00 2016	(r415236)
+++ head/www/py-websocket-client/Makefile	Sun May 15 15:50:43 2016	(r415237)
@@ -2,10 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	websocket-client
-PORTVERSION=	0.16.0
+PORTVERSION=	0.37.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
 
 MAINTAINER=	alfred at FreeBSD.org
 COMMENT=	Websocket client for python

Modified: head/www/py-websocket-client/distinfo
==============================================================================
--- head/www/py-websocket-client/distinfo	Sun May 15 15:39:00 2016	(r415236)
+++ head/www/py-websocket-client/distinfo	Sun May 15 15:50:43 2016	(r415237)
@@ -1,2 +1,3 @@
-SHA256 (websocket-client-0.16.0.tar.gz) = f0988cc8c1c723f898402153aad339cfbdebe662dfedef724e3a6f2351d3ff6a
-SIZE (websocket-client-0.16.0.tar.gz) = 191403
+TIMESTAMP = 1463313718
+SHA256 (websocket_client-0.37.0.tar.gz) = 678b246d816b94018af5297e72915160e2feb042e0cde1a9397f502ac3a52f41
+SIZE (websocket_client-0.37.0.tar.gz) = 194246

Modified: head/www/py-websocket-client/pkg-descr
==============================================================================
--- head/www/py-websocket-client/pkg-descr	Sun May 15 15:39:00 2016	(r415236)
+++ head/www/py-websocket-client/pkg-descr	Sun May 15 15:50:43 2016	(r415237)
@@ -2,7 +2,8 @@
 websocket-client
 =================
 
-websocket-client module  is WebSocket client for python. This provide the low level APIs for WebSocket. All APIs are the synchronous functions.
+websocket-client module  is WebSocket client for python. This provide
+the low level APIs for WebSocket. All APIs are the synchronous
+functions.
 
 websocket-client supports only hybi-13.
-


More information about the svn-ports-head mailing list