Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 03:32:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 225052] lang/python: Fix PORTVERSION of this metaport
Message-ID:  <bug-225052-21822-Aa0coMURD2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225052-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225052-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225052

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

(Sorry, ended prematurely)

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

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

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225052-21822-Aa0coMURD2>