pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-notebook



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb  8 11:07:12 UTC 2025

Modified Files:
        pkgsrc/www/py-notebook: Makefile PLIST

Log Message:
py-notebook: fix TOOL_DEPENDS and PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/py-notebook/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-notebook/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-notebook/Makefile
diff -u pkgsrc/www/py-notebook/Makefile:1.38 pkgsrc/www/py-notebook/Makefile:1.39
--- pkgsrc/www/py-notebook/Makefile:1.38        Thu Feb  6 13:26:39 2025
+++ pkgsrc/www/py-notebook/Makefile     Sat Feb  8 11:07:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2025/02/06 13:26:39 adam Exp $
+# $NetBSD: Makefile,v 1.39 2025/02/08 11:07:12 wiz Exp $
 
 DISTNAME=      notebook-7.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://jupyter.org/
 COMMENT=       Web-based notebook environment for interactive computing
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.5:../../devel/py-hatch-jupyter-builder
 DEPENDS+=      ${PYPKGPREFIX}-jupyterlab>=4.3.4:../../www/py-jupyterlab
 DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-server>=2.27.1:../../www/py-jupyterlab-server
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_server>=2.4.0:../../www/py-jupyter_server

Index: pkgsrc/www/py-notebook/PLIST
diff -u pkgsrc/www/py-notebook/PLIST:1.24 pkgsrc/www/py-notebook/PLIST:1.25
--- pkgsrc/www/py-notebook/PLIST:1.24   Thu Feb  6 13:26:40 2025
+++ pkgsrc/www/py-notebook/PLIST        Sat Feb  8 11:07:12 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/02/06 13:26:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2025/02/08 11:07:12 wiz Exp $
 bin/jupyter-notebook-${PYVERSSUFFIX}
 etc/jupyter/jupyter_server_config.d/notebook.json
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -19,36 +19,6 @@ ${PYSITELIB}/notebook/app.py
 ${PYSITELIB}/notebook/app.pyc
 ${PYSITELIB}/notebook/app.pyo
 ${PYSITELIB}/notebook/custom/custom.css
-${PYSITELIB}/notebook/labextension/package.json
-${PYSITELIB}/notebook/labextension/schemas/@jupyter-notebook/lab-extension/interface-switcher.json
-${PYSITELIB}/notebook/labextension/schemas/@jupyter-notebook/lab-extension/launch-tree.json
-${PYSITELIB}/notebook/labextension/schemas/@jupyter-notebook/lab-extension/package.json.orig
-${PYSITELIB}/notebook/labextension/static/568.f1a870f262b5e8588c75.js
-${PYSITELIB}/notebook/labextension/static/926.1e1698d53d81bf49c4ad.js
-${PYSITELIB}/notebook/labextension/static/928.7261ac56728710cbd7f2.js
-${PYSITELIB}/notebook/labextension/static/93.c48a681bb3e8043bbbd7.js
-${PYSITELIB}/notebook/labextension/static/remoteEntry.cad89c571bc2aee4aff2.js
-${PYSITELIB}/notebook/labextension/static/style.js
-${PYSITELIB}/notebook/labextension/static/third-party-licenses.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/menus.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/package.json.orig
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/pages.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/shell.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/title.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/top.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/application-extension/zen.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/documentsearch-extension/package.json.orig
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/help-extension/open.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/help-extension/package.json.orig
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/notebook-extension/checkpoints.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/notebook-extension/edit-notebook-metadata.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/notebook-extension/full-width-notebook.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/notebook-extension/kernel-logo.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/notebook-extension/package.json.orig
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/notebook-extension/scroll-output.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/tree-extension/file-actions.json
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/tree-extension/package.json.orig
-${PYSITELIB}/notebook/schemas/@jupyter-notebook/tree-extension/widget.json
 ${PYSITELIB}/notebook/static/1053.c5e410a592cf559cef17.js
 ${PYSITELIB}/notebook/static/1053.c5e410a592cf559cef17.js.map
 ${PYSITELIB}/notebook/static/1088.47e247a20947f628f48f.js



Home | Main Index | Thread Index | Old Index