#48424: py34-gevent @1.0.2_0 is not really Python 3.4 compatible ----------------------+-------------------------------- Reporter: elonen@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: py34-gevent ----------------------+-------------------------------- The py34-gevent package seem not to be Python 3 compatible: {{{ $ python3.4 Python 3.4.3 (default, May 25 2015, 18:48:21) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import gevent; Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4 /site-packages/gevent/__init__.py", line 41, in <module> from gevent.hub import get_hub, iwait, wait File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4 /site-packages/gevent/hub.py", line 289 except Exception, ex: ^ SyntaxError: invalid syntax }}}
-- Ticket URL: <https://trac.macports.org/ticket/48424> MacPorts <https://www.macports.org/> Ports system for OS X