From owner-freebsd-python@FreeBSD.ORG Thu Nov 21 11:48:41 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 EDE70814; Thu, 21 Nov 2013 11:48:41 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E385020EF; Thu, 21 Nov 2013 11:48:40 +0000 (UTC) Received: from [10.31.10.241] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4F0A243552; Thu, 21 Nov 2013 05:48:21 -0600 (CST) Message-ID: <528DF2F8.1010702@marino.st> Date: Thu, 21 Nov 2013 12:48:08 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: William Grzybowski Subject: Re: systematic issue with PYDISTUTILS_AUTOPLIST References: <5280F298.2020604@marino.st> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Vladimir.Chukharev@gmail.com, Baptiste Daroussin , xmj@chaot.net, python@freebsd.org, William Grzybowski X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 11:48:42 -0000 On 11/11/2013 16:22, William Grzybowski wrote: > We are aware of the issue. > > --record option from setup.py is registering a directory whereas it > should not. It is believed the update from distribute to setuptools > will fix this issue, but it is pending an exp-run ports/183726. > Hi William, It appears this exp-run was performed a week ago (http://www.freebsd.org/cgi/query-pr.cgi?pr=183726). What's the conclusion? I'm still getting a few failures on python packages during repo creation because of this issue. Thanks, John