Bug 177559 - dev-python/pycairo doesn't handle python properly
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.

------- Comment #1 From Jakub Moc (RETIRED) 2007-05-07 21:30:09 0000 -------
Created an attachment (id=118501) [details]
pycairo-1.4.0.ebuild.diff

------- Comment #2 From Ali Polatel (RETIRED) 2007-06-30 20:47:21 0000 -------
    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 :)