git: d2025bc3c46a - main - devel/py-jupyter-server-terminals: Add py-jupyter-server-terminals 0.4.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 17:33:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2025bc3c46ac880c88ff825b2311248d1266781

commit d2025bc3c46ac880c88ff825b2311248d1266781
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:07:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:29:39 +0000

    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.
---
 devel/Makefile                              |  1 +
 devel/py-jupyter-server-terminals/Makefile  | 23 +++++++++++++++++++++++
 devel/py-jupyter-server-terminals/distinfo  |  3 +++
 devel/py-jupyter-server-terminals/pkg-descr |  2 ++
 4 files changed, 29 insertions(+)

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.