Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321687 - dev-python/epydoc 3 still not working properly with docutils 0.6
Summary: dev-python/epydoc 3 still not working properly with docutils 0.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard: python-overlay
Keywords: InOverlay, InVCS
Depends on:
Blocks:
 
Reported: 2010-05-27 12:56 UTC by André Malo
Modified: 2016-02-13 02:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated docutils-0.6 patch for epydoc 3 (h.diff,1.56 KB, patch)
2010-05-27 12:57 UTC, André Malo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description André Malo 2010-05-27 12:56:35 UTC
epydoc 3 still not working properly with docutils 0.6

The 3.0.1 ebuild of dev-python/epydoc already comes with a epydoc-docutils-0.6.patch, but it's not sufficient. There's another usage of child.data in the restructuredtext.py file, which causes epydoc to fail.

Reproducible: Always

Steps to Reproduce:
1. Use epydoc
2. fail :)


Actual Results:  
dies with exception

Expected Results:  
work...

I'm going to attach an updated patch.

It might be useful to bump the revision to -r2.
Comment 1 André Malo 2010-05-27 12:57:28 UTC
Created attachment 233129 [details, diff]
Updated docutils-0.6 patch for epydoc 3
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-06-30 22:34:07 UTC
Fixed in python overlay.
Comment 3 dugz 2016-02-13 01:48:37 UTC
This bug appears to have been FIXED with the -r2 revision. I compiled epydoc with USE="doc tk" and ran epydocgui. It seemed to be working fine and I analyzed a few python modules.
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2016-02-13 02:16:38 UTC
Confirmed