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

Bug 389921

Summary: dev-python/sphinx-1.1 syntax errors with python-2.4
Product: Gentoo Linux Reporter: Mike Gilbert <floppym>
Component: [OLD] UnspecifiedAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Gilbert gentoo-dev 2011-11-09 03:28:50 UTC
* Syntax errors / warnings in Python modules for CPython 2.4:
 *     Compiling /usr/lib64/python2.4/site-packages/sphinx/util/osutil.py ...
 *     File "/usr/lib64/python2.4/site-packages/sphinx/util/osutil.py", line 145
 *     return docname.split(SEP, 1)[0] if compaction else docname
 *     ^
 *     SyntaxError: invalid syntax
 *     
 *     Compiling /usr/lib64/python2.4/site-packages/sphinx/websupport/storage/sqlalchemy_db.py ...
 *     File "/usr/lib64/python2.4/site-packages/sphinx/websupport/storage/sqlalchemy_db.py", line 80
 *     comment, vote = r if username else (r, 0)
 *     ^
 *     SyntaxError: invalid syntax
Comment 1 Arfrever Frehtes Taifersar Arahesis 2011-11-10 01:35:22 UTC
dev-python/sphinx::progress sets PYTHON_RESTRICTED_ABIS="2.4" due to requirement of uuid module.
Comment 2 Patrick Lauer gentoo-dev 2012-03-16 07:48:29 UTC
2.4 is gone and no longer supported.