From owner-freebsd-python@FreeBSD.ORG  Sat Aug 17 08:39:51 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
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 6EF22A69
 for <python@freebsd.org>; Sat, 17 Aug 2013 08:39:51 +0000 (UTC)
 (envelope-from koobs.freebsd@gmail.com)
Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com
 [IPv6:2607:f8b0:400e:c03::233])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id 456D82C5D
 for <python@freebsd.org>; Sat, 17 Aug 2013 08:39:51 +0000 (UTC)
Received: by mail-pa0-f51.google.com with SMTP id lf1so2764918pab.38
 for <python@freebsd.org>; Sat, 17 Aug 2013 01:39:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:reply-to:user-agent:mime-version:to:subject
 :references:in-reply-to:content-type:content-transfer-encoding;
 bh=TcT24H3nWDbpgkmkHwbZY1jpjE5bijueD9s8eM9/M/w=;
 b=tzhq7LqULOeqSdOxzz6eiAmOtP9r1u/fBrwZlqtXZ08fcg+z/Tn8qj10IVMGgbo7Dh
 y/7BaLAalc/3BNxxrCezIuF6yWB/ie1MPPr+JzoY09uKOB9ntaHnJYEmmyFewcSK7jEe
 o4U0zOLSpk7X11IMg92D0vitL1bqeMnpH6GoewZvyR9CUri8fJ4MDJ9N+3PbZqPP4xEq
 1rcrw9e8+DT/5Ba3YtERmWJSlaKPoE35adrfGzvJx3r7wDGRB22AHTMecQxJCOPuYyXB
 yFuBumZ4hyy2YB/OOcmUxTe7yh8CC37qNRgnM1BTLrRVUloJvQVhD4hj7QagJsOAi+Xi
 lNDA==
X-Received: by 10.68.106.99 with SMTP id gt3mr5886318pbb.116.1376728790949;
 Sat, 17 Aug 2013 01:39:50 -0700 (PDT)
Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net.
 [59.167.128.11])
 by mx.google.com with ESMTPSA id il4sm2333502pbb.36.1969.12.31.16.00.00
 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
 Sat, 17 Aug 2013 01:39:50 -0700 (PDT)
Message-ID: <520F36D2.5090608@FreeBSD.org>
Date: Sat, 17 Aug 2013 18:39:46 +1000
From: Kubilay Kocak <koobs.freebsd@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:24.0) Gecko/20100101 Thunderbird/24.0
MIME-Version: 1.0
To: python@freebsd.org
Subject: Re: [CFT] lang/python becoming a python binary wrapper
References: <20130802180059.GA1278@medusa.sysfault.org>
 <20130803123634.GA1280@medusa.sysfault.org>
 <20130803123914.GB1280@medusa.sysfault.org>
 <20130810084638.GB1282@medusa.sysfault.org>
 <20130815181747.GA1281@medusa.sysfault.org>
 <20130817081345.GA40195@medusa.sysfault.org>
In-Reply-To: <20130817081345.GA40195@medusa.sysfault.org>
X-Enigmail-Version: 1.5.2
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
Reply-To: koobs@FreeBSD.org
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: Sat, 17 Aug 2013 08:39:51 -0000

On 17/08/2013 6:13 PM, Marcus von Appen wrote:
> The relevant UPDATING entry for the change will look like:
> 
> 20130817:
>   AFFECTS: users of lang/python*
>   AUTHOR: mva@FreeBSD.org
> 
>   The lang/python* ports do not install links to 2to3, idle, pydoc, python
>   and other binaries anymore. Those were moved into the lang/python2 and
>   lang/python3 ports. If you have lang/python2* or lang/python3* installed,
>   please also install the associated lang/python2 or lang/python3 port.
> 
>   1. update lang/python2* and/or lang/python3*
>   2. install lang/python2 and/or lang/python3
>   3. reinstall lang/python (if installed).
> 
> 
> I think, the instructions should suffice. Please let me know, if you
> feel that more details are necessary.
> 
> Cheers
> Marcus
> 

Minor tweak:

The lang/python* ports no longer install links to 2to3, idle, pydoc,
python and other binaries. These have been moved into lang/python2 and
lang/python3 ports respectively. This change allows ... brief
explanation of benefit here.

Also, what are the "other" binaries, and are they worth mentioning
explicitly?

Thanks again for your work moving us forward Marcus

--
koobs