Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403829 - dev-python/piddle-1.0.15 warnings with >py25
Summary: dev-python/piddle-1.0.15 warnings with >py25
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-15 08:03 UTC by Patrick Lauer
Modified: 2015-07-20 09:01 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 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