Skip to content

Please fix python3 build #28

@yurivict

Description

@yurivict

It prints these errors:

byte-compiling /usr/ports/security/py-pyaxo/work-py36/stage/usr/local/lib/python3.6/site-packages/pyaxo.py to pyaxo.cpython-36.pyc
  File "/usr/local/lib/python3.6/site-packages/pyaxo.py", line 127
    print 'Confirm ' + other_name + ' has identity key fingerprint:\n'
                   ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'Confirm ' + other_name + ' has identity key fingerprint:\n')?

writing byte-compilation script '/tmp/tmp0_bsh647.py'
/usr/local/bin/python3.6 /tmp/tmp0_bsh647.py
  File "/usr/local/lib/python3.6/site-packages/pyaxo.py", line 127
    print 'Confirm ' + other_name + ' has identity key fingerprint:\n'
                   ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'Confirm ' + other_name + ' has identity key fingerprint:\n')?

Project unmessage depends on both pyaxo and opuslib. opuslib is now pythin3-only, and pyaxo is pythin2-only. This makes unmessage broken.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions