From owner-freebsd-python@FreeBSD.ORG Mon Aug 26 14:36:47 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 A424DE28; Mon, 26 Aug 2013 14:36:47 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 088BD2884; Mon, 26 Aug 2013 14:36:46 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id 6so1115313bkj.5 for ; Mon, 26 Aug 2013 07:36:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QOXfGtbqp+mgIi4O4mIby3/09sxp3KvU7bJibX3eA68=; b=oUs2wkrApj59/++QPoHYhNYXBCL4D9Hg+j22X+ckxzzjmBirnNPVDd2urifR9dO8gE fQohh2vlwMhUOalKKnVJ95sDsiMJlAdgdqdTHYoszl62fU5mfAfHCh+kpOjG2IccJ0Ud 3oBdP30xfxidgIDqv4d9YY+ToMt53x+NZTmO6QjuyhTLDhnBtFyu6SGEVcMleYczq0cR /B8RTxTrto+Y3OvLizeyVMY+jxwanXUH1XBBBlC6SV1QfP+bwW5sc0sXgejNZFvPLHj9 OQ5797J+24dphEjwjk+RwThIZkvj3DaPZEbK5Qlw6xxmCO2ISAkHhzo9ZfBKMyCMsuuI ZpIA== X-Received: by 10.204.224.142 with SMTP id io14mr2224360bkb.27.1377527805182; Mon, 26 Aug 2013 07:36:45 -0700 (PDT) Received: from ?IPv6:2a02:6b8::408:f14a:8a45:c9c1:a03f? ([2a02:6b8:0:408:f14a:8a45:c9c1:a03f]) by mx.google.com with ESMTPSA id d8sm3165987bkj.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 26 Aug 2013 07:36:44 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: [CFT] lang/python becoming a python binary wrapper From: Dmitry Sivachenko In-Reply-To: <20130817081345.GA40195@medusa.sysfault.org> Date: Mon, 26 Aug 2013 18:36:42 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <4E038049-D471-4D9D-B7E3-A75EFD88CC47@FreeBSD.org> 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> To: Marcus von Appen X-Mailer: Apple Mail (2.1508) Cc: python@freebsd.org 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: Mon, 26 Aug 2013 14:36:47 -0000 Can you please adjust pkg-descr for python, python2, python3 ports to = better reflect what they do now? Thanks! On 17.08.2013, at 12:13, Marcus von Appen wrote: > The relevant UPDATING entry for the change will look like: >=20 > 20130817: > AFFECTS: users of lang/python* > AUTHOR: mva@FreeBSD.org >=20 > 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. >=20 > 1. update lang/python2* and/or lang/python3* > 2. install lang/python2 and/or lang/python3 > 3. reinstall lang/python (if installed). >=20 >=20 > I think, the instructions should suffice. Please let me know, if you > feel that more details are necessary. >=20 > Cheers > Marcus