https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241463
--- Comment #6 from Sunpoet Po-Chuan Hsieh <sunp...@freebsd.org> --- Regarding using scons with python 3.x, my initial plan was to change its dependency from python 2.7 to python 3.x and patch dependent ports. But that's a long list and I failed to fix some ports. I think the better solution right now is as follows: - Add flavored devel/scons by relaxing USES=python - Change Mk/Uses/scons.mk to use flavored scons and add :py27 arg for scons@py27 - Let scons@py27 and scons@py3x coexist - Change all dependent ports which are not python3-ready to scons:py27 -- 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"