aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:07:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:29:39 +0000
commitd2025bc3c46ac880c88ff825b2311248d1266781 (patch)
tree705f5fe4a220dedcbae245e06d1b901bbbd0d176
parentd4bcc76818c48b91af3dcf5677786768fe9c9330 (diff)
downloadports-d2025bc3c46ac880c88ff825b2311248d1266781.tar.gz
ports-d2025bc3c46ac880c88ff825b2311248d1266781.zip
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.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-jupyter-server-terminals/Makefile23
-rw-r--r--devel/py-jupyter-server-terminals/distinfo3
-rw-r--r--devel/py-jupyter-server-terminals/pkg-descr2
4 files changed, 29 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 074a22c6cae0..dc0c504d327c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-jupyter-server-terminals/Makefile b/devel/py-jupyter-server-terminals/Makefile
new file mode 100644
index 000000000000..7d384a4a39ce
--- /dev/null
+++ b/devel/py-jupyter-server-terminals/Makefile
@@ -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>
diff --git a/devel/py-jupyter-server-terminals/distinfo b/devel/py-jupyter-server-terminals/distinfo
new file mode 100644
index 000000000000..ef7c62296114
--- /dev/null
+++ b/devel/py-jupyter-server-terminals/distinfo
@@ -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
diff --git a/devel/py-jupyter-server-terminals/pkg-descr b/devel/py-jupyter-server-terminals/pkg-descr
new file mode 100644
index 000000000000..48ddf1b82615
--- /dev/null
+++ b/devel/py-jupyter-server-terminals/pkg-descr
@@ -0,0 +1,2 @@
+Jupyter Server Terminals is a Jupyter Server Extension providing support for
+terminals.