From owner-freebsd-python@FreeBSD.ORG Fri Dec 27 23:44:01 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 BDC1DD39; Fri, 27 Dec 2013 23:44:01 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 303161ABA; Fri, 27 Dec 2013 23:44:01 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id bz8so10024930wib.17 for ; Fri, 27 Dec 2013 15:43:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=lzG7SOAg5kbahGHFgPOlmT2gjPKLBepx16UJA0XJ+Hw=; b=J9DfYHEPlroFaPKPg0SGV7fc+PS76wQmzUJ8YpqHr7m4ywYKf722wl1PkzxfV13rn9 r532VXcaODRbg7+SLZC40hINVGh7NB5aqc9qez2/9VCJoEQ1mdVClKaG127vHexASIld mBH8NVeb0dnBinlCNgd2bsaRYUhZESe1rouUH7iYIERFD05U02Klz6zOBlIS07zwGh20 5hV490s8NWbM697Aos5u/1agQ0zk4/7VqY9BeanL26fJViDjV5TJJTuhFyQcf556APUC vxGnbaE1f/nHWC0czAuZ4AVD8LpTOaG48urAzCNT5tsFA5JLUfBNZBTe/IL1z7f7YgLF q1qg== X-Received: by 10.180.23.99 with SMTP id l3mr7847461wif.26.1388187839619; Fri, 27 Dec 2013 15:43:59 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.9.82 with HTTP; Fri, 27 Dec 2013 15:43:19 -0800 (PST) In-Reply-To: References: <52B9B5C4.8050101@marino.st> <52B9B9AF.7050400@marino.st> From: Nicola Vitale Date: Sat, 28 Dec 2013 00:43:19 +0100 X-Google-Sender-Auth: NYbDEMPvOuy9h1_pMrxuSJeFEaU Message-ID: Subject: Re: Any fixes in work for py-setuptools for python 3.3+ ? To: William Grzybowski Content-Type: text/plain; charset=ISO-8859-1 Cc: John Marino , python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 23:44:01 -0000 Hi, > [2013/12/24 William Grzybowski ] > The issue here is that the dependency list is built with poudriere > using PKGORIGIN And why not to create slave ports of py-setuptools? I mean (devel/py-setuptools-py27), devel/py-setuptools-py33, etc, each one with a simple Makefile such as USE_PYTHON= 3.3 # or 2.7, 3.2, etc... MASTERDIR= ${.CURDIR}/../py-setuptools .include "${MASTERDIR}/Makefile" Then change USE_PYTHON= to USE_PYTHON?= (and PORTREVISION) in devel/py-setuptools/Makefile and apply the following patch to bsd.python.mk http://people.freebsd.org/~nivit/diffs/bsd.python.mk.20131228.txt I haven't done any testing, but I think it might be a temporary solution for that issue. -- Nicola Vitale