pkgsrc/www/py-jupyter_server/Makefile
adam 241b3b47f9 py-jupyter_server: added version 2.5.0
The Jupyter Server provides the backend (i.e. the core services, APIs, and REST
endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and
Voila.
2023-05-05 10:39:44 +00:00

53 lines
2.4 KiB
Makefile

# $NetBSD: Makefile,v 1.1 2023/05/05 10:39:44 adam Exp $
DISTNAME= jupyter_server-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-server/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://jupyter-server.readthedocs.io/
COMMENT= Backend for Jupyter web applications
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.8.1:../../devel/py-hatch-jupyter-builder
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-Send2Trash-[0-9]*:../../sysutils/py-Send2Trash
DEPENDS+= ${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio
DEPENDS+= ${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=7.4.4:../../devel/py-jupyter_client
DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
DEPENDS+= ${PYPKGPREFIX}-jupyter_events>=0.4.0:../../devel/py-jupyter_events
DEPENDS+= ${PYPKGPREFIX}-jupyter_server_terminals-[0-9]*:../../comms/py-jupyter_server_terminals
DEPENDS+= ${PYPKGPREFIX}-nbconvert>=6.4.4:../../www/py-nbconvert
DEPENDS+= ${PYPKGPREFIX}-nbformat>=5.3.0:../../www/py-nbformat
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
DEPENDS+= ${PYPKGPREFIX}-zmq>=24:../../net/py-zmq
DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
DEPENDS+= ${PYPKGPREFIX}-tornado>=6.2.0:../../www/py-tornado
DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.6.0:../../devel/py-traitlets
DEPENDS+= ${PYPKGPREFIX}-websocket-client-[0-9]*:../../www/py-websocket-client
# TODO: py-test_jupyter
TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-console-scripts-[0-9]*:../../devel/py-test-console-scripts
TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
USE_LANGUAGES= # none
USE_PKGLOCALEDIR= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} jupyter-server jupyter-server-${PYVERSSUFFIX} || ${TRUE}
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"