Skip to content

Commit

Permalink
devel/py-jupyter-server-terminals: Add py-jupyter-server-terminals 0.4.4
Browse files Browse the repository at this point in the history
Jupyter Server Terminals is a Jupyter Server Extension providing support for
terminals.
  • Loading branch information
sunpoet committed Apr 5, 2023
1 parent d4bcc76 commit d2025bc
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions devel/py-jupyter-server-terminals/pkg-descr
@@ -0,0 +1,2 @@
Jupyter Server Terminals is a Jupyter Server Extension providing support for
terminals.

0 comments on commit d2025bc

Please sign in to comment.