pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Thu Jun  4 09:47:44 UTC 2026

Modified Files:
        pkgsrc/www/py-jupyter_server: Makefile
        pkgsrc/www/py-jupyterlab: Makefile

Log Message:
py-jupyter_server py-jupyterlab: fix TOOL dependency yet again


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-jupyter_server/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-jupyterlab/Makefile

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-jupyter_server/Makefile
diff -u pkgsrc/www/py-jupyter_server/Makefile:1.21 pkgsrc/www/py-jupyter_server/Makefile:1.22
--- pkgsrc/www/py-jupyter_server/Makefile:1.21  Wed May 27 09:58:12 2026
+++ pkgsrc/www/py-jupyter_server/Makefile       Thu Jun  4 09:47:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2026/05/27 09:58:12 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/06/04 09:47:43 prlw1 Exp $
 
 DISTNAME=      jupyter_server-2.18.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://jupyter-server.readthe
 COMMENT=       Backend for Jupyter web applications
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.8.1:../../devel/py-hatch-jupyter-builder
 DEPENDS+=      ${PYPKGPREFIX}-Send2Trash>=1.8.2:../../sysutils/py-Send2Trash
 DEPENDS+=      ${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio
 DEPENDS+=      ${PYPKGPREFIX}-argon2-cffi>=21.1:../../security/py-argon2-cffi

Index: pkgsrc/www/py-jupyterlab/Makefile
diff -u pkgsrc/www/py-jupyterlab/Makefile:1.25 pkgsrc/www/py-jupyterlab/Makefile:1.26
--- pkgsrc/www/py-jupyterlab/Makefile:1.25      Wed May 27 10:01:20 2026
+++ pkgsrc/www/py-jupyterlab/Makefile   Thu Jun  4 09:47:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2026/05/27 10:01:20 adam Exp $
+# $NetBSD: Makefile,v 1.26 2026/06/04 09:47:44 prlw1 Exp $
 
 DISTNAME=      jupyterlab-4.5.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/jupyterlab/
 COMMENT=       Next-generation user interface for Project Jupyter
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.21.1:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-jupyter-builder>=0.8.1:../../devel/py-hatch-jupyter-builder
 DEPENDS+=      ${PYPKGPREFIX}-async-lru>=1.0.0:../../devel/py-async-lru
 DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.25.0:../../www/py-httpx
 DEPENDS+=      ${PYPKGPREFIX}-ipykernel>=6.5.0:../../devel/py-ipykernel



Home | Main Index | Thread Index | Old Index