From owner-freebsd-python@FreeBSD.ORG Thu Aug 15 18:17:56 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 9641CD58 for ; Thu, 15 Aug 2013 18:17:56 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5478020BC for ; Thu, 15 Aug 2013 18:17:56 +0000 (UTC) Received: from [89.182.12.22] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VA27H-0002to-RC for python@freebsd.org; Thu, 15 Aug 2013 20:17:48 +0200 Date: Thu, 15 Aug 2013 20:17:47 +0200 From: Marcus von Appen To: python@freebsd.org Subject: Re: [CFT] lang/python becoming a python binary wrapper Message-ID: <20130815181747.GA1281@medusa.sysfault.org> Mail-Followup-To: python@freebsd.org References: <20130802180059.GA1278@medusa.sysfault.org> <20130803123634.GA1280@medusa.sysfault.org> <20130803123914.GB1280@medusa.sysfault.org> <20130810084638.GB1282@medusa.sysfault.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: <20130810084638.GB1282@medusa.sysfault.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MTEyNTc0Mg== 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: Thu, 15 Aug 2013 18:17:56 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Dear all, http://people.freebsd.org/~mva/python-wrapper.diff now contains the following changes: - new lang/python2 port for wrapping lang/python2X creates the following symlinks: bin/2to3 bin/pydoc2 bin/idle2 bin/python2 ... - new lang/python3 port for wrapping lang/python3X bin/2to3-3 bin/pydoc3 bin/idle3 bin/python3 ... - new lang/python port, currently wrapping either lang/python2 or lang/python3 (hopefully lang/pypy in the future, too!) creates the following symlinks: bin/2to3 bin/pydoc bin/idle bin/python ... All relevant existing lang/python ports need a revision bump and an UPDATING entry is required telling users to reinstall lang/python. If there are no opinions against that change, it will be committed on the weekend. Cheers Marcus --opJtzjQTFsWo+cga Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) iEYEARECAAYFAlING0sACgkQi68/ErJnpkdDEwCgt1aWoTgXQZjww+5pJ+1+yO4r o80An1Ndiw+boP4O9QcLMCvT8hUYFzg5 =SdpH -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--