https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231824

Charlie Li <ml+free...@vishwin.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ml+free...@vishwin.info,
                   |                            |pyt...@freebsd.org

--- Comment #2 from Charlie Li <ml+free...@vishwin.info> ---
This port's plist conflicts with Mk/Uses/python.mk in how PYTHON_PYOEXTENSION
is defined. Currently, for the cases of Python 3.5 and later (which this bug
applies to), PYTHON_PYOEXTENSION is just opt-1.pyc. But in this plist, the
opt-1 part comes before the .cpython-%%PYTHON_SUFFIX%%.pyc, with the ending
becoming opt-1.cpython-%%PYTHON_SUFFIX%%.pyc, which results in this build
failure when python>=3.5.

CCing python@ for more input.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to