Opened 4 weeks ago

Last modified 2 weeks ago

#69610 assigned defect

py39-pyviz_comms @3.0.2: ERROR Missing dependencies

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: Cc: stromnov (Andrey Stromnov)
Port: py39-pyviz_comms

Description

https://build.macports.org/builders/ports-12_arm64-builder/builds/121416/steps/install-port/logs/stdio

ERROR Missing dependencies:
	jupyterlab<5,>=4.0.0
	notebook-shim>=0.2 -> jupyter-server<3,>=1.8 -> nbconvert>=6.4.4 -> jupyterlab-pygments
	jupyterlab<5,>=4.0.0
	jupyterlab-server<3,>=2.19.0 -> jupyter-server<3,>=1.21 -> nbconvert>=6.4.4 -> jupyterlab-pygments
	hatch-jupyter-builder>=0.8.2
	jupyterlab<5,>=4.0.0
	jupyter-lsp>=2.0.0 -> jupyter-server>=1.1.2 -> nbconvert>=6.4.4 -> jupyterlab-pygments
	jupyterlab<5,>=4.0.0
	jupyter-server<3,>=2.4.0 -> nbconvert>=6.4.4 -> jupyterlab-pygments

Change History (4)

comment:1 Changed 4 weeks ago by Schamschula (Marius Schamschula)

The typical jupyter[lab] voodoo.

All the required versions of these packages are available for py39:

jupyterlab<5,>=4.0.0		4.1.4
notebook-shim>=0.2		0.2.4
jupyter-server<3,>=1.8		2.13.0
nbconvert>=6.4.4		7.16.2
jupyterlab-pygments		0.3.0
jupyterlab-server<3,>=2.19.0	2.25.4
hatch-jupyter-builder>=0.8.2	0.9.1
jupyter-lsp>=2.0.0		2.2.4

However, I haven't checked if one of these had a build issue (typically a dependency that was out of date).

Last edited 4 weeks ago by Schamschula (Marius Schamschula) (previous) (diff)

comment:2 Changed 3 weeks ago by Marius Schamschula <mschamschula@…>

In 9fd8e96359fa2f2fcfd2b7947676a4b0aae955bc/macports-ports (master):

py-pyviz_comms: add py-jupyterlab_pygments dewpendency

See: #69610

comment:3 Changed 3 weeks ago by Marius Schamschula <mschamschula@…>

In 801ee812c76fb85ab0bcf5e1a91e145a1761256b/macports-ports (master):

py-pyviz_comms: add py-hatch-jupyter-builder build dependency

See: #69610

comment:4 Changed 2 weeks ago by stromnov (Andrey Stromnov)

Cc: stromnov added
Note: See TracTickets for help on using tickets.