From owner-svn-ports-all@freebsd.org Mon Aug 31 05:57:03 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 9D3E49C70CF; Mon, 31 Aug 2015 05:57:03 +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 8FE521174; Mon, 31 Aug 2015 05:57:03 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 8E9971C24; Mon, 31 Aug 2015 05:57:03 +0000 (UTC) Date: Mon, 31 Aug 2015 05:57:03 +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: <20150831055703.GA44646@FreeBSD.org> References: <201508301655.t7UGtEVx037588@repo.freebsd.org> <55E3CED6.3010703@FreeBSD.org> <55E3E915.7060300@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55E3E915.7060300@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 05:57:03 -0000 On Mon, Aug 31, 2015 at 03:41:41PM +1000, Kubilay Kocak wrote: > On 31/08/2015 3:26 PM, Thomas Zander wrote: > > On 31 August 2015 at 05:49, Kubilay Kocak wrote: > >> Given this port only supports 2.x, this should be set to python:-2.7, > >> unless it doesn't support 2.6 in which case it should be set to python:2.7 > > > > True, but somehow it feels wrong to set python:-2.7 if you mean "pre-3.x". > > 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? ./danfe