163d1c1c92
Reported by: portscout
26 lines
897 B
Makefile
26 lines
897 B
Makefile
PORTNAME= pyviz-comms
|
|
DISTVERSION= 3.0.2
|
|
CATEGORIES= misc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= JupyterLab extension for rendering HoloViz content
|
|
WWW= https://github.com/holoviz/pyviz_comms
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-nodejs-version>=0:devel/py-hatch-nodejs-version@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}hatch-jupyter-builder>=0.8.2:devel/py-hatch-jupyter-builder@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}hatchling>=1.5.0:devel/py-hatchling@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}jupyterlab>=4.0.0<5:devel/py-jupyterlab@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}param>0:devel/py-param@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist pytest # 6 tests fail
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|