From owner-svn-ports-all@freebsd.org Mon Aug 31 06:27:49 2015 Return-Path: Delivered-To: svn-ports-all@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 316CD9C7E0D; Mon, 31 Aug 2015 06:27:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 23169845; Mon, 31 Aug 2015 06:27:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 21C6515DA; Mon, 31 Aug 2015 06:27:49 +0000 (UTC) Date: Mon, 31 Aug 2015 06:27:49 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Cc: Thomas Zander , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r395628 - in head/www: . py-pyocclient Message-ID: <20150831062749.GA56296@FreeBSD.org> References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> <20150831055703.GA44646@FreeBSD.org> <55E3EF7B.2010404@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55E3EF7B.2010404@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 31 Aug 2015 06:27:49 -0000 On Mon, Aug 31, 2015 at 04:08:59PM +1000, Kubilay Kocak wrote: > On 31/08/2015 3:57 PM, Alexey Dokuchaev wrote: > > On Mon, Aug 31, 2015 at 03:41:41PM +1000, Kubilay Kocak wrote: > >> Ports should be declarative rather than imperative in respect to > >> describing what Python versions are supported. > >> > >> I'm not 100% sure whether USES=python supports the a.b,a.c format > >> (I don't think it does), but if not, the closest thing we have to > >> stipulating "< a.d" is "-a.c". > > > > If "port only supports 2.x" what's more declaratively clear than > > python:2? > > python:2 unfortunately implicitly means 'depend on the lang/python2' > metaport, "not any version of 2.x" Oh, that's unfortunate indeed (I was always wondering about those meta ports and why do I have installed both python2-2_3 and python27-2.7.10). Are there plans to get rid of this complexity? (I'm not quoting the rest of your mail as I don't have anything to say; you probably know what you guys're [will be] doing about this. :) ./danfe