svn commit: r419243 - in head/www: . py-sockjs-tornado

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Jul 29 12:10:33 UTC 2016


Author: rm
Date: Fri Jul 29 12:10:31 2016
New Revision: 419243
URL: https://svnweb.freebsd.org/changeset/ports/419243

Log:
  SockJS-tornado is a Python server side counterpart of SockJS-client browser
  library running on top of Tornado framework.
  
  WWW: https://pypi.python.org/pypi/sockjs-tornado

Added:
  head/www/py-sockjs-tornado/
  head/www/py-sockjs-tornado/Makefile   (contents, props changed)
  head/www/py-sockjs-tornado/distinfo   (contents, props changed)
  head/www/py-sockjs-tornado/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Jul 29 12:09:58 2016	(r419242)
+++ head/www/Makefile	Fri Jul 29 12:10:31 2016	(r419243)
@@ -1765,6 +1765,7 @@
     SUBDIR += py-slimit
     SUBDIR += py-slimmer
     SUBDIR += py-slumber
+    SUBDIR += py-sockjs-tornado
     SUBDIR += py-splinter
     SUBDIR += py-spyne
     SUBDIR += py-surl

Added: head/www/py-sockjs-tornado/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-sockjs-tornado/Makefile	Fri Jul 29 12:10:31 2016	(r419243)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	sockjs-tornado
+PORTVERSION=	1.0.3
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rm at FreeBSD.org
+COMMENT=	SockJS python server implementation on top of Tornado framework
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado
+
+NO_ARCH=	yes
+USES=		python:2.7+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/www/py-sockjs-tornado/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-sockjs-tornado/distinfo	Fri Jul 29 12:10:31 2016	(r419243)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469638302
+SHA256 (sockjs-tornado-1.0.3.tar.gz) = 6d726e61bd1d884bd1c1788727fce1b9f24fd69062dda0daf61a476b01718e99
+SIZE (sockjs-tornado-1.0.3.tar.gz) = 20901

Added: head/www/py-sockjs-tornado/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-sockjs-tornado/pkg-descr	Fri Jul 29 12:10:31 2016	(r419243)
@@ -0,0 +1,4 @@
+SockJS-tornado is a Python server side counterpart of SockJS-client browser
+library running on top of Tornado framework.
+
+WWW: https://pypi.python.org/pypi/sockjs-tornado


More information about the svn-ports-all mailing list