From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-python+bounces-381-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2A57E138941
	for <garchives@archives.gentoo.org>; Sat,  9 Feb 2013 15:58:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A54C321C00D;
	Sat,  9 Feb 2013 15:58:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2DA3921C00D
	for <gentoo-python@lists.gentoo.org>; Sat,  9 Feb 2013 15:58:02 +0000 (UTC)
Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182])
	(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 571F633E3AD
	for <gentoo-python@lists.gentoo.org>; Sat,  9 Feb 2013 15:58:01 +0000 (UTC)
Received: by mail-ie0-f182.google.com with SMTP id k14so6183938iea.13
        for <gentoo-python@lists.gentoo.org>; Sat, 09 Feb 2013 07:57:40 -0800 (PST)
Precedence: bulk
List-Post: <mailto:gentoo-python@lists.gentoo.org>
List-Help: <mailto:gentoo-python+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-python+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-python+subscribe@lists.gentoo.org>
List-Id: Discussions centering around the Python ecosystem in Gentoo Linux <gentoo-python.gentoo.org>
X-BeenThere: gentoo-python@gentoo.org
X-BeenThere: gentoo-python@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.50.219.234 with SMTP id pr10mr4756999igc.26.1360425460699;
 Sat, 09 Feb 2013 07:57:40 -0800 (PST)
Received: by 10.64.102.66 with HTTP; Sat, 9 Feb 2013 07:57:40 -0800 (PST)
In-Reply-To: <1360411413-7456-1-git-send-email-mgorny@gentoo.org>
References: <1360411413-7456-1-git-send-email-mgorny@gentoo.org>
Date: Sat, 9 Feb 2013 10:57:40 -0500
Message-ID: <CAJ0EP424j4NLyDp_+uQajrEx41stkv7p+m1-UbxhCb6Hh6gkYg@mail.gmail.com>
Subject: [gentoo-python] Re: [PATCH] Override egg-info location in out-of-source builds.
From: Mike Gilbert <floppym@gentoo.org>
To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= <mgorny@gentoo.org>
Cc: gentoo-python@lists.gentoo.org, python@gentoo.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 26f87e9a-4a82-49e1-a176-446344001d43
X-Archives-Hash: 881898003e09b1b05073fb33483c1217

On Sat, Feb 9, 2013 at 7:03 AM, Micha=C5=82 G=C3=B3rny <mgorny@gentoo.org> =
wrote:
> Detect whether egg_info command is available and override the egg-info
> file location to BUILD_DIR. This way, there is no risk that egg-info
> files between CPython 2.7 and PyPy will collide. Even if that wouldn't
> hurt anything :P.

Ok.