From owner-freebsd-python@FreeBSD.ORG Mon Mar 11 15:04:30 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 57A213A3; Mon, 11 Mar 2013 15:04:30 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-bk0-x22a.google.com (mail-bk0-x22a.google.com [IPv6:2a00:1450:4008:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8AA959; Mon, 11 Mar 2013 15:04:29 +0000 (UTC) Received: by mail-bk0-f42.google.com with SMTP id jk7so1736027bkc.29 for ; Mon, 11 Mar 2013 08:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lewRb10SQc+aki+lsFNbWhycrfqo7MhU7SwTSWI9chg=; b=M1fBspc6U6TCu/j/pxKteqikSZ0rCNWEnLHldPC0dvEQaFJK7TAhZ85Lm8wPQQp6qa 9qJ1jEXrPBvMQyv5yaTYppkdUXtSZR9gMEg5n46PfPJJXdc8NW093+3Q09FrdsKxLZNe h1x876J8++yV3FYVHdBGbT8oEwXj5G/wCabvb1Lxv6t5iQubNLAg/daetV5fCIfb+z42 5VY3B/ypuZCdKum5K7vq4wlCGbLuIbIhMp3994ed1PFJyvkaUkrYmVkDGlNBe6IzJUKu +j5fON9v2FryJp1dGVM6S6M3FZ5/CcZH2gAwobJbw2YXyFA5MfgwsnG5O1/CahFd2+0N DuAA== X-Received: by 10.205.40.202 with SMTP id tr10mr1868655bkb.24.1363014268582; Mon, 11 Mar 2013 08:04:28 -0700 (PDT) Received: from [192.168.1.129] ([91.196.229.122]) by mx.google.com with ESMTPS id r17sm4196462bkw.21.2013.03.11.08.04.25 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Mar 2013 08:04:26 -0700 (PDT) Message-ID: <513DF278.4030900@gmail.com> Date: Mon, 11 Mar 2013 17:04:24 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16.1 MIME-Version: 1.0 To: Andrey Zonov , miwi@FreeBSD.org Subject: Re: Earlier patch to always install python's eggs as unpacked files References: <201206121725.03767.jhb@freebsd.org> <20120613215312.5d238750.miwi@FreeBSD.org> <4FD8D5EC.4000409@zonov.org> <4FD8E3A8.7020001@zonov.org> In-Reply-To: <4FD8E3A8.7020001@zonov.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: John Baldwin , freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 15:04:30 -0000 13.06.2012 22:02, Andrey Zonov wrote: > Attached patch works for pymongo. This one takes a lot of time to come true... Maybe it would be more practical to add another USE_PYDISTUTILS target like easy_install_unpacked and add some switches down the whole code block? This will make: * everything works as expected; * if anyone wants to switch port to unpacked version the code is there. So the whole packed/unpacked things can be switched and tested port-wise. -- Sphinx of black quartz, judge my vow.