svn commit: r431016 - in head/devel: . py-jupyter_client
Antoine Brodin
antoine at FreeBSD.org
Mon Jan 9 19:01:04 UTC 2017
Author: antoine
Date: Mon Jan 9 19:01:02 2017
New Revision: 431016
URL: https://svnweb.freebsd.org/changeset/ports/431016
Log:
New port: devel/py-jupyter_client
Jupyter protocol implementation and client libraries.
WWW: http://jupyter.org/
Added:
head/devel/py-jupyter_client/
head/devel/py-jupyter_client/Makefile (contents, props changed)
head/devel/py-jupyter_client/distinfo (contents, props changed)
head/devel/py-jupyter_client/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jan 9 18:58:54 2017 (r431015)
+++ head/devel/Makefile Mon Jan 9 19:01:02 2017 (r431016)
@@ -4319,6 +4319,7 @@
SUBDIR += py-jsonpointer
SUBDIR += py-jsonrpclib
SUBDIR += py-jsonschema
+ SUBDIR += py-jupyter_client
SUBDIR += py-jupyter_core
SUBDIR += py-kaptan
SUBDIR += py-kayako
Added: head/devel/py-jupyter_client/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jupyter_client/Makefile Mon Jan 9 19:01:02 2017 (r431016)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= jupyter_client
+PORTVERSION= 4.4.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python at FreeBSD.org
+COMMENT= Jupyter protocol implementation and client libraries
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING.md
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \
+ ${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq \
+ ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-jupyter_client/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jupyter_client/distinfo Mon Jan 9 19:01:02 2017 (r431016)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1483860890
+SHA256 (jupyter_client-4.4.0.tar.gz) = c99a52fac2e5b7a3b714e9252ebf72cbf97536d556ae2b5082baccc3e5cd52ee
+SIZE (jupyter_client-4.4.0.tar.gz) = 256379
Added: head/devel/py-jupyter_client/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jupyter_client/pkg-descr Mon Jan 9 19:01:02 2017 (r431016)
@@ -0,0 +1,3 @@
+Jupyter protocol implementation and client libraries.
+
+WWW: http://jupyter.org/
More information about the svn-ports-head
mailing list