Opened 8 years ago

Last modified 8 years ago

#52194 closed defect

py27-html5lib should depend on py27-six — at Version 2

Reported by: bzbarsky (Boris Zbarsky) Owned by: lightnin@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: py-html5lib

Description (last modified by mf2k (Frank Schima))

Trying to actually use html5lib after installing py27-html5lib gives me:

  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/html5lib/__init__.py", line 16, in <module>
    from .html5parser import HTMLParser, parse, parseFragment
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/html5lib/html5parser.py", line 2, in <module>
    from six import with_metaclass
ImportError: No module named six

Change History (2)

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to lightnin@…
Port: py-html5lib added; py27-html5lib removed

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers py27-html5lib), if any.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)
Note: See TracTickets for help on using tickets.