From owner-freebsd-python@FreeBSD.ORG Tue Jan 23 18:34:23 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A28D16A401; Tue, 23 Jan 2007 18:34:23 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from cherenkov.geekfire.com (cherenkov.geekfire.com [66.206.86.94]) by mx1.freebsd.org (Postfix) with ESMTP id 1BBDA13C4B8; Tue, 23 Jan 2007 18:34:22 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from localhost.my.domain (c038h213.dorm.reed.edu [134.10.38.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cherenkov.geekfire.com (Postfix) with ESMTP id CD86E39C4C; Tue, 23 Jan 2007 10:31:55 -0800 (PST) From: Alexander Botero-Lowry To: pav@FreeBSD.org In-reply-to: <1169558939.6221.32.camel@pav.hide.vol.cz> References: <20070123104738.GA41157@qlovarnika.bg.datamax> <1169549704.6221.10.camel@pav.hide.vol.cz> <20070123112924.4023339F66@cherenkov.geekfire.com> <1169558939.6221.32.camel@pav.hide.vol.cz> Comments: In-reply-to Pav Lucistnik message dated "Tue, 23 Jan 2007 14:28:58 +0100." Date: Tue, 23 Jan 2007 10:34:05 -0800 Sender: alex@localhost X-Peer: 127.0.0.1 Message-Id: <20070123183158.CD86E39C4C@cherenkov.geekfire.com> Cc: gnome@FreeBSD.org, Alexander Botero-Lowry , python@FreeBSD.org, ports-developers@FreeBSD.org, vd@FreeBSD.org Subject: Re: The way to fix ports/104560 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 18:34:23 -0000 > > --DSPAM_MULTIPART_EX-85454 > Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-si > gnature"; boundary="=-IDyhv9ael/t7m1qkoJDV" > > --=-IDyhv9ael/t7m1qkoJDV > Content-Type: text/plain; charset=ISO8859-2 > Content-Transfer-Encoding: quoted-printable > > Alexander Botero-Lowry p=ED=B9e v =FAt 23. 01. 2007 v 03:31 -0800: > > > > Please take a look at ports/104560 (and also ports/105853 and > > > > ports/106120) and come to a consensus what is the right way to fix th= > is > > > > issue. > > > >=3D20 > > > > I am sure we can come to an agreement and shortly commit a fix. > > >=20 > > > As I see it: > > >=20 > > > - lang/python metaport must be removed > > > - all lang/python2? ports will install $PREFIX/bin/python binary > > >=20 > > > How that sounds? > > >=20 > > > Or if people absolutely need to have several different pythons on a > > > system, make the bin/python automatical symlink, like in perl ports. > > > This fails to deal with installing the site-packages in the appropriate > > site-package directories. > > How so? You don't need to have interpreter called python2.5 to install > into 2.5's sitelibdir. You absolutely do. THe pyc and pyo files are part of the package list and have to be generated by the installation process. So you must have python2.5 to install to the python 2.5 site-packages. > > >