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

--- Comment #4 from Kyle Evans <kev...@freebsd.org> ---
(In reply to Kyle Evans from comment #2)

(Sorry, ended prematurely)

The problem being that USES= python does it's "default version" selection with
this:

_PYTHON_DEFAULT_VERSION!=       (${LOCALBASE}/bin/python -c \                   
                'import sys; print("%d.%d" % sys.version_info[:2])' 2>
/dev/null \
                || ${ECHO_CMD} ${_PYTHON_PORTBRANCH}) | ${TAIL} -1              

If lang/python is installed, which is bad if you're trying to upgrade.

-- 
You are receiving this mail because:
You are the assignee 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