https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231824
Charlie Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #2 from Charlie Li <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
