New port: devel/py-jupyter_client

Jupyter protocol implementation and client libraries.
WWW: http://jupyter.org/
This commit is contained in:
Antoine Brodin 2017-01-09 19:01:02 +00:00
parent 5f97d2394d
commit 06729d8390
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431016
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= jupyter_client
PORTVERSION= 4.4.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1483860890
SHA256 (jupyter_client-4.4.0.tar.gz) = c99a52fac2e5b7a3b714e9252ebf72cbf97536d556ae2b5082baccc3e5cd52ee
SIZE (jupyter_client-4.4.0.tar.gz) = 256379

View File

@ -0,0 +1,3 @@
Jupyter protocol implementation and client libraries.
WWW: http://jupyter.org/