mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
26 lines
975 B
Makefile
26 lines
975 B
Makefile
PORTNAME= jupyter-collaboration-ui
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= jupyter_collaboration_ui-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JupyterLab/Jupyter Notebook 7+ extension providing user interface integration for real time collaboration
|
|
WWW= https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ \
|
|
https://github.com/jupyterlab/jupyter-collaboration/tree/main/projects/jupyter-collaboration-ui \
|
|
https://github.com/jupyterlab/jupyter-collaboration
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.5:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}hatchling>=1.4.0:devel/py-hatchling@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.0.0:devel/py-jupyterlab@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|