https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205981
Kubilay Kocak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |[email protected] |org | Keywords|patch-ready |needs-patch, needs-qa Status|New |Open --- Comment #10 from Kubilay Kocak <[email protected]> --- Thanks Vladimir. In the case where Python 3.x support is intended but broken, the change that should be implemented is: - Add relevant (missing) bits for Python 3.x (eg: CONFIGURE_ARGS, etc) - Leave USES=python intact (support is intended, but not working/broken) - Set BROKEN when PYTHON_REL is a version of Python 3.x, with an informative message - Ideally BROKEN entry is commented with a link to a reported upstream issue, such that it isn't forgotten, and removed when fixed -- 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]"
