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

Bug 403829

Summary: dev-python/piddle-1.0.15 warnings with >py25
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New 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 Patrick Lauer gentoo-dev 2012-02-15 08:03:35 UTC
* Messages for package dev-python/piddle-1.0.15:

 * Syntax errors / warnings in Python modules for CPython 2.6:
 *     /usr/lib64/python2.6/site-packages/piddle/pdfgen.py:641: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image")
 *     /usr/lib64/python2.6/site-packages/piddle/pdfutils.py:30: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image")
 *     /usr/lib64/python2.6/site-packages/piddle/piddlePS.py:854: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(rawimage) == imgwidth*imgheight, 'Wrong amount of data for image')
 *     /usr/lib64/python2.6/site-packages/piddle/piddlePS.py:945: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(rawimage) == imwidth*imheight, 'Wrong amount of data for image')
 * Syntax errors / warnings in Python modules for CPython 2.7:
 *     /usr/lib64/python2.7/site-packages/piddle/pdfgen.py:641: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image")
 *     /usr/lib64/python2.7/site-packages/piddle/pdfutils.py:30: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(raw) == imgwidth * imgheight, "Wrong amount of data for image")
 *     /usr/lib64/python2.7/site-packages/piddle/piddlePS.py:854: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(rawimage) == imgwidth*imgheight, 'Wrong amount of data for image')
 *     /usr/lib64/python2.7/site-packages/piddle/piddlePS.py:945: SyntaxWarning: assertion is always true, perhaps remove parentheses?
 *     assert(len(rawimage) == imwidth*imheight, 'Wrong amount of data for image')
Comment 1 Patrick Lauer gentoo-dev 2015-07-20 09:01:26 UTC
And it's gone