Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 244555

Summary: [TRACKER] Packages that needs to be rebuilt after a python upgrade should call python_need_rebuild
Product: Gentoo Linux Reporter: Ali Polatel (RETIRED) <hawking>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: n-roeser, please.no.spam.here
Priority: High Keywords: Tracker
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 244559, 244560, 244566, 244573, 244575, 244607, 244608, 244610, 244612, 244614, 244615, 244742, 244746, 244747, 244749    
Bug Blocks:    

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).