Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 07:14:22 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501836 - head/www/py-websocket-client
Message-ID:  <201905170714.x4H7EM5P044627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri May 17 07:14:22 2019
New Revision: 501836
URL: https://svnweb.freebsd.org/changeset/ports/501836

Log:
  www/py-websocket-client: Update to 0.56.0
  
    - Update LICENSE [1]
    - Update pkg-descr, add WWW: URL
    - Add USE_PYTHON=concurrent, package installs a script
    - Remove backports.ssl_match_hostname dependency, only needed for
      Python < 2.7.9 [2]
  
  Changelog:
  
    https://github.com/websocket-client/websocket-client/blob/v0.56.0/ChangeLog
  
  [1] https://github.com/websocket-client/websocket-client/commit/e94ed9e078c7772a7dc0a115da1a34c493f290b6
  [2] https://github.com/websocket-client/websocket-client/commit/f7f5f70681c621d169b82fc842cb2396265203d5
  
  Reviewed by:		alfred (maintainer)
  Approved by:		alfred (maintainer)
  Differential Revision:	D20283

Modified:
  head/www/py-websocket-client/Makefile
  head/www/py-websocket-client/distinfo
  head/www/py-websocket-client/pkg-descr

Modified: head/www/py-websocket-client/Makefile
==============================================================================
--- head/www/py-websocket-client/Makefile	Fri May 17 04:32:40 2019	(r501835)
+++ head/www/py-websocket-client/Makefile	Fri May 17 07:14:22 2019	(r501836)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	websocket-client
-PORTVERSION=	0.47.0
-PORTREVISION=	1
+PORTVERSION=	0.56.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,17 +14,17 @@ DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
 MAINTAINER=	alfred@FreeBSD.org
 COMMENT=	Websocket client for python
 
-LICENSE=	ISCL
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PYTHON_REL} < 3500
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:security/py-backports.ssl_match_hostname@${PY_FLAVOR}
-.endif
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/py-websocket-client/distinfo
==============================================================================
--- head/www/py-websocket-client/distinfo	Fri May 17 04:32:40 2019	(r501835)
+++ head/www/py-websocket-client/distinfo	Fri May 17 07:14:22 2019	(r501836)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526737924
-SHA256 (websocket_client-0.47.0.tar.gz) = a453dc4dfa6e0db3d8fd7738a308a88effe6240c59f3226eb93e8f020c216149
-SIZE (websocket_client-0.47.0.tar.gz) = 202611
+TIMESTAMP = 1558066532
+SHA256 (websocket_client-0.56.0.tar.gz) = 1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a
+SIZE (websocket_client-0.56.0.tar.gz) = 36951

Modified: head/www/py-websocket-client/pkg-descr
==============================================================================
--- head/www/py-websocket-client/pkg-descr	Fri May 17 04:32:40 2019	(r501835)
+++ head/www/py-websocket-client/pkg-descr	Fri May 17 07:14:22 2019	(r501836)
@@ -1,9 +1,6 @@
-=================
-websocket-client
-=================
+websocket-client module is a 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.
+
+WWW: https://github.com/websocket-client/websocket-client



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905170714.x4H7EM5P044627>