CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/03/04 06:22:06
Modified files:
devel/py-jupyter_server: Makefile
Log message:
py-jupyter_server: install a dummy ${WRKDIR}/bin/npm, otherwise during build
it runs npm if node is installed, which tries to fetch from the network
(build works ok if node is not present either way). It should also be
possible to use JUPYTER_PACKAGING_SKIP_NPM=1 in env but that doesn't seem
to be working. Found by aja@, ok aja@ daniel@
