Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447676 - dev-python/sphinx should restrict py3.3
Summary: dev-python/sphinx should restrict py3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.3 438584
  Show dependency tree
 
Reported: 2012-12-18 08:15 UTC by Justin Lecher (RETIRED)
Modified: 2013-01-03 09:41 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 Justin Lecher (RETIRED) gentoo-dev 2012-12-18 08:15:41 UTC
docutils doesn't support 3.3
 * Generation of Grammar pickle with CPython 3.3...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib64/python3.3/site-packages/sphinx/pycode/__init__.py", line 18, in <module>
    from sphinx.util import get_module_source, detect_encoding
  File "/usr/lib64/python3.3/site-packages/sphinx/util/__init__.py", line 24, in <module>
    import docutils
ImportError: No module named 'docutils'
 * ERROR: dev-python/sphinx-1.1.3-r3 failed (postinst phase):
 *   Generation of Grammar pickle with CPython 3.3 failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called pkg_postinst
 *   environment, line 3064:  Called python_execute_function '--action-message' 'Generation of Grammar pickle with $(python_get_implementation_and_version)...' '--failure-message' 'Generation of Grammar pickle with $(python_get_implementation_and_version) failed' 'generation_of_grammar_pickle'
 *   environment, line 3634:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-01-03 09:41:12 UTC
agreed; done accordingly in portage tree