From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1STevs-0006Q0-AV for garchives@archives.gentoo.org; Sun, 13 May 2012 19:58:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABDB7E0509; Sun, 13 May 2012 19:58:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 771C9E0509 for ; Sun, 13 May 2012 19:58:16 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: djc) by smtp.gentoo.org (Postfix) with ESMTPSA id 7C0F01B4053 for ; Sun, 13 May 2012 19:58:15 +0000 (UTC) Received: by wibhn14 with SMTP id hn14so2862681wib.4 for ; Sun, 13 May 2012 12:58:12 -0700 (PDT) Received: by 10.180.86.5 with SMTP id l5mr13654836wiz.6.1336939092869; Sun, 13 May 2012 12:58:12 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org MIME-Version: 1.0 Received: by 10.216.137.162 with HTTP; Sun, 13 May 2012 12:57:52 -0700 (PDT) In-Reply-To: <4FAEC8EC.5030007@gentoo.org> References: <4F4D4380.9070909@gentoo.org> <4FAE35B4.8010601@gentoo.org> <20120512192022.3afd848c@pomiocik.lan> <4FAEC8EC.5030007@gentoo.org> From: Dirkjan Ochtman Date: Sun, 13 May 2012 21:57:52 +0200 Message-ID: Subject: Re: [gentoo-python] New eclass for Python To: Mike Gilbert Cc: gentoo-python@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: fbebde51-ba17-49b6-859d-c3d5934816c9 X-Archives-Hash: 51d9234fd3e1c96cb603ea7579f93e2a On Sat, May 12, 2012 at 10:32 PM, Mike Gilbert wrote: > Why not emulate php/ruby and set a default value in the base profile? > See profiles/base/make.defaults. > > I think PYTHON_TARGETS="python2_7 python3_2" would be a reasonable choice. Yeah, I think we should provide a default value, and this default value looks good to me. Cheers, Dirkjan