From owner-freebsd-python@FreeBSD.ORG Sat Aug 31 10:26:11 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 42B2CE66; Sat, 31 Aug 2013 10:26:11 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B35927EF; Sat, 31 Aug 2013 10:26:10 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id el20so2244763lab.40 for ; Sat, 31 Aug 2013 03:26:08 -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=cL6OwmiHVk8T6KuouwDH1fq+p5paEVCyXNt3YDLam0A=; b=PC/xwUvKi/6PH81kpISUjijGwweioL9DNBJo9m6cW7Pd8uPWtf95EoMvPs11/SgBcG hxTHkfspgDwl2mi4Kiwq46FX7Mvj3HP0yMY+3htleZWrnFJ2UH9Q1jYZ1Ko+r9V+acJr MvbqCwXsRS+SZt2HO8x/B4cWVNWp6itEuFKpxC4xGB/MNvxKsFtm7V5N4OV+WRccfbzL X2/yWqJpwuztLHA+WzO25K2ZUhO4wM0uNUiIcpUMT5ogofKud6ztuttwdeSrKITDjywL 4tw1wGPBV3El34vXqTeZ6+IsA5YMFVCzIu+MkC+8RkeqJbQYWaiguWftJyKLwQ402Ph4 1ZuA== X-Received: by 10.152.44.225 with SMTP id h1mr12192523lam.15.1377944768472; Sat, 31 Aug 2013 03:26:08 -0700 (PDT) Received: from [10.0.1.20] (ip-95-220-252-63.bb.netbynet.ru. [95.220.252.63]) by mx.google.com with ESMTPSA id ap7sm1157405lac.10.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 31 Aug 2013 03:26:07 -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: <20130831093752.GA1244@medusa.sysfault.org> Date: Sat, 31 Aug 2013 14:26:06 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <677A57B9-86C7-4597-BF6B-3889BF38833A@gmail.com> 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> <4E038049-D471-4D9D-B7E3-A75EFD88CC47@FreeBSD.org> <20130831093752.GA1244@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: Sat, 31 Aug 2013 10:26:11 -0000 Looks good for me, I would probably say "MINOR version agnostic" for = python2 and python3. On 31.08.2013, at 13:37, Marcus von Appen wrote: > On, Mon Aug 26, 2013, Dmitry Sivachenko wrote: >=20 >> Can you please adjust pkg-descr for python, python2, python3 ports to >> better reflect what they do now? >>=20 >> Thanks! >=20 > What do you think about >=20 > """ > This is a meta port to the Python interpreter and provides symbolic = links > to bin/python, bin/pydoc, bin/idle and so on to allow compatibility = with > version agnostic python scripts, which can be executed using either > Python 2.x or 3.x. > """ > This is a meta port to the Python 2.x interpreter and provides = symbolic links > to bin/python2, bin/pydoc2, bin/idle2 and so on to allow compatibility = with > version agnostic python 2.x scripts. > """ > This is a meta port to the Python 3.x interpreter and provides = symbolic links > to bin/python3, bin/pydoc3, bin/idle3 and so on to allow compatibility = with > version agnostic python 3.x scripts. > """ >=20 > for lang/python, lang/python2 and lang/python3 (in that order)? >=20 > Cheers > Marcus