mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
Changes: https://github.com/jupyterlab/jupyter-collaboration/releases https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/changelog.html
27 lines
1 KiB
Makefile
27 lines
1 KiB
Makefile
PORTNAME= jupyter-collaboration
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI \
|
|
https://github.com/jupyterlab/jupyter-collaboration/releases/download/v${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= jupyter_collaboration-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JupyterLab Extension enabling Real-Time Collaboration
|
|
WWW= https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/ \
|
|
https://github.com/jupyterlab/jupyter-collaboration
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.4.0:devel/py-hatchling@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter-collaboration-ui>=1.1.0:devel/py-jupyter-collaboration-ui@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}jupyter-docprovider>=1.1.0:devel/py-jupyter-docprovider@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}jupyter-server-ydoc>=1.1.0:devel/py-jupyter-server-ydoc@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|