Changes between Initial Version and Version 1 of Ticket #51364


Ignore:
Timestamp:
May 11, 2016, 3:08:39 PM (8 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51364

    • Property Owner changed from macports-tickets@… to snc@…
    • Property Cc mojca@… added; snc@… removed
    • Property Version changed from 2.3.4 to
  • Ticket #51364 – Description

    initial v1  
    1 The python3.x build of py-parsing @2.1.2 fails. 
     1The python3.x build of py-parsing @2.1.2 fails.
     2{{{
    23Traceback (most recent call last):
    34  File "setup.py", line 9, in <module>
     
    1213    return [(frame_summary.filename, frame_summary.lineno)]
    1314AttributeError: 'tuple' object has no attribute 'filename'
    14 
     15}}}
    1516
    1617The culprit is  found in pyparsing.py:
     
    1819
    1920{{{
     21#!python
    2022# this version is Python 2.x-3.x cross-compatible
    2123'decorator to trim function calls to match the arity of the target'