From owner-freebsd-python@FreeBSD.ORG Sat Nov 23 11:19:48 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D321361; Sat, 23 Nov 2013 11:19:48 +0000 (UTC) Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com [IPv6:2607:f8b0:400d:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEFB82349; Sat, 23 Nov 2013 11:19:47 +0000 (UTC) Received: by mail-qa0-f51.google.com with SMTP id o15so5669944qap.10 for ; Sat, 23 Nov 2013 03:19:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6U8Ho47/TceHcU97SNRBX0GQQ5jx7PBUEEZEitK6Duo=; b=resRZtZySBxsya9i0Q3qjSbNOTy0JpQatafOFujZvLscjaWqc4JstZ2GLSDvmMtrc4 VG1RO0MEI00kvT2McsNrZF9JY0n+A7h6zk4mYm1nFTksVXwNcEdIFDj8RkK+s6Ne5Aw0 J2tjAQe1YXvCnNzTENIFLfA8UbDrqVxmDZrXv28gcN0w5a7nMX6QcAUfRGgj78LsTdVG 4/GSXR98fNT3xC1m0Q7KT6mtnXnG1V16gPZWVXJSu/PYxzbKoPLDxuoEttlKLxWZXuNd affIg3XPQ3g4kd2ecwCrPOoNjbQzl2zW6oFfyini3Ea5yTSnXDljQLSM8zUH6HJQoVmK XAeg== MIME-Version: 1.0 X-Received: by 10.224.4.70 with SMTP id 6mr28801233qaq.86.1385205586792; Sat, 23 Nov 2013 03:19:46 -0800 (PST) Received: by 10.140.81.233 with HTTP; Sat, 23 Nov 2013 03:19:46 -0800 (PST) In-Reply-To: References: <5280F298.2020604@marino.st> <528DF2F8.1010702@marino.st> Date: Sat, 23 Nov 2013 09:19:46 -0200 Message-ID: Subject: Re: systematic issue with PYDISTUTILS_AUTOPLIST From: William Grzybowski To: Nicola Vitale Content-Type: text/plain; charset=ISO-8859-1 Cc: Baptiste Daroussin , Vladimir Chukharev , John Marino , William Grzybowski , xmj@chaot.net, python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 11:19:48 -0000 On Fri, Nov 22, 2013 at 7:46 PM, Nicola Vitale wrote: > Hi, > >> [2013/11/22 William Grzybowski ] >> On Fri, Nov 22, 2013 at 2:58 AM, Nicola Vitale wrote: >>> If so, in my opinion the cause may be this change to bsd.python.mk: >>> http://svnweb.freebsd.org/ports?view=revision&revision=322046 >> >> In my opinion its not really a cause, how else would you do that? We >> are dealing with packages, I don't see another way to install the >> packages if not manually poking with easy-install.pth. > > Yes, of course. Or we can use easy_install command again... It would just make it more complex, plus we would need to rebuild all easy_install packages. Unless I'm missing something more obvious >> Sure, but the only way around that I see is manually creating the >> easy-install.pth, or figure out a way to tel setuptools to, > > In fact, and why did you not add that file? Obviously we could create > a simple port as a run dependency of setuptools, that installs only > that file with a minimal content, so not having to worry about it when > you update setuptools. Because I've been quite busy with work and had no time to figure out how to manually create that file, I need to investigate if it is somehow platform agnostic or what. I see no reason to create a new port but bundle it with setuptools. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil