Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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 :)