https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252057
--- Comment #21 from [email protected] --- A commit references this bug: Author: fluffy Date: Thu Dec 24 13:14:02 UTC 2020 New revision: 559071 URL: https://svnweb.freebsd.org/changeset/ports/559071 Log: Mk/Uses/python.mk: introduce PYTHON_EXT_SUFFIX variable Since Python-3.8.7 it uses unified with other platforns shared libs naming scheme: instead of plain .so suffix now it refers to used cpython: .cpython-${PYTHON_SUFFIX}.so Future Python releases will use this scheme too, it will be hooked via version check PR: 252057 Approved by: python (wen) Changes: head/Mk/Uses/python.mk -- 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]"
