mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
devel/py-jupyter-kernel-test: New port: Tool for testing Jupyter kernels
This commit is contained in:
parent
8e95d4d983
commit
92e7f70a91
4 changed files with 33 additions and 0 deletions
|
@ -4803,6 +4803,7 @@
|
||||||
SUBDIR += py-jupyter-client
|
SUBDIR += py-jupyter-client
|
||||||
SUBDIR += py-jupyter-core
|
SUBDIR += py-jupyter-core
|
||||||
SUBDIR += py-jupyter-events
|
SUBDIR += py-jupyter-events
|
||||||
|
SUBDIR += py-jupyter-kernel-test
|
||||||
SUBDIR += py-jupyter-packaging
|
SUBDIR += py-jupyter-packaging
|
||||||
SUBDIR += py-jupyter-server
|
SUBDIR += py-jupyter-server
|
||||||
SUBDIR += py-jupyter-server-fileid
|
SUBDIR += py-jupyter-server-fileid
|
||||||
|
|
26
devel/py-jupyter-kernel-test/Makefile
Normal file
26
devel/py-jupyter-kernel-test/Makefile
Normal 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>
|
3
devel/py-jupyter-kernel-test/distinfo
Normal file
3
devel/py-jupyter-kernel-test/distinfo
Normal 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
|
3
devel/py-jupyter-kernel-test/pkg-descr
Normal file
3
devel/py-jupyter-kernel-test/pkg-descr
Normal 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).
|
Loading…
Add table
Reference in a new issue