From owner-freebsd-python@FreeBSD.ORG  Sun May 31 08:49:53 2015
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 70BBC8BC
 for <freebsd-python@freebsd.org>; Sun, 31 May 2015 08:49:53 +0000 (UTC)
 (envelope-from rsimmons0@gmail.com)
Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com
 [IPv6:2607:f8b0:4003:c01::236])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 3A5371E52
 for <freebsd-python@freebsd.org>; Sun, 31 May 2015 08:49:53 +0000 (UTC)
 (envelope-from rsimmons0@gmail.com)
Received: by obew15 with SMTP id w15so85042385obe.1
 for <freebsd-python@freebsd.org>; Sun, 31 May 2015 01:49:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=embrWqoKHTYJAuKnB4Xq7xrGuy0LWIiZyXl01fiIt4w=;
 b=QqFBaeoTHwK/ILrEOQh9kvBNw+nw964wX7d2nwRlU9hP/TBl79g/2cheAAwn3qLNzE
 jdOxi9OhNS3TfjeS++UcpvJi0WoGx9jMpgbBkRDe2LJqsXfQXk0bdTt/ZH3kMYWqy4eA
 lYJV5KL6mdX1lHH4w3gCaYCstaXQpt4X41l8OM8o71cdyF93IK7EowQKSY0+570Hvemj
 aoSKdBKOPvGXyyK0qa+2EWdpwc9ctvgr2+v84VWsO0ZrPbkqs3b4m3/8LemKfFqzkJS4
 bATh4Kskd10BPDszgEU4rJl056I1D6y/2AL8S1t/qRRs2jEL8fPDlwzSJ5dVc27weHQF
 WL8g==
MIME-Version: 1.0
X-Received: by 10.60.93.42 with SMTP id cr10mr6447931oeb.74.1433062192306;
 Sun, 31 May 2015 01:49:52 -0700 (PDT)
Received: by 10.202.80.79 with HTTP; Sun, 31 May 2015 01:49:52 -0700 (PDT)
Date: Sun, 31 May 2015 04:49:52 -0400
Message-ID: <CA+QLa9AQop7Hzd3DpEaoG=0ggm6AzDST6-TR=kmnu_uvso3xVA@mail.gmail.com>
Subject: devel/py-setuptools
From: Robert Simmons <rsimmons0@gmail.com>
To: freebsd-python@freebsd.org
Content-Type: text/plain; charset=UTF-8
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.20
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: Sun, 31 May 2015 08:49:53 -0000

setuptools has been updated quite a few times recently upstream
(version 17.0 as of Friday). Is there a dependency that is holding our
port at version 5.5.1?