From owner-freebsd-python@FreeBSD.ORG Mon Jul 30 16:50:40 2007 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 993F516A46B for ; Mon, 30 Jul 2007 16:50:40 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id 5831913C461 for ; Mon, 30 Jul 2007 16:50:40 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so944832nzf for ; Mon, 30 Jul 2007 09:50:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=EHcJvUKgan+TVmcis3UO502UOkCIlV2GLAPEFIh8VE2ROu7lLRJnDbIkAWrYls2oGruLAdmTqmaFExeuNKCsivRf/wFqVhyQJ+GqCJ0kNWUOF1C8MKQjCfGvr064ge+nSY/RUyd2nw5Z4M+PbXKN3zzt0H08y9YuHlsOJ1sRsRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=robD3lnAFQG5DPN5mErFuJ8ejezOEzDxwsAHpDd3vfEX87a/FNp8viXEL0/UMXs7/semhm2HWs7MZX+X/Vo+vaRpDAzQwv7Eq4GmlmuU1VO4pPeAQ1ImhHocr/p+JAMQbPigNIBqIVvvC9GWIz80ijE4iIFQR1jcpGbnljY+RKs= Received: by 10.114.107.19 with SMTP id f19mr5730483wac.1185812487330; Mon, 30 Jul 2007 09:21:27 -0700 (PDT) Received: by 10.114.194.16 with HTTP; Mon, 30 Jul 2007 09:21:26 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 20:21:27 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Alexander Botero-Lowry" , "Hye-Shik Chang" In-Reply-To: <20070730094732.53CBF3BD2C@cherenkov.geekfire.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070730094732.53CBF3BD2C@cherenkov.geekfire.com> X-Google-Sender-Auth: b33acbe33f90b1a1 Cc: python@freebsd.org Subject: Re: Python 2.5.1 as default Python version 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: Mon, 30 Jul 2007 16:50:40 -0000 On 7/30/07, Alexander Botero-Lowry wrote: > This is just a quick message to note that we have made Python 2.5.1 the default > Python version in the FreeBSD ports collection as of about a minute ago. > > This change also included a considerable amount of work to make support for > Python Eggs more useable in the Ports collection, by provoiding a few macros > for working with easy_install registration, as well as support for Python 2.5's > egginfo files. Mighty thanks!