From owner-freebsd-ports Thu Sep 7 4:48:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 3A06937B505 for ; Thu, 7 Sep 2000 04:42:51 -0700 (PDT) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id NAA08094; Thu, 7 Sep 2000 13:47:38 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id NAA31083; Thu, 7 Sep 2000 13:45:09 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Johann Visagie Cc: ports@FreeBSD.ORG Subject: Re: How are future Python ports going to be handled? References: <20000906180329.D16551@fling.sanbi.ac.za> From: Thomas Gellekum In-Reply-To: Johann Visagie's message of "Wed, 6 Sep 2000 18:03:29 +0200" Date: 07 Sep 2000 13:45:08 +0200 Message-ID: Lines: 32 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for asking, I was going to write this mail anyway. :-) Johann Visagie writes: > There's so much breakage involved in going from 1.5.2 to 1.6 that I > personally wouldn't think it's advisable to update the lang/python port to > 1.6 straight away. Maybe we'll be faced with the less-than-ideal situation > where we'll have multiple ports installing multiple versions, with (possibly) > multiple binary names(?) There will be: lang/python15 (repo-copy already done) lang/python (1.6 for now, 2.0 when it's out) lang/python-beta (2.0b1 for now, will be killed again later) I will modify all the ports that install extensions into .../python1.5/site-packages to check for python1.5:lang/python15 as to not break package building. These upgrades will happen tomorrow (I have the changes ready, just wait another day). I also wrote a bsd.python.mk which should handle the case of installing an extension for an older version of python, i.e. you should be able to say `cd /usr/ports/x11-toolkits/py-tkinter; make PYTHON_VERSION=python1.5' and have it build and install the stuff into /usr/local/lib/python1.5 instead of, say, /usr/local/lib/python2.0. This can also be used to build things like zope or mailman which might expect an older python version. I think this should cover most bases. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message