From owner-freebsd-python@FreeBSD.ORG Sun May 31 09:42:38 2015 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 101C95B2 for <freebsd-python@freebsd.org>; Sun, 31 May 2015 09:42:38 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (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 D1C321BB2 for <freebsd-python@freebsd.org>; Sun, 31 May 2015 09:42:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbki1 with SMTP id ki1so86171187pdb.1 for <freebsd-python@freebsd.org>; Sun, 31 May 2015 02:42:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=fV7zJM8B/Gq8F2o3ZhEcJEPHp+CBPbpk8u1Ayxm+CLw=; b=kUjGb4CRaSFMF3/Vd40N4zjtvSv/704VF5ULUqpSu39KlbTG7ycDEM+4f/PQeu22hc FcbRqrG5aYu9nEXb6vnQvE+hhuH6hNwR1z+Yt8e1RVSlO3ePZbDblYYgm91bk+pkg8Zj gwVIKu3te3MwkNcyw1kYiwAvkgTd3FtqRcwLKzFhJpvTZdJxVImmmOTyxf54rEYEVu3k m7UCIwN1BCoaTSqviMX3R+48bNSFP3hftXxy/gf3YuTx+RPPl/1awyZaBo8f7LZoFSrH hDmIrLV4eyHXDfRNvQNqG3ovkA8VcxFoEdDGgTLF5L8nY71iXL83bzQ4VWEppMD30Ilw 0qHA== X-Received: by 10.66.123.81 with SMTP id ly17mr30933858pab.31.1433065357583; Sun, 31 May 2015 02:42:37 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id i1sm10868159pdm.19.2015.05.31.02.42.35 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 May 2015 02:42:36 -0700 (PDT) Sender: Kubilay Kocak <koobs.freebsd@gmail.com> Reply-To: koobs@FreeBSD.org Subject: Re: devel/py-setuptools References: <CA+QLa9AQop7Hzd3DpEaoG=0ggm6AzDST6-TR=kmnu_uvso3xVA@mail.gmail.com> To: Robert Simmons <rsimmons0@gmail.com>, freebsd-python@freebsd.org From: Kubilay Kocak <koobs@FreeBSD.org> Message-ID: <556AD781.50705@FreeBSD.org> Date: Sun, 31 May 2015 19:42:25 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <CA+QLa9AQop7Hzd3DpEaoG=0ggm6AzDST6-TR=kmnu_uvso3xVA@mail.gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 09:42:38 -0000 On 31/05/2015 6:49 PM, Robert Simmons wrote: > 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? > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Hi Robert I have an update in progress, it just requires an exp-run to ensure no regressions. Expect it within the next week, along with virtualenv/pip updates. -- Regards, Koobs