Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57762 - epydoc - ebuild needs tetex added as dependency. See --pdf switch
Summary: epydoc - ebuild needs tetex added as dependency. See --pdf switch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 12:25 UTC by Nick Plante
Modified: 2004-08-07 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 Nick Plante 2004-07-20 12:25:31 UTC
epydoc, the python doc generator, needs tetex added as a dependency to its ebuild.
Example:
epydoc --pdf * // can not function as it needs latex.


Reproducible: Always
Steps to Reproduce:
1. emerge epydoc
2. make sure you dont have tetex emerged
3. navigate to a python script directory
4. epydoc --pdf *

Actual Results:  
operation fails to complete: cant find latex.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-07-20 13:52:26 UTC
i guess its an optional dependency .. we probably want a PDF keyword in epydoc
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2004-08-07 07:48:50 UTC
Fixed in 2.1-r1, by adding local use flag -- pdf.