Date: Fri, 6 Jul 2018 21:23:25 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Martin Wilke <miwi@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r474017 - in head: Mk Mk/Uses lang/python-doc-html Message-ID: <20180706182325.GI7353@hades.panopticon> In-Reply-To: <1390035E-7978-4152-A2D4-B3C8C02126C3@FreeBSD.org> References: <201807061611.w66GBFxi067550@repo.freebsd.org> <20180706163611.GH7353@hades.panopticon> <1390035E-7978-4152-A2D4-B3C8C02126C3@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Martin Wilke (miwi@FreeBSD.org) wrote: > 3.6 is default, so that should be first preferred. Shouldn't we set 3.7 as PYTHON3_DEFAULT then? > > On 7 Jul 2018, at 12:36 AM, Dmitry Marakasov <amdmi3@amdmi3.ru> wrote: > > > > * Martin Wilke (miwi@FreeBSD.org <mailto:miwi@FreeBSD.org>) wrote: > > > >> Author: miwi > >> Date: Fri Jul 6 16:11:14 2018 > >> New Revision: 474017 > >> URL: https://svnweb.freebsd.org/changeset/ports/474017 > >> > >> Log: > >> - Finish up lang/python37 import > >> - Added python37 docs > >> - Added python37 support to Mk/ > >> > >> Reviewed by: bapt > >> Approved by: bapt (portmgr) > >> Differential Revision: https://reviews.freebsd.org/D16159 > >> > >> Modified: > >> head/Mk/Uses/python.mk > >> head/Mk/bsd.default-versions.mk > >> head/lang/python-doc-html/distinfo > >> > >> Modified: head/Mk/Uses/python.mk > >> ============================================================================== > >> --- head/Mk/Uses/python.mk Fri Jul 6 16:06:35 2018 (r474016) > >> +++ head/Mk/Uses/python.mk Fri Jul 6 16:11:14 2018 (r474017) > >> @@ -244,7 +244,7 @@ _INCLUDE_USES_PYTHON_MK= yes > >> # What Python version and what Python interpreters are currently supported? > >> # When adding a version, please keep the comment in > >> # Mk/bsd.default-versions.mk in sync. > >> -_PYTHON_VERSIONS= 2.7 3.6 3.5 3.4 # preferred first > >> +_PYTHON_VERSIONS= 2.7 3.6 3.7 3.5 3.4 # preferred first > > > > Is there a reason for 3.7 to be less preferred than 3.6? > > > > -- > > Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D > > amdmi3@amdmi3.ru <mailto:amdmi3@amdmi3.ru> ..: https://github.com/AMDmi3 <https://github.com/AMDmi3> -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180706182325.GI7353>