Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404021 - dev-python/pygooglevoice-0.5-r1 syntax errors with python3
Summary: dev-python/pygooglevoice-0.5-r1 syntax errors with python3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-16 05:15 UTC by Patrick Lauer
Modified: 2012-02-23 15:10 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-16 05:15:15 UTC
>>> Installing (1 of 1) dev-python/pygooglevoice-0.5-r1
 * Compilation and optimization of Python modules for CPython 2.5 ...                                                                                                                                                                 [ ok ]
 * Compilation and optimization of Python modules for CPython 2.6 ...                                                                                                                                                                 [ ok ]
 * Compilation and optimization of Python modules for CPython 2.7 ...                                                                                                                                                                 [ ok ]
 * Compilation and optimization of Python modules for CPython 3.1 ...                                                                                                                                                                 [ !! ]
 *     *** Error compiling /usr/lib64/python3.1/site-packages/googlevoice/voice.py ...
 *     File "/usr/lib64/python3.1/site-packages/googlevoice/voice.py", line 214
 *     except (HTTPError), e:
 *     ^
 *     SyntaxError: invalid syntax
 * Compilation and optimization of Python modules for CPython 3.2 ...                                                                                                                                                                 [ !! ]
 *     *** Error compiling '/usr/lib64/python3.2/site-packages/googlevoice/voice.py'...
 *     File "/usr/lib64/python3.2/site-packages/googlevoice/voice.py", line 214
 *     except (HTTPError), e:
 *     ^
 *     SyntaxError: invalid syntax
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-02-22 15:33:50 UTC
well that's hard.  That indicates it doesn't support python 3.

PYTHON_DEPEND="2:2.6 3"  -> PYTHON_DEPEND="2:2.6"

localhost pygooglevoice # emerge pygooglevoice

>>> Emerging (1 of 1) dev-python/pygooglevoice-0.5-r1
>>> Jobs: 0 of 1 complete, 1 running                Load avg: 0.20, 0.11, 0.15openpty failed: 'out of pty devices'
>>> Installing (1 of 1) dev-python/pygooglevoice-0.5-r1
Comment 2 Tim Harder gentoo-dev 2012-02-23 15:10:47 UTC
Fixed in CVS.