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

--- Comment #25 from Ronald Klop <ronald-li...@klop.ws> ---
To all cc's on this issue.

The difficulty is not to run scons with python 2 or 3. Since scons 3.x supports
both python versions. See https://scons.org/tag/releases.html.

The difficulty is that the SConstruct files of other ports are written in
python 2 (like mongodb36) or 3 (like upcoming mongodb42). Our current ports
framework has no way to create both versions of scons.

We can't create ports using scons with python3 as long as there are ports
needing scons with python2.

The first line of /usr/local/bin/scons says "#!/usr/local/bin/python2.7". That
is the only line which need to be changed to run with python3. But we currently
can't do that.

My solution would be to flavor the port and create a py27-scons and py37-scons.
The pkg build infrastructure can than use the one it needs.

-- 
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