From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 96B3013800E for ; Tue, 31 Jul 2012 15:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF57BE01BE; Tue, 31 Jul 2012 15:31:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 74FC7E01BE for ; Tue, 31 Jul 2012 15:31:15 +0000 (UTC) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id B34571B4020 for ; Tue, 31 Jul 2012 15:31:13 +0000 (UTC) Received: by weyt57 with SMTP id t57so4855852wey.40 for ; Tue, 31 Jul 2012 08:31:11 -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.180.78.2 with SMTP id x2mr7871379wiw.10.1343748671303; Tue, 31 Jul 2012 08:31:11 -0700 (PDT) Received: by 10.223.3.142 with HTTP; Tue, 31 Jul 2012 08:31:11 -0700 (PDT) In-Reply-To: References: <5015EDC2.202@gentoo.org> Date: Tue, 31 Jul 2012 11:31:11 -0400 Message-ID: Subject: Re: [gentoo-python] Python 3 in Gentoo From: Mike Gilbert To: gentoo-python Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: f4e63815-7ed6-4101-a8ec-580972ad8e70 X-Archives-Hash: b39a6051f3d318ace83e0b7d678c2436 On Mon, Jul 30, 2012 at 1:05 PM, Mike Gilbert wrote: >> So do you know how many ebuilds we'd have to update to get it right? >> > > At the moment, no. If someone could help me write a script to identify > affected packages, that would be great. > > If said script uses the portage api to determine the dependency tree, > we will want to modify python.eclass first to reduce the number of > hits. This could be done in a local copy of the tree. I've created a quick little script and posted it in my devspace. Now I just need to mess with python.eclass. http://dev.gentoo.org/~floppym/python-deps.py