1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

devel/py-ipykernel5: create port

py-ipykernel 5.x, which requires python 3.4 or newer
This commit is contained in:
Steve Wills 2018-12-07 18:18:43 +00:00
parent d4c8819e6b
commit b765922897
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486879
4 changed files with 34 additions and 0 deletions

View File

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

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1543978655
SHA256 (ipykernel-5.1.0.tar.gz) = 0fc0bf97920d454102168ec2008620066878848fcfca06c22b669696212e292f
SIZE (ipykernel-5.1.0.tar.gz) = 101198

View File

@ -0,0 +1,3 @@
IPython Kernel for Jupyter.
WWW: https://ipython.org/