devel/py-jupyter-server-terminals: Add py-jupyter-server-terminals 0.4.4

Jupyter Server Terminals is a Jupyter Server Extension providing support for
terminals.
This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:07:25 +08:00
parent d4bcc76818
commit d2025bc3c4
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 29 additions and 0 deletions

View file

@ -4808,6 +4808,7 @@
SUBDIR += py-jupyter-server
SUBDIR += py-jupyter-server-fileid
SUBDIR += py-jupyter-server-mathjax
SUBDIR += py-jupyter-server-terminals
SUBDIR += py-jupyter-server-ydoc
SUBDIR += py-jupyter-telemetry
SUBDIR += py-jupyter-ydoc

View file

@ -0,0 +1,23 @@
PORTNAME= jupyter-server-terminals
PORTVERSION= 0.4.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= jupyter_server_terminals-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Jupyter Server Extension Providing Terminals
WWW= https://github.com/jupyter-server/jupyter_server_terminals
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.5:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}terminado>=0.8.3:net/py-terminado@${PY_FLAVOR}
USES= python:3.8+
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1679498494
SHA256 (jupyter_server_terminals-0.4.4.tar.gz) = 57ab779797c25a7ba68e97bcfb5d7740f2b5e8a83b5e8102b10438041a7eac5d
SIZE (jupyter_server_terminals-0.4.4.tar.gz) = 29850

View file

@ -0,0 +1,2 @@
Jupyter Server Terminals is a Jupyter Server Extension providing support for
terminals.