Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318695 - dev-python/pygtkglext-1.1.0 uses deprecated python_version()
Summary: dev-python/pygtkglext-1.1.0 uses deprecated python_version()
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 00:08 UTC by echalon
Modified: 2010-05-06 16:06 UTC (History)
0 users

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 echalon 2010-05-06 00:08:37 UTC
Self-explanatory build messages:
 * Deprecation Warning: python_version() is deprecated and will be banned on 2010-07-01.
 * Use PYTHON() instead of python variable. Use python_get_*() instead of PYVER* variables.
 * The ebuild needs to be fixed. Please report a bug, if it has not been already reported.


Reproducible: Always

Steps to Reproduce:
1.emerge dev-python/pygtkglext-1.1.0
2.look at warnings
3.

Actual Results:  
Got deprecation warning.

Expected Results:  
No depracation warning.
Comment 1 Rafał Mużyło 2010-05-06 13:21:14 UTC
Are you sure those didn't come from the old ebuild
during unmerge of the old version ?
Comment 2 echalon 2010-05-06 14:48:05 UTC
I thought this was from a revdep-rebuild. In elog-viewer, it's listed under INFO (postinst) for this package from a month ago, but then more recently listed under INFO (postrm) instead, all for this version. And now, when I rebuild the package again, the message doesn't pop up. Could the ebuild have gotten changed without a version number change?
Comment 3 Rafał Mużyło 2010-05-06 16:06:46 UTC
Without seeing full build log, I can't be 100% sure,
but most likely the message you've seen came from the old
ebuild, which was used during unmerge phase of the upgrade.