Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 389921 - dev-python/sphinx-1.1 syntax errors with python-2.4
Summary: dev-python/sphinx-1.1 syntax errors with python-2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 03:28 UTC by Mike Gilbert
Modified: 2012-03-16 07:48 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 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.