pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jupyter_server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 14 15:40:39 UTC 2025

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

Log Message:
py-jupyter_server: fix TOOL dependency


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-jupyter_server/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.18 pkgsrc/www/py-jupyter_server/Makefile:1.19
--- pkgsrc/www/py-jupyter_server/Makefile:1.18  Tue Sep  2 11:55:02 2025
+++ pkgsrc/www/py-jupyter_server/Makefile       Sun Sep 14 15:40:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2025/09/02 11:55:02 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/09/14 15:40:39 wiz Exp $
 
 DISTNAME=      jupyter_server-2.17.0
 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



Home | Main Index | Thread Index | Old Index