devel/py-jupyter-kernel-test: New port: Tool for testing Jupyter kernels

This commit is contained in:
Yuri Victorovich 2023-03-28 07:44:12 -07:00
parent 8e95d4d983
commit 92e7f70a91
4 changed files with 33 additions and 0 deletions

View file

@ -4803,6 +4803,7 @@
SUBDIR += py-jupyter-client
SUBDIR += py-jupyter-core
SUBDIR += py-jupyter-events
SUBDIR += py-jupyter-kernel-test
SUBDIR += py-jupyter-packaging
SUBDIR += py-jupyter-server
SUBDIR += py-jupyter-server-fileid

View file

@ -0,0 +1,26 @@
PORTNAME= jupyter-kernel-test
DISTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool for testing Jupyter kernels
WWW= https://github.com/jupyter/jupyter_kernel_test
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-client>=6.1.13:devel/py-jupyter-client@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR} \
${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
USES= python:3.7+
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1680041970
SHA256 (jupyter_kernel_test-0.5.0.tar.gz) = 8741488a0f3e87d2ca056324922869d2d934e2ddcf8ff5a7ee15e31321a0b4f3
SIZE (jupyter_kernel_test-0.5.0.tar.gz) = 15022

View file

@ -0,0 +1,3 @@
jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels
for successful code execution and conformance with the Jupyter Messaging
Protocol (currently 5.0).