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

Bug 321687

Summary: dev-python/epydoc 3 still not working properly with docutils 0.6
Product: Gentoo Linux Reporter: André Malo <nd>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: bugs+gentoo
Priority: High Keywords: InOverlay, InVCS
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard: python-overlay
Package list:
Runtime testing required: ---
Attachments: Updated docutils-0.6 patch for epydoc 3

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