From owner-freebsd-python@FreeBSD.ORG  Tue Dec 24 16:33:51 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
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 AF7DDD1;
 Tue, 24 Dec 2013 16:33:51 +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 5FBB81F4E;
 Tue, 24 Dec 2013 16:33:51 +0000 (UTC)
Received: by mail-qa0-f51.google.com with SMTP id o15so6296680qap.3
 for <multiple recipients>; Tue, 24 Dec 2013 08:33:50 -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=DbLLHYSz67m015C4TPBN4+WHvsADfWgX2NiIg2BM/Rs=;
 b=VJRDi8KWXCwaQBAgvPMqnluaITiQvfl48hlgrB6TKVg3cj/vVhnpcB8BmoiAmzQAoD
 Q05t7l4KJBW3Mu9YHXQ2bWIJ8RX8UC++OX4M37gJRFdHqybr/l1eQZQtgcgAOboQYd35
 X8YwjNup775M5OYPn5biJroSlTcRdqNRjdQ603J0gLofoVE+uqYfgZVgVxXqMWTa9tmR
 xPmx51v6BIHsjvIwXA6SuqTHPHXlShj97kaPO4A8BDUgZi4GrtUY15uMU0Tq3OJwQz3x
 zyIxhIyc31bpOAEniU4fuoNZ1KaTNcq0TdzsP7RTm3zwbT3Xu/PoScfa3c4usMMYVj1D
 qxzw==
MIME-Version: 1.0
X-Received: by 10.49.27.8 with SMTP id p8mr54914968qeg.64.1387902830558; Tue,
 24 Dec 2013 08:33:50 -0800 (PST)
Received: by 10.140.81.199 with HTTP; Tue, 24 Dec 2013 08:33:50 -0800 (PST)
In-Reply-To: <52B9B5C4.8050101@marino.st>
References: <52B9B5C4.8050101@marino.st>
Date: Tue, 24 Dec 2013 16:33:50 +0000
Message-ID: <CAHtVNLN1EZzN=RPFy_p=CUAc_Vy5TK0-00tEaBTECT2XKaJavQ@mail.gmail.com>
Subject: Re: Any fixes in work for py-setuptools for python 3.3+ ?
From: William Grzybowski <william88@gmail.com>
To: John Marino <marino@freebsd.org>
Content-Type: text/plain; charset=ISO-8859-1
Cc: python <python@freebsd.org>
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Dec 2013 16:33:51 -0000

On Tue, Dec 24, 2013 at 4:26 PM, John Marino <freebsd.contact@marino.st> wrote:
> Recently, probably caused by recent changes to devel/py-setuptools,
> around 6 ports broke all in the same way.  An example is below:
>
>> =======================<phase: build-depends  >============================
>> ===>   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.

These are not port breakages.

poudriere builds only one package per port, devel/py-setuptools builds
py27-setuptools because python.27 is the default version.

sysutils/brebis for instance, can only work for python 3.3+, it
depends on setuptools but it cant build because setuptools was built
for the default version.

It was not a problem before in poudriere because setuptools was not a
build dependency.

-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil