Skip to content

Commit

Permalink
devel/py-jupyter-kernel-test: New port: Tool for testing Jupyter kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Mar 28, 2023
1 parent 8e95d4d commit 92e7f70
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
26 changes: 26 additions & 0 deletions devel/py-jupyter-kernel-test/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions devel/py-jupyter-kernel-test/distinfo
@@ -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
3 changes: 3 additions & 0 deletions devel/py-jupyter-kernel-test/pkg-descr
@@ -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).

0 comments on commit 92e7f70

Please sign in to comment.