Opened 7 years ago

Closed 7 years ago

#53780 closed enhancement (fixed)

py-jupyter_core: fix paths.py

Reported by: Schamschula (Marius Schamschula) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc:
Port: py-jupyter_core

Description

jupyter_core/paths.py sets paths to

/usr/local/share, /usr/share/jupyter,

and

/usr/local/etc/jupyter, /etc/jupyter

replace with

${prefix}/share/jupyter

and

${prefix}/etc/

respectively.

This solves a problem when installing py-metakernel and py-octave_kernel (both of which I currently testing) to work with py-notebook.

Attachments (2)

Portfile (1.2 KB) - added by Schamschula (Marius Schamschula) 7 years ago.
patch-jupyter_core-paths.py.diff (696 bytes) - added by Schamschula (Marius Schamschula) 7 years ago.

Download all attachments as: .zip

Change History (3)

Changed 7 years ago by Schamschula (Marius Schamschula)

Attachment: Portfile added

Changed 7 years ago by Schamschula (Marius Schamschula)

comment:1 Changed 7 years ago by Andrew Stromnov <stromnov@…>

Resolution: fixed
Status: newclosed

In 7ebd4fa9/macports-ports:

py-jupyter_core: fix paths.py

Closes: #53780

Note: See TracTickets for help on using tickets.