Opened 9 years ago

Closed 9 years ago

#47135 closed defect (duplicate)

py-sphinx:

Reported by: cdeil (Christoph Deil) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: jmroot (Joshua Root), michel.sylvan@…
Port: py-sphinx

Description

py-sphinx 1.3 now depends on py-babel:

https://github.com/sphinx-doc/sphinx/blob/master/setup.py#L54

$ python -c 'import sphinx.application'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/sphinx/application.py", line 37, in <module>
    from sphinx.builders import BUILTIN_BUILDERS
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/sphinx/builders/__init__.py", line 23, in <module>
    from sphinx.util import i18n, path_stabilize
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/sphinx/util/i18n.py", line 15, in <module>
    from babel.messages.pofile import read_po
ImportError: No module named 'babel'

I think it must be added as a dependency in Macports.

Change History (2)

comment:1 Changed 9 years ago by cdeil (Christoph Deil)

I created this issue by accident ... it's a duplicate of #47136 ... please close this one.

comment:2 Changed 9 years ago by larryv (Lawrence Velázquez)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.