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:
parent
d4bcc76818
commit
d2025bc3c4
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
23
devel/py-jupyter-server-terminals/Makefile
Normal file
23
devel/py-jupyter-server-terminals/Makefile
Normal 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>
|
3
devel/py-jupyter-server-terminals/distinfo
Normal file
3
devel/py-jupyter-server-terminals/distinfo
Normal 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
|
2
devel/py-jupyter-server-terminals/pkg-descr
Normal file
2
devel/py-jupyter-server-terminals/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Jupyter Server Terminals is a Jupyter Server Extension providing support for
|
||||
terminals.
|
Loading…
Reference in a new issue