From owner-freebsd-python@FreeBSD.ORG Tue Oct 29 15:06:18 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B09334CD for ; Tue, 29 Oct 2013 15:06:18 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-bk0-x22d.google.com (mail-bk0-x22d.google.com [IPv6:2a00:1450:4008:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 477872D26 for ; Tue, 29 Oct 2013 15:06:18 +0000 (UTC) Received: by mail-bk0-f45.google.com with SMTP id r7so1467435bkg.32 for ; Tue, 29 Oct 2013 08:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=zMJm8D+yLibxsxNnWNmvRhkqH/gK7g/iPPOjs69BoJw=; b=f0q5ddKcnC1kNmmbbJwf+zxkbIVQKZpjsUvhCQMU16ohYWfUi502/cg17MEq1OKdT/ hBrXKBrvdeCjdSqH2HhrHtmH7movECvD8aaaGGzg9vHdW6yHWvimt6dsxgIXlMfal7GV ojlW/nt40JnPDyqFm1WcDrCYR3HriPO1QzwkKdoUbVzXKOdZw70RZMuLDScE7x/Wbsb3 Nuc16rCUtTMh2T7vu6GZEusJqJzv3BWb4PSGCAo+bfVVAI9zpkaPvs6RB8yl5LqXd379 YdRF9OeKh1uDVNQ2iWQ12QJ6MD/3iHHqOaOaUXXXlbQYsvmf2M2EXz8yuhOuKfXD+C3M lBxQ== X-Received: by 10.204.51.130 with SMTP id d2mr202460bkg.105.1383059176305; Tue, 29 Oct 2013 08:06:16 -0700 (PDT) Received: from ?IPv6:2a02:6b8::408:a141:cd5f:af40:60d3? ([2a02:6b8:0:408:a141:cd5f:af40:60d3]) by mx.google.com with ESMTPSA id ny10sm15725798bkb.17.2013.10.29.08.06.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 08:06:15 -0700 (PDT) From: Dmitry Sivachenko Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: py-distribute -> py-setuptools Message-Id: <37060BA9-76F1-435E-8AA5-FEBBAF183C7B@gmail.com> Date: Tue, 29 Oct 2013 19:06:13 +0400 To: python@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1816\)) X-Mailer: Apple Mail (2.1816) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 15:06:18 -0000 Hello! It seems py-distribute is now deprecated in favor of=85 well=85 fresh = version of py-setuptools :) Is there any work going to switch (back) to setuptools? Thanks.=