From: Björn Ketelaars Subject: Re: [update] jupyter notebook 6.4.13 -> 7.4.2 To: Daniel Dickman Cc: ports@openbsd.org Date: Fri, 16 May 2025 07:13:50 +0200 On Thu 15/05/2025 17:34, Daniel Dickman wrote: > previous diff was missing a patch (thanks Stuart!) > > please find attached the corrected diff for testing. > > On Wed, 14 May 2025, Daniel Dickman wrote: > > > I've attached a compressed diff to update jupyter notebook to the latest > > release. > > > > Would be great to have some feedback from jupyter notebook users as this > > is a big update. > > > > I'll leave it here on ports for a while to give folks a chance to test. > > > > (it will need a very up to date ports tree) > > > > ok's welcome too Found am issue while building, which is easily fixed by the diff below: ===> Building for jupyter-notebook-7.4.2 * Getting build dependencies for wheel... ERROR Missing dependencies: hatch-jupyter-builder>=0.5 Tested with some work related stuff, and did not encounter an issue. With the above addressed, OK bket@ diff --git Makefile Makefile index 6943e88ce5a..5a9ef2bdbce 100644 --- Makefile +++ Makefile @@ -18,7 +18,8 @@ MODULES = lang/python MODPY_PI = Yes MODPY_PYBUILD = hatchling -BUILD_DEPENDS = www/jupyterlab<4.5 +BUILD_DEPENDS = devel/py-hatch-jupyter-builder \ + www/jupyterlab<4.5 RUN_DEPENDS = devel/desktop-file-utils \ devel/py-jupyter_server<3 \