Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244555 - [TRACKER] Packages that needs to be rebuilt after a python upgrade should call python_need_rebuild
Summary: [TRACKER] Packages that needs to be rebuilt after a python upgrade should cal...
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: Tracker
Depends on: 244559 244560 244566 244573 244575 244607 244608 244610 244612 244614 244615 244742 244746 244747 244749
Blocks:
  Show dependency tree
 
Reported: 2008-10-27 00:51 UTC by Ali Polatel (RETIRED)
Modified: 2010-08-23 12:30 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Polatel (RETIRED) gentoo-dev 2008-10-27 00:51:40 UTC
Packages that need to be rebuilt after a python upgrade should be marked with the new python_need_rebuild function.
This lets python-updater find packages that needs to be rebuilt accurately.
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-10-27 00:53:11 UTC
Note: distutils_src_install calls this function so packages using distutils don't need to be modified.
Comment 2 Ali Polatel (RETIRED) gentoo-dev 2008-10-27 01:01:09 UTC
The usage is simple just call python_need_rebuild without arguments in src_install.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2010-08-23 12:30:13 UTC
This appears to be fixed (all dependencies resolved).