| Bug#: 177559 | Product: Gentoo Linux | Version: 2006.1 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: python@gentoo.org | Reported By: jakub@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: dev-python/pycairo doesn't handle python properly | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-05-07 21:29 0000 | |||
| Description: | Opened: 2007-05-07 21:29 0000 |
The ebuild doesn't run python_mod_{optimize,cleanup}, leaving orphaned cruft
behind on unmerge/python upgrade etc.
Patch attached.
Created an attachment (id=118501) [details]
pycairo-1.4.0.ebuild.diff
All pycairo versions are affected by this. Makefile itself byte-compiles
.py files. The new ebuilds sed those parts from the Makefile.in out and
runs python_mod_optimize/cleanup.
Thanks for reporting :)