Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#62970 closed defect (fixed)

py-yaspin: installs "examples" and "tests" in the wrong place

Reported by: reneeotten (Renee Otten) Owned by: harens (Haren S)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-yaspin

Description

The pyXY-yaspin port installs the "examples" and "tests" directory in ${frameworks_dir}/Python.framework/Versions/X.Y/lib/pythonX.Y/site-packages. It should ideally do so in ${frameworks_dir}/Python.framework/Versions/X.Y/lib/pythonX.Y/site-packages/yaspin/ or perhaps for the examples in ${prefix}/share/doc/pyXY-yaspin/examples/ so that they don't "pollute" the site-packages directory where they could potentially clash with others port that (incorrectly) want to install files in the same directories.

Change History (3)

comment:1 Changed 3 years ago by harens (Haren S)

Status: assignedaccepted

Thanks Renee for noticing this and opening the ticket. I've got a few things going on currently, so I'll try to fix this in early June.

comment:2 Changed 3 years ago by harens (Haren S)

Resolution: fixed
Status: acceptedclosed

In ee819b9340e2792ed9988204e3c3d54730482536/macports-ports (master):

py-yaspin: fix tests and examples folder locations

Closes: #62970

comment:3 Changed 3 years ago by harens (Haren S)

That fixes it for me locally. Thanks again Renee for letting me know this was happening!

Note: See TracTickets for help on using tickets.