#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: | assigned → accepted |
---|
comment:2 Changed 3 years ago by harens (Haren S)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
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.
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.