From owner-freebsd-python@FreeBSD.ORG Sat Aug 31 09:38:01 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A5432AA1 for ; Sat, 31 Aug 2013 09:38:01 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FFAA262C for ; Sat, 31 Aug 2013 09:38:01 +0000 (UTC) Received: from [89.183.2.179] (helo=localhost) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VFhcv-0003Ig-7x; Sat, 31 Aug 2013 11:37:53 +0200 Date: Sat, 31 Aug 2013 11:37:52 +0200 From: Marcus von Appen To: Dmitry Sivachenko Subject: Re: [CFT] lang/python becoming a python binary wrapper Message-ID: <20130831093752.GA1244@medusa.sysfault.org> Mail-Followup-To: Dmitry Sivachenko , python@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> <4E038049-D471-4D9D-B7E3-A75EFD88CC47@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <4E038049-D471-4D9D-B7E3-A75EFD88CC47@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MTEyNTc0Mg== Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 09:38:01 -0000 --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Mon Aug 26, 2013, Dmitry Sivachenko wrote: > Can you please adjust pkg-descr for python, python2, python3 ports to > better reflect what they do now? > > Thanks! What do you think about """ 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. """ for lang/python, lang/python2 and lang/python3 (in that order)? Cheers Marcus --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEARECAAYFAlIhuXAACgkQi68/ErJnpkcr4gCeMUSfopHslnl8ThIS/7C3LKhK tswAnAsxndLGlD5PHpDh2G2mW+IUHY7N =vP5J -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY--