diff --git a/devel/Makefile b/devel/Makefile index 5327d961fdd3..5adcb6d8dd7c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4663,6 +4663,7 @@ SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipykernel + SUBDIR += py-ipykernel5 SUBDIR += py-ipyparallel SUBDIR += py-ipython_genutils SUBDIR += py-ipywidgets diff --git a/devel/py-ipykernel5/Makefile b/devel/py-ipykernel5/Makefile new file mode 100644 index 000000000000..415c9417e47f --- /dev/null +++ b/devel/py-ipykernel5/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= ipykernel +PORTVERSION= 5.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 5 + +MAINTAINER= python@FreeBSD.org +COMMENT= IPython Kernel for Jupyter + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.md + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tornado>=4.0:www/py-tornado@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets@${PY_FLAVOR} + +USES= python:3.4+ + +USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + +.include diff --git a/devel/py-ipykernel5/distinfo b/devel/py-ipykernel5/distinfo new file mode 100644 index 000000000000..386366e0edb3 --- /dev/null +++ b/devel/py-ipykernel5/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1543978655 +SHA256 (ipykernel-5.1.0.tar.gz) = 0fc0bf97920d454102168ec2008620066878848fcfca06c22b669696212e292f +SIZE (ipykernel-5.1.0.tar.gz) = 101198 diff --git a/devel/py-ipykernel5/pkg-descr b/devel/py-ipykernel5/pkg-descr new file mode 100644 index 000000000000..84199ddb8f2f --- /dev/null +++ b/devel/py-ipykernel5/pkg-descr @@ -0,0 +1,3 @@ +IPython Kernel for Jupyter. + +WWW: https://ipython.org/