From owner-freebsd-python@FreeBSD.ORG Sun Jun 10 21:05:53 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43E1016A46F; Sun, 10 Jun 2007 21:05:53 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from cherenkov.geekfire.com (cherenkov.geekfire.com [66.206.86.94]) by mx1.freebsd.org (Postfix) with ESMTP id 29C7413C468; Sun, 10 Jun 2007 21:05:53 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from localhost.my.domain (c-24-21-141-24.hsd1.mn.comcast.net [24.21.141.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cherenkov.geekfire.com (Postfix) with ESMTP id CFB733B477; Sun, 10 Jun 2007 13:37:31 -0700 (PDT) From: Alexander Botero-Lowry To: "Andrew Pantyukhin" In-reply-to: References: Comments: In-reply-to "Andrew Pantyukhin" message dated "Sun, 10 Jun 2007 21:35:22 +0400." Date: Sun, 10 Jun 2007 13:39:35 -0700 Sender: alex@localhost X-Peer: 127.0.0.1 Message-Id: <20070610203735.CFB733B477@cherenkov.geekfire.com> Cc: python@freebsd.org Subject: Re: setuptools status X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 21:05:53 -0000 > Python modules are slowly moving from distutils > to setuptools. I have no python experience, but > I see that this causes serious and annoying > problems for newer ports. > Are you referring to the OSRELEASE problem, or are you referring to the intra-port egg dependency problem? > Is there someone willing to identify and attempt > to solve the problems? We have ok solutions for many of these problems; it's hard to do anything better (or simply impossible) in some cases. In other cases the update to Python 2.5 (which I started fixing on and miwi@ is helping out with) includes considerably better support for setuptools. Alex