Created attachment 232215 [details] Fix with Python ≠ 3.8 Do not replace hard-coded 3.8 in plist. Remark: is it really necessary to install files related to non-installed Python and to Darwin?
(In reply to Thierry Thomas from comment #0) > is it really necessary to install files related to non-installed Python and to Darwin? I'm not entirely sure. However Intellij (=developer of PyCharm) found it necessary to include them in their linux distribution (=what we use here for the port) of PyCharm. Hence even on Linux files related to Darwin seem to have a purpose. BTW These files are part of pydevd which is a Python debugger with remote debugging capabilities. Maybe these files are required for that. It would also explain the different Python versions. Afte,r all you don't know what version is running on the remote machine. Hence I would argue to leave them in.
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae004f237ae31f545f50534d097407b91da05051 commit ae004f237ae31f545f50534d097407b91da05051 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-03-02 21:39:30 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-03-03 17:45:26 +0000 devel/pycharm-pro: fix with Python ≠ 3.8 PR: 262306 Approved by: guido (at) kollerie.com devel/pycharm-pro/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)