From owner-freebsd-python@FreeBSD.ORG  Tue Jun 12 21:25:06 2012
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F19DE106566B
	for <freebsd-python@freebsd.org>; Tue, 12 Jun 2012 21:25:05 +0000 (UTC)
	(envelope-from jhb@freebsd.org)
Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net
	[IPv6:2001:470:1f10:75::2])
	by mx1.freebsd.org (Postfix) with ESMTP id C3EA18FC08
	for <freebsd-python@freebsd.org>; Tue, 12 Jun 2012 21:25:05 +0000 (UTC)
Received: from jhbbsd.localnet (unknown [209.249.190.124])
	by bigwig.baldwin.cx (Postfix) with ESMTPSA id 358AEB911;
	Tue, 12 Jun 2012 17:25:05 -0400 (EDT)
From: John Baldwin <jhb@freebsd.org>
To: freebsd-python@freebsd.org
Date: Tue, 12 Jun 2012 17:25:03 -0400
User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; )
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Message-Id: <201206121725.03767.jhb@freebsd.org>
X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7
	(bigwig.baldwin.cx); Tue, 12 Jun 2012 17:25:05 -0400 (EDT)
Cc: Andrey Zonov <andrey@zonov.org>
Subject: Earlier patch to always install python's eggs as unpacked files
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Jun 2012 21:25:06 -0000

There was a patch in this post from last year 
(http://lists.freebsd.org/pipermail/freebsd-python/2011-August/003701.html) to 
make python packages unpack eggs to avoid problems with shared egg caches and 
to avoid requiring Internet access during pkg_add.  Andrey mentioned doing an 
exp run with his patch.  I don't see the patch committed to bsd.python.mk or 
any further replies to the thread.  We are running into some of these issues 
using our own packages at my work.  Were there any problems with this patch or 
during it's exp run?

-- 
John Baldwin