https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242463
--- Comment #3 from Peter Wullinger <free...@dhke.de> --- Created attachment 210328 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210328&action=edit Python 3 support Add (flavored) Python 3 support. - replace USES=python:2.7 by USES=python. This enables flavoured builds. Both Python 2 and Python 3 versions build successfully. - add USE_PYTHON=autoplist. The current fixed plist breaks because of Python 3 compiled file locations (__pycache__) - remove plist entries that get autogenerated by autoplist CAVEATS: The mercurial port does not have a flavor prefix, so the py3, py2 packages don't get a different name. This may have to to change, since we might need both versions for the time being. I'm not sure what the implications of a rename to py-mercurial would be. The Python 3 version seems to work as expected (modify, commit, clone, etc.). I have not done any more complex testing. -- You are receiving this mail because: You are the assignee for the bug. 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"