Skip to content

Commit

Permalink
devel/py-ipykernel: Add py-ipykernel 6.4.2
Browse files Browse the repository at this point in the history
The IPython kernel is the Python execution backend for Jupyter.

WWW: https://ipython.org/
WWW: https://github.com/ipython/ipykernel
  • Loading branch information
sunpoet committed Oct 25, 2021
1 parent 70b8183 commit 5d011fa
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Expand Up @@ -14909,7 +14909,6 @@ sysutils/livecd||2020-05-05|Has expired: Broken for more than 6 months
deskutils/osynctool||2020-05-06|Abandonware, website disappeared
devel/libopensync||2020-05-06|Abandonware, website disappeared
deskutils/libopensync-plugin-vformat-devel||2020-05-06|Abandonware, website disappeared
devel/py-ipykernel|devel/py-ipykernel5|2020-05-07|Has expired: Old version, use devel/py-ipykernel5 instead
sysutils/rundeck|sysutils/rundeck2|2020-05-07|Rename to avoid confusion with sysutils/rundeck3
math/darknet|misc/darknet|2020-05-07|DarkNet is a machine learning project, not a math project
www/rubygem-activeresource5|www/rubygem-activeresource|2020-05-08|Remove PKGNAMESUFFIX 3 years and 4 months after rubygem-activeresource removal
Expand Down
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4610,6 +4610,7 @@
SUBDIR += py-iopath
SUBDIR += py-ipaddr
SUBDIR += py-ipdb
SUBDIR += py-ipykernel
SUBDIR += py-ipykernel5
SUBDIR += py-ipympl
SUBDIR += py-ipyparallel
Expand Down
35 changes: 35 additions & 0 deletions devel/py-ipykernel/Makefile
@@ -0,0 +1,35 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= ipykernel
PORTVERSION= 6.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= IPython Kernel for Jupyter

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.md

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debugpy>=1.0.0<2.0:devel/py-debugpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=7.23.1<8.0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>=0<8.0:devel/py-jupyter-client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=0.1.0<0.2.0:math/py-matplotlib-inline@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tornado>=4.2<7.0:www/py-tornado@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0<6.0:devel/py-traitlets@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0<1.12.4:devel/py-argcomplete@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0<5:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
3 changes: 3 additions & 0 deletions devel/py-ipykernel/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1634391080
SHA256 (ipykernel-6.4.2.tar.gz) = 0140f78bfd60e47e387b6433b4bed0f228986420dc4d5fac0e251c9711e23e29
SIZE (ipykernel-6.4.2.tar.gz) = 121253
4 changes: 4 additions & 0 deletions devel/py-ipykernel/pkg-descr
@@ -0,0 +1,4 @@
The IPython kernel is the Python execution backend for Jupyter.

WWW: https://ipython.org/
WWW: https://github.com/ipython/ipykernel

0 comments on commit 5d011fa

Please sign in to comment.