K 10 svn:author V 7 linimon K 8 svn:date V 27 2020-09-07T16:47:09.472778Z K 7 svn:log V 390 As of the 5.0.0 commit, this port now includes python code that is only available in Python 3: Traceback (most recent call last): File "", line 1, in File "setup.py", line 41 print(error, file=sys.stderr) ^ SyntaxError: invalid syntax Accordingly, restrict the port and remove the special-case code. Approved by: portmgr ("just fix it") END