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:   prlw1
Date:           Mon Jun  2 11:32:48 UTC 2025

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

Log Message:
jupyter_server: revert part of previous update to fix build:

  hatchling.plugin.exceptions.UnknownPluginError: Unknown build hook: jupyter-builder


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/www/py-jupyter_server/Makefile:1.16
--- pkgsrc/www/py-jupyter_server/Makefile:1.15  Sat May 17 07:52:09 2025
+++ pkgsrc/www/py-jupyter_server/Makefile       Mon Jun  2 11:32:48 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2025/05/17 07:52:09 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/06/02 11:32:48 prlw1 Exp $
 
 DISTNAME=      jupyter_server-2.16.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-server/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://jupyter-server.readthe
 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>=1.8.2:../../sysutils/py-Send2Trash
 DEPENDS+=      ${PYPKGPREFIX}-anyio>=3.1.0:../../devel/py-anyio



Home | Main Index | Thread Index | Old Index