From owner-freebsd-python@FreeBSD.ORG Tue Dec 24 16:27:19 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FC95FD9 for ; Tue, 24 Dec 2013 16:27:19 +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 ED1E41ED5 for ; Tue, 24 Dec 2013 16:27:17 +0000 (UTC) Received: from [192.168.1.113] (c-174-61-88-207.hsd1.fl.comcast.net [174.61.88.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id A455B43552 for ; Tue, 24 Dec 2013 10:27:00 -0600 (CST) Message-ID: <52B9B5C4.8050101@marino.st> Date: Tue, 24 Dec 2013 17:26:44 +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: python@freebsd.org Subject: Any fixes in work for py-setuptools for python 3.3+ ? X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 24 Dec 2013 16:27:19 -0000 Recently, probably caused by recent changes to devel/py-setuptools, around 6 ports broke all in the same way. An example is below: > =================================================== > ===> brebis-0.8 depends on package: py33-setuptools>0 - not found > ===> Verifying install for py33-setuptools>0 in /usr/ports/devel/py-setuptools > ===> brebis-0.8 depends on package: /packages/All/py33-setuptools-1.1.7_1.txz - not found > ===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source > *** Error code 1 > Stop. > make: stopped in /usr/ports/sysutils/brebis Is python@ aware and are these ports going to be restored? I can provide a list of the broken ports I've seen so far if not. Regards, John