Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177559 - dev-python/pycairo doesn't handle python properly
Summary: dev-python/pycairo doesn't handle python properly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-07 21:29 UTC by Jakub Moc (RETIRED)
Modified: 2007-06-30 20:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pycairo-1.4.0.ebuild.diff (pycairo-1.4.0.ebuild.diff,725 bytes, patch)
2007-05-07 21:30 UTC, Jakub Moc (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-05-07 21:29:48 UTC
The ebuild doesn't run python_mod_{optimize,cleanup}, leaving orphaned cruft
behind on unmerge/python upgrade etc.

Patch attached.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-07 21:30:09 UTC
Created attachment 118501 [details, diff]
pycairo-1.4.0.ebuild.diff
Comment 2 Ali Polatel (RETIRED) gentoo-dev 2007-06-30 20:47:21 UTC
    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 :)