From owner-freebsd-python@freebsd.org Mon Oct 17 10:40:36 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2DB3C15EC8 for ; Mon, 17 Oct 2016 10:40:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AF721FDD for ; Mon, 17 Oct 2016 10:40:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id AED35C15EC7; Mon, 17 Oct 2016 10:40:36 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE7EAC15EC6 for ; Mon, 17 Oct 2016 10:40:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 952DFFDC; Mon, 17 Oct 2016 10:40:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id A1C9E699; Mon, 17 Oct 2016 05:40:35 -0500 (CDT) Date: Mon, 17 Oct 2016 05:40:34 -0500 From: Mark Linimon To: Ruslan Makhmatkhanov Cc: "Vlad K." , koobs@freebsd.org, python , Kubilay Kocak Subject: Re: Introducing python3 into user system Message-ID: <20161017104034.GC13294@lonesome.com> References: <883cfb37-3946-aa2c-21d2-73a21ea3e365@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 10:40:36 -0000 On Mon, Oct 17, 2016 at 01:35:45PM +0300, Ruslan Makhmatkhanov wrote: > Ok, PHB was just an example. But it should be some "authoritative" place to > encourage people to change their ports and to prevent adding of new ports > without specific python version set (I still see many new ports added with > just USES=python, while it may not build with python3 at all). Although I'm the first to acknowledge that our wiki is a mess, this seems like an appropriate use of it. Please contact me off-line if you want help with that task. mcl