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

Bug 507094

Summary: app-portage/gpyutils: gpy-upgrade-impl -- needs better handling for python.eclass-unsupported impls
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-04-07 21:16:21 UTC
Right now 'gpy-upgrade-impl python3_3 python3_4' reports all python.eclass packages since python3.4 is not supported at all in that eclass (and therefore assumed disabled). Therefore, it pretty much starts doing the task of 'gpy-depcands' :).

I wonder what we should do. Possibilities:

1. add an '--r1-only' option to ignore python.eclass packages,

2. unconditionally ignore python.eclass packages :),

3. do not report python.eclass upgrades to unsupported implementations.

Your thoughts?
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-04-09 10:02:22 UTC
For now, I've implemented (3). However, I'm still open to comments.
Comment 2 Mike Gilbert gentoo-dev 2014-04-09 13:56:16 UTC
If we are not going to keep maintaining python.eclass, I don't see any real value in checking those packages.