Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2016 18:59:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 209204] Changing default Python version unduly difficult
Message-ID:  <bug-209204-21822-YDaOhRCtVi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209204-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209204-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=3D209204

--- Comment #8 from David Naylor <dbn@FreeBSD.org> ---
Created attachment 171555
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171555&action=
=3Dedit
Depreciate PYTHON_VERSION, use PYTHON_DEFAULT instead

Per your suggestion that PYTHON_VERSION is now un-intuitive in the current
Ports Framework (a la DEFAULT_VERSIONS) the attached patch depreciates
PYTHON_VERSION and uses PYTHON_DEFAULT instead:

# make -V PYTHON_VER
2.7
# make -V PYTHON_VER DEFAULT_VERSIONS=3Dpython=3D3.5
3.5

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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