[Bug 225052] lang/python: Fix PORTVERSION of this metaport

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 11 03:32:12 UTC 2018


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

--- Comment #4 from Kyle Evans <kevans at 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.


More information about the freebsd-python mailing list