| Summary: | dev-python/pypy-1.5: distutils should install scripts in /usr/bin | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
| Component: | Current packages | Assignee: | Dirkjan Ochtman (RETIRED) <djc> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nirbheek, python, steffen |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=469298 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 372701 | ||
| Attachments: | pypy-1.5-distutils_scripts_location.patch | ||
Fixed in pypy-1.7. |
Created attachment 278633 [details, diff] pypy-1.5-distutils_scripts_location.patch distutils of PyPy should install scripts in /usr/bin. Then python_merge_intermediate_installation_images() will rename them by adding "-2.7-pypy-1.5" suffix and they will be easily usable by users without changing of PATH. I'm attaching pypy-1.5-distutils_scripts_location.patch, which probably works.