devel/py-ipykernel: Add py-ipykernel 6.4.2
The IPython kernel is the Python execution backend for Jupyter. WWW: https://ipython.org/ WWW: https://github.com/ipython/ipykernel
This commit is contained in:
parent
70b81836d9
commit
5d011fa62b
5 changed files with 43 additions and 1 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
35
devel/py-ipykernel/Makefile
Normal file
35
devel/py-ipykernel/Makefile
Normal file
|
@ -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
devel/py-ipykernel/distinfo
Normal file
3
devel/py-ipykernel/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1634391080
|
||||
SHA256 (ipykernel-6.4.2.tar.gz) = 0140f78bfd60e47e387b6433b4bed0f228986420dc4d5fac0e251c9711e23e29
|
||||
SIZE (ipykernel-6.4.2.tar.gz) = 121253
|
4
devel/py-ipykernel/pkg-descr
Normal file
4
devel/py-ipykernel/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The IPython kernel is the Python execution backend for Jupyter.
|
||||
|
||||
WWW: https://ipython.org/
|
||||
WWW: https://github.com/ipython/ipykernel
|
Loading…
Reference in a new issue