Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 509768 - dev-python/pyx-0.13 USE=doc should depend on dev-python/sphinx
Summary: dev-python/pyx-0.13 USE=doc should depend on dev-python/sphinx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-05-07 07:50 UTC by Jan-Matthias Braun
Modified: 2014-06-29 11:26 UTC (History)
0 users

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


Attachments
Patch: Add dependency on dev-python/sphinx[latex]. (pyx-0.13_correct_depend_for_doc.patch,309 bytes, patch)
2014-05-07 07:53 UTC, Jan-Matthias Braun
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan-Matthias Braun 2014-05-07 07:50:13 UTC
When building with use doc enabled, compiling the faq fails iff sphinx is not installed.

Reproducible: Always
Comment 1 Jan-Matthias Braun 2014-05-07 07:53:12 UTC
Created attachment 376536 [details, diff]
Patch: Add dependency on dev-python/sphinx[latex].
Comment 2 Jan-Matthias Braun 2014-05-07 07:57:21 UTC
Comment on attachment 376536 [details, diff]
Patch: Add dependency on dev-python/sphinx[latex].

Patch: Add dependency on dev-python/sphinx[latex] to fix building with use doc.
I have not tested if sphinx suffices if emerged without latex use flag. But that seems highly counter-intuitive. :-)
I guess that, as sphinx depends on texlive-latexextra, t
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2014-06-29 11:26:54 UTC
missing [${PYTHON_USEDEP}] in patch for sphinx.


  29 Jun 2014; Ian Delaney <idella4@gentoo.org> pyx-0.12.1-r1.ebuild,
  pyx-0.13.ebuild:
  0.12.1-r1; drop py2.6 pypy2_0 on 0.12.1-r1; add missing dep for doc build &
  call of distutils-r1_python_install_all, tidy, based on patch by J. Braun from
  Bug #509768, fixes said bug