From owner-svn-ports-all@freebsd.org Fri Jul 6 16:43:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFB671039C40; Fri, 6 Jul 2018 16:43:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from ihor-3.amdmi3.ru (ihor-3.amdmi3.ru [185.117.152.228]) by mx1.freebsd.org (Postfix) with ESMTP id 57A2F8A4BB; Fri, 6 Jul 2018 16:43:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [127.0.0.1]) by ihor-3.amdmi3.ru (Postfix) with SMTP id 49FAF1AF115; Fri, 6 Jul 2018 19:43:45 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1000 amdmi3@amdmi3.ru; Fri, 6 Jul 2018 19:43:45 +0300 (MSK) Date: Fri, 6 Jul 2018 19:36:11 +0300 From: Dmitry Marakasov To: Martin Wilke 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: <20180706163611.GH7353@hades.panopticon> References: <201807061611.w66GBFxi067550@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201807061611.w66GBFxi067550@repo.freebsd.org> User-Agent: Mutt/1.10.0 (2018-05-17) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 16:43:47 -0000 * Martin Wilke (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 ..: https://github.com/AMDmi3